Home
last modified time | relevance | path

Searched refs:StartElement (Results 1 – 3 of 3) sorted by relevance

/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc1196 void StartElement(std::vector<uint8_t>* out) { StartElementTmpl(out); } in StartElement() function in v8_inspector_protocol_encoding::json::__anoncbbfc21e0611::State
1197 void StartElement(std::string* out) { StartElementTmpl(out); } in StartElement() function in v8_inspector_protocol_encoding::json::__anoncbbfc21e0611::State
1265 state_.top().StartElement(out_); in HandleMapBegin()
1281 state_.top().StartElement(out_); in HandleArrayBegin()
1297 state_.top().StartElement(out_); in HandleString16()
1327 state_.top().StartElement(out_); in HandleString8()
1418 state_.top().StartElement(out_); in HandleBinary()
1427 state_.top().StartElement(out_); in HandleDouble()
1454 state_.top().StartElement(out_); in HandleInt32()
1461 state_.top().StartElement(out_); in HandleBool()
[all …]
/third_party/node/tools/inspector_protocol/lib/
Dencoding_cpp.template1204 void StartElement(std::vector<uint8_t>* out) { StartElementTmpl(out); }
1205 void StartElement(std::string* out) { StartElementTmpl(out); }
1273 state_.top().StartElement(out_);
1289 state_.top().StartElement(out_);
1305 state_.top().StartElement(out_);
1335 state_.top().StartElement(out_);
1426 state_.top().StartElement(out_);
1435 state_.top().StartElement(out_);
1462 state_.top().StartElement(out_);
1469 state_.top().StartElement(out_);
[all …]
/third_party/python/Modules/
Dpyexpat.c23 StartElement, enumerator
345 if (have_handler(self, StartElement)) { in my_StartElementHandler()
417 self->handlers[StartElement], args, self); in my_StartElementHandler()