Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp1963 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_size_value(dimlen, no_ndarray, size_and_type.second))) in get_ubjson_ndarray_size()
1975 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_size_value(dimlen, no_ndarray))) in get_ubjson_ndarray_size()
1987 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_size_value(dimlen, no_ndarray, current))) in get_ubjson_ndarray_size()
2009 bool get_ubjson_size_value(std::size_t& result, bool& is_ndarray, char_int_type prefix = 0) in get_ubjson_size_value() function in detail::binary_reader
2268 bool is_error = get_ubjson_size_value(result.first, is_ndarray); in get_ubjson_size_type()
2283 bool is_error = get_ubjson_size_value(result.first, is_ndarray); in get_ubjson_size_type()
2678 auto res = get_ubjson_size_value(size, no_ndarray); in get_ubjson_high_precision_number()
/third_party/json/single_include/nlohmann/
H A Djson.hpp11037 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_size_value(dimlen, no_ndarray, size_and_type.second)))
11049 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_size_value(dimlen, no_ndarray)))
11061 if (JSON_HEDLEY_UNLIKELY(!get_ubjson_size_value(dimlen, no_ndarray, current)))
11083 bool get_ubjson_size_value(std::size_t& result, bool& is_ndarray, char_int_type prefix = 0)
11342 bool is_error = get_ubjson_size_value(result.first, is_ndarray);
11357 bool is_error = get_ubjson_size_value(result.first, is_ndarray);
11752 auto res = get_ubjson_size_value(size, no_ndarray);
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp10053 bool get_ubjson_size_value(std::size_t& result)
10156 return get_ubjson_size_value(result.first);
10161 return get_ubjson_size_value(result.first);
10413 auto res = get_ubjson_size_value(size);

Completed in 45 milliseconds