Home
last modified time | relevance | path

Searched defs:XMLAttribute (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/startop/view_compiler/
H A Dtinyxml_layout_parser.h43 const tinyxml2::XMLAttribute* /*firstAttribute*/) override { in VisitEnter()
H A Dmain.cc71 bool VisitEnter(const XMLElement& element, const XMLAttribute* /*firstAttribute*/) override { in VisitEnter()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.cpp77 const std::string XMLAttribute(const tinyxml2::XMLElement* elem, const std::string key, in XMLAttribute() function