Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DDominatorTree.h76 std::vector<std::unique_ptr<Node>> children_; variable
/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_builder.h94 std::vector<TrieBuilderNode> children_; variable
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp435 std::vector<std::unique_ptr<Element>> children_; member in aapt::ManifestExtractor::Element