Searched refs:scan_string (Results 1 – 4 of 4) sorted by relevance
40 json::lexer::token_type scan_string(const char* s, const bool ignore_comments = false);41 json::lexer::token_type scan_string(const char* s, const bool ignore_comments) in scan_string() function63 CHECK((scan_string("[") == json::lexer::token_type::begin_array));64 CHECK((scan_string("]") == json::lexer::token_type::end_array));65 CHECK((scan_string("{") == json::lexer::token_type::begin_object));66 CHECK((scan_string("}") == json::lexer::token_type::end_object));67 CHECK((scan_string(",") == json::lexer::token_type::value_separator));68 CHECK((scan_string(":") == json::lexer::token_type::name_separator));73 CHECK((scan_string("null") == json::lexer::token_type::literal_null));74 CHECK((scan_string("true") == json::lexer::token_type::literal_true));[all …]
206 scan_string (char *cp, char *valp, size_t buf_size) in scan_string() function290 cp = scan_string (cp, perm, sizeof (perm)); in maps_next()299 cp = scan_string (cp, NULL, 0); in maps_next()
246 token_type scan_string() in scan_string() function in nlohmann::detail::lexer1560 return scan_string(); in scan()
6125 token_type scan_string() in scan_string() function in nlohmann::detail::lexer7439 return scan_string(); in scan()