Searched refs:get_cbor_string (Results 1 – 2 of 2) sorted by relevance
9771 return get_cbor_string(s) && sax->string(s); in parse_cbor_internal()10083 bool get_cbor_string(string_t& result) in get_cbor_string() function in detail::binary_reader10150 if (!get_cbor_string(chunk)) in get_cbor_string()10328 if (JSON_HEDLEY_UNLIKELY(!get_cbor_string(key) || !sax->key(key))) in get_cbor_object()10344 if (JSON_HEDLEY_UNLIKELY(!get_cbor_string(key) || !sax->key(key))) in get_cbor_object()
9487 return get_cbor_string(s) && sax->string(s); in parse_cbor_internal()9799 bool get_cbor_string(string_t& result) in get_cbor_string() function in nlohmann::detail::binary_reader9866 if (!get_cbor_string(chunk)) in get_cbor_string()10044 if (JSON_HEDLEY_UNLIKELY(!get_cbor_string(key) || !sax->key(key))) in get_cbor_object()10060 if (JSON_HEDLEY_UNLIKELY(!get_cbor_string(key) || !sax->key(key))) in get_cbor_object()