Lines Matching refs:StartElement
1196 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()
1468 state_.top().StartElement(out_); in HandleNull()