Home
last modified time | relevance | path

Searched defs:FindChild (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_builder.h41 TrieBuilderNode* FindChild(const std::string& name) { in FindChild() function
48 const TrieBuilderNode* FindChild(const std::string& name) const { in FindChild() function
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp451 Element* Element::FindChild(StringPiece ns, StringPiece name) { in FindChild() function in aapt::xml::Element
455 const Element* Element::FindChild(StringPiece ns, StringPiece name) const { in FindChild() function in aapt::xml::Element