Lines Matching refs:section
105 Section section("test_section", std::move(namespaces)); in TEST() local
107 section.WriteConfig(writer); in TEST()
118 Section section("test_section", std::move(namespaces)); in TEST() local
119 section.WriteConfig(writer); in TEST()
135 Section section("section", std::move(namespaces)); in TEST() local
136 section.Resolve(ctx); in TEST()
139 section.WriteConfig(writer); in TEST()
164 Section section("section", std::move(namespaces)); in TEST() local
165 auto result = section.Resolve(ctx); in TEST()
178 Section section("section", std::move(namespaces)); in TEST() local
179 auto result = section.Resolve(ctx); in TEST()
192 Section section("section", std::move(namespaces)); in TEST() local
193 auto result = section.Resolve(ctx); in TEST()
197 section.WriteConfig(writer); in TEST()
218 Section section("section", std::move(namespaces)); in TEST() local
219 auto result = section.Resolve(ctx); in TEST()
225 section.GetNamespace("default")->GetLink("foo").GetSharedLibs())); in TEST()
229 section.GetNamespace("default")->GetLink("bar").GetSharedLibs())); in TEST()
232 section.GetNamespace("foo")->GetLink("bar").GetSharedLibs())); in TEST()
233 EXPECT_EQ(nullptr, section.GetNamespace("baz")); in TEST()