Searched refs:StartElement (Results 1 – 3 of 3) sorted by relevance
1196 void StartElement(std::vector<uint8_t>* out) { StartElementTmpl(out); } in StartElement() function in v8_inspector_protocol_encoding::json::__anoncbbfc21e0611::State1197 void StartElement(std::string* out) { StartElementTmpl(out); } in StartElement() function in v8_inspector_protocol_encoding::json::__anoncbbfc21e0611::State1265 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 …]
1204 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 …]
23 StartElement, enumerator345 if (have_handler(self, StartElement)) { in my_StartElementHandler()417 self->handlers[StartElement], args, self); in my_StartElementHandler()