| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | dispatch_test.cc | 65 std::vector<uint8_t> cbor; in TEST() local 77 std::vector<uint8_t> cbor; in TEST() local 90 std::vector<uint8_t> cbor; in TEST() local 102 std::vector<uint8_t> cbor; TEST() local 117 std::vector<uint8_t> cbor; TEST() local 134 std::vector<uint8_t> cbor; TEST() local 151 std::vector<uint8_t> cbor; TEST() local 170 std::vector<uint8_t> cbor; TEST() local 187 std::vector<uint8_t> cbor; TEST() local 202 std::vector<uint8_t> cbor; TEST() local 242 std::vector<uint8_t> cbor; TEST() local [all...] |
| H A D | json_test.cc | 718 std::vector<uint8_t> cbor; in TYPED_TEST() local 737 std::vector<uint8_t> cbor; in TYPED_TEST() local
|
| H A D | cbor.h | 19 namespace cbor { namespace [all...] |
| H A D | cbor_test.cc | 26 namespace cbor { namespace [all...] |
| H A D | dispatch.h | 22 namespace cbor { namespace
|
| H A D | json.cc | 1000 Status ConvertCBORToJSONTmpl(span<uint8_t> cbor, C* json) { in ConvertCBORToJSONTmpl() argument 1007 Status ConvertCBORToJSON(span<uint8_t> cbor, std::vector<uint8_t>* json) { in ConvertCBORToJSON() argument 1011 Status ConvertCBORToJSON(span<uint8_t> cbor, std::string* json) { in ConvertCBORToJSON() argument 1016 Status ConvertJSONToCBORTmpl(span<T> json, std::vector<uint8_t>* cbor) { in ConvertJSONToCBORTmpl() argument 1023 ConvertJSONToCBOR(span<uint8_t> json, std::vector<uint8_t>* cbor) ConvertJSONToCBOR() argument 1027 ConvertJSONToCBOR(span<uint16_t> json, std::vector<uint8_t>* cbor) ConvertJSONToCBOR() argument [all...] |
| H A D | cbor.cc | 15 namespace cbor { namespace 1009 AppendString8EntryToCBORMap(span<uint8_t> string8_key, span<uint8_t> string8_value, std::vector<uint8_t>* cbor) AppendString8EntryToCBORMap() argument [all...] |
| /third_party/json/include/nlohmann/detail/input/ |
| H A D | input_adapters.hpp | 34 enum class input_format_t { json, cbor, msgpack, ubjson, bson, bjdata }; member in detail::input_format_t
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-stack-trace-impl.cc | 137 v8_crdtp::span<uint8_t>(json.characters8(), json.length()), &cbor); in V8StackTraceId() local 140 v8_crdtp::span<uint16_t>(json.characters16(), json.length()), &cbor); in V8StackTraceId() local
|
| H A D | v8-inspector-session-impl.cc | 41 Status ConvertToCBOR(StringView state, std::vector<uint8_t>* cbor) { in ConvertToCBOR() argument 51 span<uint8_t> cbor; in ParseState() local 188 std::vector<uint8_t> cbor = message->Serialize(); serializeForFrontend() local 455 std::vector<uint8_t> cbor; schedulePauseOnNextStatement() local 469 std::vector<uint8_t> cbor; breakProgram() local [all...] |
| H A D | v8-runtime-agent-impl.cc | 963 std::vector<uint8_t> cbor; in reportExecutionContextCreated() local 965 v8_crdtp::span<uint16_t>(aux.characters16(), aux.length()), &cbor); in reportExecutionContextCreated() local
|
| H A D | v8-debugger-agent-impl.cc | 1605 std::vector<uint8_t> cbor; in didParseSource() local 1607 v8_crdtp::span<uint16_t>(aux.characters16(), aux.length()), &cbor); in didParseSource() local
|
| /third_party/libwebsockets/lib/misc/ |
| H A D | lecp.c | 371 lecp_parse(struct lecp_ctx *ctx, const uint8_t *cbor, size_t len) in lecp_parse() argument
|
| /third_party/json/tests/src/ |
| H A D | unit-regression2.cpp | 558 json cbor = json::from_cbor("B", true, false); variable 565 json cbor = json::from_cbor(input, true, false); variable 571 json cbor = json::from_cbor(std::string("B"), true, false); variable
|
| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding_test.cc | 137 namespace cbor { namespace 1844 TypeParam cbor; TYPED_TEST() local 1865 TypeParam cbor; TYPED_TEST() local [all...] |
| H A D | encoding.h | 160 namespace cbor { namespace [all...] |
| H A D | encoding.cc | 95 namespace cbor { namespace 1118 AppendString8EntryToCBORMapTmpl(span<uint8_t> string8_key, span<uint8_t> string8_value, C* cbor) AppendString8EntryToCBORMapTmpl() argument 1154 AppendString8EntryToCBORMap(span<uint8_t> string8_key, span<uint8_t> string8_value, std::vector<uint8_t>* cbor) AppendString8EntryToCBORMap() argument 1159 AppendString8EntryToCBORMap(span<uint8_t> string8_key, span<uint8_t> string8_value, std::string* cbor) AppendString8EntryToCBORMap() argument 2140 ConvertCBORToJSONTmpl(const Platform& platform, span<uint8_t> cbor, C* json) ConvertCBORToJSONTmpl() argument 2150 ConvertCBORToJSON(const Platform& platform, span<uint8_t> cbor, std::vector<uint8_t>* json) ConvertCBORToJSON() argument 2155 ConvertCBORToJSON(const Platform& platform, span<uint8_t> cbor, std::string* json) ConvertCBORToJSON() argument 2162 ConvertJSONToCBORTmpl(const Platform& platform, span<T> json, C* cbor) ConvertJSONToCBORTmpl() argument 2169 ConvertJSONToCBOR(const Platform& platform, span<uint8_t> json, std::string* cbor) ConvertJSONToCBOR() argument 2174 ConvertJSONToCBOR(const Platform& platform, span<uint16_t> json, std::string* cbor) ConvertJSONToCBOR() argument 2179 ConvertJSONToCBOR(const Platform& platform, span<uint8_t> json, std::vector<uint8_t>* cbor) ConvertJSONToCBOR() argument 2184 ConvertJSONToCBOR(const Platform& platform, span<uint16_t> json, std::vector<uint8_t>* cbor) ConvertJSONToCBOR() argument [all...] |
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-lecp.h | 261 uint8_t cbor[64]; /* literal cbor capture */ member [all...] |
| /third_party/json/single_include/nlohmann/ |
| H A D | json.hpp | 6103 enum class input_format_t { json, cbor, msgpack, ubjson, bson, bjdata }; member in detail::input_format_t [all...] |