Home
last modified time | relevance | path

Searched refs:result_remainder (Results 1 - 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp2701 const auto result_remainder = number_lexer.scan(); in get_ubjson_high_precision_number() local
2705 if (JSON_HEDLEY_UNLIKELY(result_remainder != token_type::end_of_input)) in get_ubjson_high_precision_number()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp10436 const auto result_remainder = number_lexer.scan();
10440 if (JSON_HEDLEY_UNLIKELY(result_remainder != token_type::end_of_input))
/third_party/json/single_include/nlohmann/
H A Djson.hpp11775 const auto result_remainder = number_lexer.scan();
11779 if (JSON_HEDLEY_UNLIKELY(result_remainder != token_type::end_of_input))

Completed in 50 milliseconds