• Home
  • Raw
  • Download

Lines Matching refs:unexpect_eof

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()
11325 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "type"))) in get_ubjson_size_type()
11333 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "value"))) in get_ubjson_size_type()
11378 return unexpect_eof(input_format, "value"); in get_ubjson_value()
11455 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "number"))) in get_ubjson_value()
11460 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "number"))) in get_ubjson_value()
11520 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "char"))) in get_ubjson_value()
11763 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "number"))) in get_ubjson_high_precision_number()
11869 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(format, "number"))) in get_number()
11913 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(format, "string"))) in get_string()
11946 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(format, "binary"))) in get_binary()
11962 bool unexpect_eof(const input_format_t format, const char* context) const in unexpect_eof() function in detail::binary_reader