Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-class_lexer.cpp51 CHECK((scan_string("null") == json::lexer::token_type::literal_null));
93 CHECK((std::string(json::lexer::token_type_name(json::lexer::token_type::literal_null)) == "null literal"));
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp43 literal_null, ///< the `null` literal member in detail::lexer_base::token_type
72 case token_type::literal_null:
1563 return scan_literal(null_literal.data(), null_literal.size(), token_type::literal_null); in scan()
H A Dbinary_reader.hpp2722 case token_type::literal_null: in get_ubjson_high_precision_number()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp6445 literal_null, ///< the `null` literal
6474 case token_type::literal_null:
7965 return scan_literal(null_literal.data(), null_literal.size(), token_type::literal_null);
10456 case token_type::literal_null:
10991 case token_type::literal_null:
/third_party/json/single_include/nlohmann/
H A Djson.hpp7344 literal_null, ///< the `null` literal
7373 case token_type::literal_null:
8864 return scan_literal(null_literal.data(), null_literal.size(), token_type::literal_null);
11796 case token_type::literal_null:
12390 case token_type::literal_null:

Completed in 51 milliseconds