Searched refs:parse_key (Results 1 – 10 of 10) sorted by relevance
63 ATF_REQUIRE(exp_key == config::detail::parse_key("one")); in ATF_TEST_CASE_BODY()74 ATF_REQUIRE(exp_key == config::detail::parse_key("one.2.foo")); in ATF_TEST_CASE_BODY()83 config::detail::parse_key("")); in ATF_TEST_CASE_BODY()92 config::detail::parse_key(".")); in ATF_TEST_CASE_BODY()95 config::detail::parse_key("a.")); in ATF_TEST_CASE_BODY()98 config::detail::parse_key(".b")); in ATF_TEST_CASE_BODY()101 config::detail::parse_key("a..b")); in ATF_TEST_CASE_BODY()
89 const detail::tree_key key = detail::parse_key(dotted_key); in define_dynamic()109 const detail::tree_key key = detail::parse_key(dotted_key); in is_set()135 const detail::tree_key key = detail::parse_key(dotted_key); in push_lua()159 const detail::tree_key key = detail::parse_key(dotted_key); in set_lua()183 const detail::tree_key key = detail::parse_key(dotted_key); in lookup_string()210 const detail::tree_key key = detail::parse_key(dotted_key); in set_string()247 key = detail::parse_key(dotted_key); in all_properties()
58 const detail::tree_key key = detail::parse_key(dotted_key);80 const detail::tree_key key = detail::parse_key(dotted_key);107 const detail::tree_key key = detail::parse_key(dotted_key);136 const detail::tree_key key = detail::parse_key(dotted_key);
48 tree_key parse_key(const std::string&);
59 utils::config::detail::parse_key(const std::string& str) in parse_key() function in utils::config::detail
395 isc_boolean_t parse_key(struct element *, struct parse *);
2040 if (!parse_key(result, cfile)) { in parse_executable_statement()2215 parse_key(struct element* result, struct parse *cfile) in parse_key() function
458 parse_key (cfile);
2713 if (!parse_key (cfile)) {2963 int parse_key (struct parse *cfile) in parse_key() function
2286 int parse_key (struct parse *);