Searched refs:optionalSections (Results 1 – 5 of 5) sorted by relevance
542 const auto& sections = pel.optionalSections(); in TEST_F()550 auto& last = pel.optionalSections().back(); in TEST_F()
174 for (const auto& section : pel.optionalSections()) in TEST_F()240 const auto& optSections = pel.optionalSections(); in TEST_F()286 const auto& sections = pel.optionalSections(); in TEST_F()331 const auto& sections = pel.optionalSections(); in TEST_F()471 for (const auto& section : pel.optionalSections()) in TEST_F()770 for (const auto& section : pel.optionalSections()) in TEST_F()877 const auto& section = pel.optionalSections().back(); in TEST_F()923 const auto& section = pel.optionalSections().back(); in TEST_F()1164 checkJournalSection(pel.optionalSections().back(), expected); in TEST_F()1224 const auto& optionalSections = pel.optionalSections(); in TEST_F() local[all …]
333 for (const auto& section : newPEL.optionalSections()) in TEST_F()
208 const std::vector<std::unique_ptr<Section>>& optionalSections() const in optionalSections() function in openpower::pels::PEL
414 for (const auto& section : optionalSections()) in getPluralSections()450 for (auto& section : this->optionalSections()) in toJSON()