Searched refs:ParseElement (Results 1 – 4 of 4) sorted by relevance
64 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
165 ParseElementResult ParseElement(Handle<JSObject> json_object);308 ParseElementResult JsonParser<seq_one_byte>::ParseElement( in ParseElement() function365 ParseElementResult element_result = ParseElement(json_object); in ParseJsonObject()457 ParseElementResult element_result = ParseElement(json_object); in ParseJsonObject()
119 CXML_Element* ParseElement(CXML_Element* pParent, FX_BOOL bStartTag = FALSE);
356 CXML_Element* CXML_Parser::ParseElement(CXML_Element* pParent, in ParseElement() function in CXML_Parser465 CXML_Element* pSubElement = ParseElement(pElement, TRUE); in ParseElement()524 CXML_Element* pElement = parser.ParseElement(NULL, FALSE); in XML_ContinueParse()