Searched defs:HandleInt32 (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ | ||
| D | cbor.cc | 450 void HandleInt32(int32_t value) override { in HandleInt32() function in v8_crdtp::cbor::__anon10a8f9a60311::CBOREncoder |
| D | json.cc | 320 void HandleInt32(int32_t value) override { in HandleInt32() function in v8_crdtp::json::__anon5326241a0111::JSONEncoder |
| D | json_test.cc | 352 void HandleInt32(int32_t value) override { log_ << "int: " << value << "\n"; } in HandleInt32() function in v8_crdtp::json::Log |
| /third_party/node/tools/inspector_protocol/encoding/ | ||
| D | encoding.cc | 586 void HandleInt32(int32_t value) override { in HandleInt32() function in v8_inspector_protocol_encoding::cbor::__anonfa6604600311::CBOREncoder |
| D | encoding_test.cc | 1516 void HandleInt32(int32_t value) override { log_ << "int: " << value << "\n"; } in HandleInt32() function in v8_inspector_protocol_encoding::json::Log |