Home
last modified time | relevance | path

Searched refs:SectionMap (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-networkd/test/
H A Dtest_config_parser.cpp98 testing::ContainerEq(SectionMap(SectionMapInt{ in ValidateSectionMap()
118 EXPECT_EQ(SectionMap(), parser.map); in TEST_F()
127 EXPECT_EQ(SectionMap(), parser.map); in TEST_F()
136 EXPECT_EQ(SectionMap(), parser.map); in TEST_F()
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.cpp57 const std::string* SectionMap::getLastValueString( in getLastValueString()
77 std::vector<std::string> SectionMap::getValueStrings(std::string_view section, in getValueStrings()
151 SectionMap map;
280 static void writeFileInt(const SectionMap& map, const fs::path& filename) in writeFileInt()
H A Dconfig_parser.hpp117 class SectionMap : public SectionMapInt class
152 SectionMap map;