Home
last modified time | relevance | path

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

/third_party/json/test/src/
Dunit-cbor.cpp130 const auto result = json::to_cbor(j);
139 const auto result = json::to_cbor(j);
148 const auto result = json::to_cbor(j);
156 const auto result = json::to_cbor(j);
170 const auto result = json::to_cbor(j);
182 const auto result = json::to_cbor(j);
233 const auto result = json::to_cbor(j);
286 const auto result = json::to_cbor(j);
325 const auto result = json::to_cbor(j);
346 const auto result = json::to_cbor(j);
[all …]
Dfuzzer-parse_cbor.cpp39 std::vector<uint8_t> vec2 = json::to_cbor(j1); in LLVMFuzzerTestOneInput()
45 assert(json::to_cbor(j2) == vec2); in LLVMFuzzerTestOneInput()
Dunit-udt_macro.cpp311 std::vector<uint8_t> buf = nlohmann::json::to_cbor(j1);
Dunit-regression2.cpp221 CHECK(float_json::from_cbor(float_json::to_cbor(j)) == j);
Dunit-regression1.cpp1256 std::vector<uint8_t> vec2 = json::to_cbor(j1);
1267 CHECK(json::to_cbor(j2) == vec2);
/third_party/json/doc/examples/
Dto_cbor.cpp13 std::vector<uint8_t> v = json::to_cbor(j); in main()
/third_party/json/doc/mkdocs/docs/features/binary_formats/
Dcbor.md92 --8<-- "examples/to_cbor.cpp"
98 --8<-- "examples/to_cbor.output"
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dindex.md230 - to_cbor - create a CBOR serialization of a given JSON value
/third_party/json/doc/mkdocs/docs/features/
Dbinary_values.md173 auto v = json::to_cbor(j);
/third_party/json/doc/
Dindex.md59 …nn::basic_json::from_cbor from_cbor @endlink / @link nlohmann::basic_json::to_cbor to_cbor @endlink
/third_party/json/include/nlohmann/
Djson.hpp7063 static std::vector<uint8_t> to_cbor(const basic_json& j) in to_cbor() function in nlohmann::basic_json
7066 to_cbor(j, result); in to_cbor()
7070 static void to_cbor(const basic_json& j, detail::output_adapter<uint8_t> o) in to_cbor() function in nlohmann::basic_json
7075 static void to_cbor(const basic_json& j, detail::output_adapter<char> o) in to_cbor() function in nlohmann::basic_json
/third_party/json/single_include/nlohmann/
Djson.hpp23551 static std::vector<uint8_t> to_cbor(const basic_json& j) in to_cbor() function in nlohmann::basic_json
23554 to_cbor(j, result); in to_cbor()
23558 static void to_cbor(const basic_json& j, detail::output_adapter<uint8_t> o) in to_cbor() function in nlohmann::basic_json
23563 static void to_cbor(const basic_json& j, detail::output_adapter<char> o) in to_cbor() function in nlohmann::basic_json
/third_party/json/
DREADME.md1135 std::vector<std::uint8_t> v_cbor = json::to_cbor(j);