Lines Matching refs:string_node
137 tree.define< config::string_node >("var2"); in ATF_TEST_CASE_BODY()
141 tree.set< config::string_node >("var2", "hello"); in ATF_TEST_CASE_BODY()
145 ATF_REQUIRE_EQ("hello", tree.lookup< config::string_node >("var2")); in ATF_TEST_CASE_BODY()
156 tree.define< config::string_node >("foo.bar.2"); in ATF_TEST_CASE_BODY()
161 tree.set< config::string_node >("foo.bar.2", "hello"); in ATF_TEST_CASE_BODY()
163 tree.set< config::string_node >("sub.tree.1", "bye"); in ATF_TEST_CASE_BODY()
168 ATF_REQUIRE_EQ("hello", tree.lookup< config::string_node >("foo.bar.2")); in ATF_TEST_CASE_BODY()
228 tree.define< config::string_node >("string-node"); in init_tree_for_combine_test()
242 t1.set< config::string_node >("string-node", "foo"); in ATF_TEST_CASE_BODY()
259 t2.set< config::string_node >("string-node", "foo"); in ATF_TEST_CASE_BODY()
277 t1.set< config::string_node >("string-node", "foo"); in ATF_TEST_CASE_BODY()
288 expected.set< config::string_node >("string-node", "foo"); in ATF_TEST_CASE_BODY()
455 tree.define< config::string_node >("var2"); in ATF_TEST_CASE_BODY()
473 tree.define< config::string_node >("a.b.var2"); in ATF_TEST_CASE_BODY()
538 tree.set< config::string_node >("a.d.3", "foo"); in ATF_TEST_CASE_BODY()
552 tree.set< config::string_node >("a.d.3", "bar"); in ATF_TEST_CASE_BODY()
553 tree.set< config::string_node >("a.d.4", "bar"); in ATF_TEST_CASE_BODY()
569 tree.set< config::string_node >("a.d.3", "foo"); in ATF_TEST_CASE_BODY()
631 ATF_REQUIRE_EQ("foo", tree.lookup< config::string_node >("dynamic.first")); in ATF_TEST_CASE_BODY()
658 tree.define< config::string_node >("b.var2"); in ATF_TEST_CASE_BODY()
662 tree.set< config::string_node >("b.var2", "hello"); in ATF_TEST_CASE_BODY()
698 tree.define< config::string_node >("foo.bar.2"); in ATF_TEST_CASE_BODY()
707 ATF_REQUIRE_EQ("hello", tree.lookup< config::string_node >("foo.bar.2")); in ATF_TEST_CASE_BODY()
708 ATF_REQUIRE_EQ("15", tree.lookup< config::string_node >("sub.tree.2")); in ATF_TEST_CASE_BODY()
709 ATF_REQUIRE_EQ("bye", tree.lookup< config::string_node >("sub.tree.3.4")); in ATF_TEST_CASE_BODY()
809 tree.define< config::string_node >("static.second"); in ATF_TEST_CASE_BODY()
810 tree.set< config::string_node >("static.second", "some text"); in ATF_TEST_CASE_BODY()
813 tree.set< config::string_node >("dynamic.first", "hello"); in ATF_TEST_CASE_BODY()
814 tree.set< config::string_node >("dynamic.second", "bye"); in ATF_TEST_CASE_BODY()
835 tree.define< config::string_node >("static.second"); in ATF_TEST_CASE_BODY()
1000 t1.define< config::string_node >("another.key"); in ATF_TEST_CASE_BODY()
1001 t1.set< config::string_node >("another.key", "some text"); in ATF_TEST_CASE_BODY()
1005 t2.define< config::string_node >("another.key"); in ATF_TEST_CASE_BODY()
1006 t2.set< config::string_node >("another.key", "some text"); in ATF_TEST_CASE_BODY()