Home
last modified time | relevance | path

Searched refs:child_ref (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/
H A DResourceParser.cpp1788 Reference& child_ref = maybe_ref.value(); in ParseDeclareStyleable() local
1789 xml::ResolvePackage(parser, &child_ref); in ParseDeclareStyleable()
1793 child_resource.name = child_ref.name.value(); in ParseDeclareStyleable()
1807 child_ref.SetComment(child_resource.comment); in ParseDeclareStyleable()
1808 child_ref.SetSource(item_source); in ParseDeclareStyleable()
1809 styleable->entries.push_back(std::move(child_ref)); in ParseDeclareStyleable()