Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp9771 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_reader
10150 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()
/external/ublksrv/include/nlohmann/
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()