Searched refs:to_cbor (Results 1 – 13 of 13) sorted by relevance
130 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 …]
39 std::vector<uint8_t> vec2 = json::to_cbor(j1); in LLVMFuzzerTestOneInput()45 assert(json::to_cbor(j2) == vec2); in LLVMFuzzerTestOneInput()
311 std::vector<uint8_t> buf = nlohmann::json::to_cbor(j1);
221 CHECK(float_json::from_cbor(float_json::to_cbor(j)) == j);
1256 std::vector<uint8_t> vec2 = json::to_cbor(j1);1267 CHECK(json::to_cbor(j2) == vec2);
13 std::vector<uint8_t> v = json::to_cbor(j); in main()
92 --8<-- "examples/to_cbor.cpp"98 --8<-- "examples/to_cbor.output"
230 - to_cbor - create a CBOR serialization of a given JSON value
173 auto v = json::to_cbor(j);
59 …nn::basic_json::from_cbor from_cbor @endlink / @link nlohmann::basic_json::to_cbor to_cbor @endlink
7063 static std::vector<uint8_t> to_cbor(const basic_json& j) in to_cbor() function in nlohmann::basic_json7066 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_json7075 static void to_cbor(const basic_json& j, detail::output_adapter<char> o) in to_cbor() function in nlohmann::basic_json
23551 static std::vector<uint8_t> to_cbor(const basic_json& j) in to_cbor() function in nlohmann::basic_json23554 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_json23563 static void to_cbor(const basic_json& j, detail::output_adapter<char> o) in to_cbor() function in nlohmann::basic_json
1135 std::vector<std::uint8_t> v_cbor = json::to_cbor(j);