Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/input/
Dlexer.hpp41 begin_object, ///< the character for object begin `{` enumerator
74 case token_type::begin_object: in token_type_name()
1533 return token_type::begin_object; in scan()
Dparser.hpp189 case token_type::begin_object: in sax_parse_internal()
/third_party/json/test/src/
Dunit-class_lexer.cpp65 CHECK((scan_string("{") == json::lexer::token_type::begin_object));
121 …CHECK((std::string(json::lexer::token_type_name(json::lexer::token_type::begin_object)) == "'{'"));
/third_party/json/single_include/nlohmann/
Djson.hpp5920 begin_object, ///< the character for object begin `{` enumerator
5953 case token_type::begin_object: in token_type_name()
7412 return token_type::begin_object; in scan()
10300 case token_type::begin_object: in sax_parse_internal()