Lines Matching refs:unexpect_eof
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_format, "value")))
11325 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "type")))
11333 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "value")))
11378 return unexpect_eof(input_format, "value");
11455 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "number")))
11460 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "number")))
11520 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "char")))
11763 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(input_format, "number")))
11869 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(format, "number")))
11901 may be too large. Usually, @ref unexpect_eof() detects the end of
11913 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(format, "string")))
11934 may be too large. Usually, @ref unexpect_eof() detects the end of
11946 if (JSON_HEDLEY_UNLIKELY(!unexpect_eof(format, "binary")))
11962 bool unexpect_eof(const input_format_t format, const char* context) const