Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-class_lexer.cpp53 CHECK((scan_string("false") == json::lexer::token_type::literal_false));
92 CHECK((std::string(json::lexer::token_type_name(json::lexer::token_type::literal_false)) == "false literal"));
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp42 literal_false, ///< the `false` literal member in detail::lexer_base::token_type
70 case token_type::literal_false:
1558 return scan_literal(false_literal.data(), false_literal.size(), token_type::literal_false); in scan()
H A Dbinary_reader.hpp2721 case token_type::literal_false: in get_ubjson_high_precision_number()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp6444 literal_false, ///< the `false` literal
6472 case token_type::literal_false:
7960 return scan_literal(false_literal.data(), false_literal.size(), token_type::literal_false);
10455 case token_type::literal_false:
10982 case token_type::literal_false:
/third_party/json/single_include/nlohmann/
H A Djson.hpp7343 literal_false, ///< the `false` literal
7371 case token_type::literal_false:
8859 return scan_literal(false_literal.data(), false_literal.size(), token_type::literal_false);
11795 case token_type::literal_false:
12381 case token_type::literal_false:

Completed in 52 milliseconds