Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp1832 return get_ubjson_value(get_char ? get_ignore_noop() : current); in parse_ubjson_internal()
2299 bool get_ubjson_value(const char_int_type prefix) in get_ubjson_value() function in detail::binary_reader
2527 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_value(size_and_type.second))) in get_ubjson_array()
2549 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_value(size_and_type.second))) in get_ubjson_array()
2622 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_value(size_and_type.second))) in get_ubjson_object()
/third_party/json/single_include/nlohmann/
H A Djson.hpp10906 return get_ubjson_value(get_char ? get_ignore_noop() : current);
11373 bool get_ubjson_value(const char_int_type prefix)
11601 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_value(size_and_type.second)))
11623 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_value(size_and_type.second)))
11696 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_value(size_and_type.second)))
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp9982 return get_ubjson_value(get_char ? get_ignore_noop() : current);
10171 bool get_ubjson_value(const char_int_type prefix)
10293 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_value(size_and_type.second)))
10358 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_value(size_and_type.second)))

Completed in 50 milliseconds