Searched refs:unexpect_eof (Results 1 - 3 of 3) sorted by relevance
/third_party/json/include/nlohmann/detail/input/ |
H A 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_forma in get_ubjson_string() 2888 bool unexpect_eof(const input_format_t format, const char* context) const unexpect_eof() function in detail::binary_reader [all...] |
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 9273 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::bson, "cstring"))) 9432 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::bson, "element list"))) 9501 return unexpect_eof(input_format_t::cbor, "value"); 9908 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "number"))) 9913 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "number"))) 9987 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "string"))) 10083 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "binary"))) 10276 return unexpect_eof(input_format_t::msgpack, "value"); 10653 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::msgpack, "string"))) 10930 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_forma [all...] |
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 8360 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::bson, "cstring"))) 8515 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::bson, "element list"))) 8584 return unexpect_eof(input_format_t::cbor, "value"); 8989 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "number"))) 8994 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "number"))) 9067 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "string"))) 9162 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::cbor, "binary"))) 9354 return unexpect_eof(input_format_t::msgpack, "value"); 9730 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_t::msgpack, "string"))) 10006 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format_ [all...] |
Completed in 25 milliseconds