Searched refs:unexpect_eof (Results 1 – 3 of 3) sorted by relevance
/third_party/json/include/nlohmann/detail/input/ |
D | binary_reader.hpp | 199 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::bson, "cstring"))) in get_bson_cstr() 358 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::bson, "element list"))) in parse_bson_element_list() 427 return unexpect_eof(input_format_t::cbor, "value"); in parse_cbor_internal() 834 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "number"))) in parse_cbor_internal() 839 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "number"))) in parse_cbor_internal() 913 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "string"))) in get_cbor_string() 1009 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "binary"))) in get_cbor_binary() 1202 return unexpect_eof(input_format_t::msgpack, "value"); in parse_msgpack_internal() 1579 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::msgpack, "string"))) in get_msgpack_string() 1856 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "value"))) in get_ubjson_string() [all …]
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 9273 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::bson, "cstring"))) in get_bson_cstr() 9432 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::bson, "element list"))) in parse_bson_element_list() 9501 return unexpect_eof(input_format_t::cbor, "value"); in parse_cbor_internal() 9908 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "number"))) in parse_cbor_internal() 9913 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "number"))) in parse_cbor_internal() 9987 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "string"))) in get_cbor_string() 10083 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "binary"))) in get_cbor_binary() 10276 return unexpect_eof(input_format_t::msgpack, "value"); in parse_msgpack_internal() 10653 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::msgpack, "string"))) in get_msgpack_string() 10930 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "value"))) in get_ubjson_string() [all …]
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 8360 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::bson, "cstring"))) in get_bson_cstr() 8515 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::bson, "element list"))) in parse_bson_element_list() 8584 return unexpect_eof(input_format_t::cbor, "value"); in parse_cbor_internal() 8989 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "number"))) in parse_cbor_internal() 8994 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "number"))) in parse_cbor_internal() 9067 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "string"))) in get_cbor_string() 9162 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "binary"))) in get_cbor_binary() 9354 return unexpect_eof(input_format_t::msgpack, "value"); in parse_msgpack_internal() 9730 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::msgpack, "string"))) in get_msgpack_string() 10006 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::ubjson, "value"))) in get_ubjson_string() [all …]
|