Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.cpp1797 Reference& child_ref = maybe_ref.value(); in ParseDeclareStyleable() local
1798 xml::ResolvePackage(parser, &child_ref); in ParseDeclareStyleable()
1802 child_resource.name = child_ref.name.value(); in ParseDeclareStyleable()
1816 child_ref.SetComment(child_resource.comment); in ParseDeclareStyleable()
1817 child_ref.SetSource(item_source); in ParseDeclareStyleable()
1818 styleable->entries.push_back(std::move(child_ref)); in ParseDeclareStyleable()