Lines Matching refs:tree
278 ResXMLTree tree; in Inflate() local
279 if (tree.setTo(data, len) != NO_ERROR) { in Inflate()
287 while ((code = tree.next()) != ResXMLParser::BAD_DOCUMENT && code != ResXMLParser::END_DOCUMENT) { in Inflate()
292 decl.line_number = tree.getLineNumber(); in Inflate()
295 const char16_t* str16 = tree.getNamespacePrefix(&len); in Inflate()
300 str16 = tree.getNamespaceUri(&len); in Inflate()
321 el->line_number = tree.getLineNumber(); in Inflate()
324 const char16_t* str16 = tree.getElementNamespace(&len); in Inflate()
329 str16 = tree.getElementName(&len); in Inflate()
335 CopyAttributes(el.get(), &tree, &xml_resource->string_pool); in Inflate()
348 text->line_number = tree.getLineNumber(); in Inflate()
350 const char16_t* str16 = tree.getText(&len); in Inflate()