Home
last modified time | relevance | path

Searched refs:ParseElement (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Ddata_log_unittest.cc64 std::string str = ParseElement(line, &line_position, in VerifyTable()
82 std::string str = ParseElement(line, &line_position, in VerifyHeader()
94 static std::string ParseElement(const std::string& line, in ParseElement() function in DataLogParser
/external/pdfium/core/fxcrt/xml/
Dcxml_parser.h37 std::unique_ptr<CXML_Element> ParseElement(CXML_Element* pParent,
Dcxml_element.cpp37 return parser.ParseElement(nullptr, false); in Parse()
Dcxml_parser.cpp360 std::unique_ptr<CXML_Element> CXML_Parser::ParseElement(CXML_Element* pParent, in ParseElement() function in CXML_Parser
/external/v8/src/
Djson-parser.h116 ParseElementResult ParseElement(Handle<JSObject> json_object);
Djson-parser.cc328 ParseElementResult JsonParser<seq_one_byte>::ParseElement( in ParseElement() function in v8::internal::JsonParser
385 ParseElementResult element_result = ParseElement(json_object); in ParseJsonObject()
482 ParseElementResult element_result = ParseElement(json_object); in ParseJsonObject()