Home
last modified time | relevance | path

Searched refs:get_cbor_string (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp9487 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_reader
9866 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()