Lines Matching refs:detail
41 config::detail::tree_key key;
43 ATF_REQUIRE_EQ("foo", config::detail::flatten_key(key));
50 config::detail::tree_key key;
54 ATF_REQUIRE_EQ("foo.1.bar", config::detail::flatten_key(key));
61 config::detail::tree_key exp_key;
63 ATF_REQUIRE(exp_key == config::detail::parse_key("one"));
70 config::detail::tree_key exp_key;
74 ATF_REQUIRE(exp_key == config::detail::parse_key("one.2.foo"));
83 config::detail::parse_key(""));
92 config::detail::parse_key("."));
95 config::detail::parse_key("a."));
98 config::detail::parse_key(".b"));
101 config::detail::parse_key("a..b"));