Home
last modified time | relevance | path

Searched refs:scan_string (Results 1 - 5 of 5) sorted by relevance

/third_party/json/tests/src/
H A Dunit-class_lexer.cpp18 json::lexer::token_type scan_string(const char* s, bool ignore_comments = false);
19 json::lexer::token_type scan_string(const char* s, const bool ignore_comments) in scan_string() function
41 CHECK((scan_string("[") == json::lexer::token_type::begin_array));
42 CHECK((scan_string("]") == json::lexer::token_type::end_array));
43 CHECK((scan_string("{") == json::lexer::token_type::begin_object));
44 CHECK((scan_string("}") == json::lexer::token_type::end_object));
45 CHECK((scan_string(",") == json::lexer::token_type::value_separator));
46 CHECK((scan_string(":") == json::lexer::token_type::name_separator));
51 CHECK((scan_string("null") == json::lexer::token_type::literal_null));
52 CHECK((scan_string("tru
[all...]
/third_party/libunwind/libunwind/src/
H A Dos-linux.h183 scan_string (char *cp, char *valp, size_t buf_size) in scan_string() function
267 cp = scan_string (cp, perm, sizeof (perm)); in maps_next()
276 cp = scan_string (cp, NULL, 0); in maps_next()
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp254 token_type scan_string() in scan_string() function in detail::lexer
1568 return scan_string(); in scan()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp6656 token_type scan_string()
7970 return scan_string();
/third_party/json/single_include/nlohmann/
H A Djson.hpp7555 token_type scan_string()
8869 return scan_string();

Completed in 47 milliseconds