Home
last modified time | relevance | path

Searched defs:from_ubjson (Results 1 – 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/
Djson.hpp4442 static basic_json from_ubjson(InputType&& i, in from_ubjson() function in basic_json
4457 static basic_json from_ubjson(IteratorType first, IteratorType last, in from_ubjson() function in basic_json
4471 static basic_json from_ubjson(const T* ptr, std::size_t len, in from_ubjson() function in basic_json
4480 static basic_json from_ubjson(detail::span_input_adapter&& i, in from_ubjson() function in basic_json
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp21221 static basic_json from_ubjson(InputType&& i, in from_ubjson() function in nlohmann::basic_json
21236 static basic_json from_ubjson(IteratorType first, IteratorType last, in from_ubjson() function in nlohmann::basic_json
21250 static basic_json from_ubjson(const T* ptr, std::size_t len, in from_ubjson() function in nlohmann::basic_json
21259 static basic_json from_ubjson(detail::span_input_adapter&& i, in from_ubjson() function in nlohmann::basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp23620 static basic_json from_ubjson(InputType&& i, in from_ubjson() function in basic_json
23635 static basic_json from_ubjson(IteratorType first, IteratorType last, in from_ubjson() function in basic_json
23649 static basic_json from_ubjson(const T* ptr, std::size_t len, in from_ubjson() function in basic_json
23658 static basic_json from_ubjson(detail::span_input_adapter&& i, in from_ubjson() function in basic_json