Searched refs:GetProperty (Results 1 – 3 of 3) sorted by relevance
75 EXPECT_TRUE(section1.GetProperty("key1")); in TEST()77 EXPECT_FALSE(section1.GetProperty("key2")); in TEST()80 EXPECT_FALSE(section1.GetProperty("key3")); in TEST()85 EXPECT_TRUE(section2.GetProperty("key1")); in TEST()87 EXPECT_FALSE(section2.GetProperty("key2")); in TEST()90 EXPECT_TRUE(cfg.GetProperty("global", "", "key1")); in TEST()91 EXPECT_TRUE(cfg.GetProperty("library1", "34", "key2")); in TEST()
44 bool GetProperty(const std::string &name) const { in GetProperty() function56 bool operator[](const std::string &name) const { return GetProperty(name); }114 bool GetProperty(const std::string §ion_name, const std::string &version, in GetProperty() function120 return it->second.GetProperty(property_name); in GetProperty()
72 if prop, found := module.GetProperty("name"); found {