Searched refs:sectionCount (Results 1 – 10 of 10) sorted by relevance
32 void PrivateHeader::setSectionCount(uint8_t sectionCount) in setSectionCount() argument34 _sectionCount = sectionCount; in setSectionCount()
102 void PelMinimal::setSectionCount(uint8_t sectionCount) in setSectionCount() argument104 _ph->setSectionCount(sectionCount); in setSectionCount()
105 void setSectionCount(uint8_t sectionCount);
122 void setSectionCount(uint8_t sectionCount);
67 EXPECT_EQ(ph.sectionCount(), 0x02); in TEST_F()185 EXPECT_EQ(ph.sectionCount(), 0x01); in TEST_F()
555 EXPECT_EQ(pel.privateHeader().sectionCount(), sections.size() + 2); in TEST_F()
1179 pelSectsWithOneUD = pel.privateHeader().sectionCount(); in TEST_F()1201 EXPECT_EQ(pel.privateHeader().sectionCount(), pelSectsWithOneUD - 1); in TEST_F()1234 ASSERT_EQ(pel.privateHeader().sectionCount(), pelSectsWithOneUD + 2); in TEST_F()1271 ASSERT_EQ(pel.privateHeader().sectionCount(), pelSectsWithOneUD); in TEST_F()
130 uint8_t sectionCount() const in sectionCount() function in openpower::pels::PrivateHeader
232 for (size_t i = 2; i < _ph->sectionCount(); i++) in populateFromRawData()
90 sectionCount & int & The number of sections that are described by the CPER record.\\