Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Ddata_log_unittest.cc63 std::string str = ParseElement(line, &line_position, in VerifyTable()
81 std::string str = ParseElement(line, &line_position, in VerifyHeader()
93 static std::string ParseElement(const std::string& line, in ParseElement() function in DataLogParser
/external/pdfium/core/src/fxcrt/
Dxml_int.h157 CXML_Element* ParseElement(CXML_Element* pParent, FX_BOOL bStartTag = FALSE);
Dfx_xml_parser.cpp362 CXML_Element* CXML_Parser::ParseElement(CXML_Element* pParent, FX_BOOL bStartTag) in ParseElement() function in CXML_Parser
471 CXML_Element* pSubElement = ParseElement(pElement, TRUE); in ParseElement()
528 CXML_Element* pElement = parser.ParseElement(NULL, FALSE); in XML_ContinueParse()