Searched defs:from_cbor (Results 1 – 2 of 2) sorted by relevance
| /external/icu/icu4c/source/tools/toolutil/ |
| D | json-json.hpp | 23692 static basic_json from_cbor(InputType&& i, in from_cbor() function in basic_json 23708 static basic_json from_cbor(IteratorType first, IteratorType last, in from_cbor() function in basic_json 23723 static basic_json from_cbor(const T* ptr, std::size_t len, in from_cbor() function in basic_json 23733 static basic_json from_cbor(detail::span_input_adapter&& i, in from_cbor() function in basic_json
|
| /external/ublksrv/include/nlohmann/ |
| D | json.hpp | 23113 static basic_json from_cbor(InputType&& i, in from_cbor() function in nlohmann::basic_json 23129 static basic_json from_cbor(IteratorType first, IteratorType last, in from_cbor() function in nlohmann::basic_json 23144 static basic_json from_cbor(const T* ptr, std::size_t len, in from_cbor() function in nlohmann::basic_json 23155 static basic_json from_cbor(detail::span_input_adapter&& i, in from_cbor() function in nlohmann::basic_json
|