Home
last modified time | relevance | path

Searched refs:scan_string (Results 1 – 4 of 4) sorted by relevance

/third_party/json/test/src/
Dunit-class_lexer.cpp40 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() function
63 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 …]
/third_party/libunwind/src/
Dos-linux.h206 scan_string (char *cp, char *valp, size_t buf_size) in scan_string() function
290 cp = scan_string (cp, perm, sizeof (perm)); in maps_next()
299 cp = scan_string (cp, NULL, 0); in maps_next()
/third_party/json/include/nlohmann/detail/input/
Dlexer.hpp246 token_type scan_string() in scan_string() function in nlohmann::detail::lexer
1560 return scan_string(); in scan()
/third_party/json/single_include/nlohmann/
Djson.hpp6125 token_type scan_string() in scan_string() function in nlohmann::detail::lexer
7439 return scan_string(); in scan()