Searched refs:parse_key (Results 1 – 7 of 7) 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()
122 const detail::tree_key key = detail::parse_key(dotted_key); in define_dynamic()142 const detail::tree_key key = detail::parse_key(dotted_key); in is_set()168 const detail::tree_key key = detail::parse_key(dotted_key); in push_lua()192 const detail::tree_key key = detail::parse_key(dotted_key); in set_lua()220 const detail::tree_key key = detail::parse_key(dotted_key); in lookup_string()247 const detail::tree_key key = detail::parse_key(dotted_key); in set_string()288 key = detail::parse_key(dotted_key); in all_properties()
59 const detail::tree_key key = detail::parse_key(dotted_key);81 const detail::tree_key key = detail::parse_key(dotted_key);108 const detail::tree_key key = detail::parse_key(dotted_key);137 const detail::tree_key key = detail::parse_key(dotted_key);
45 tree_key parse_key(const std::string&);
61 utils::config::detail::parse_key(const std::string& str) in parse_key() function in utils::config::detail
166 throw config::invalid_key_value(detail::parse_key(dotted_key), in redirect_newindex()
57 int parse_key = (ctx->flags & HKF_WANT_PARSE_KEY) != 0; in check() local80 expected_status = (parse_key || expected->no_parse_status < 0) ? in check()90 expected_keytype = (parse_key || expected->no_parse_keytype < 0) ? in check()110 parse_key = 0; in check()133 if (parse_key) { in check()141 if (parse_key && !(l->comment == NULL && expected->l.comment == NULL)) in check()