Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.cpp1694 Reference& child_ref = maybe_ref.value(); in ParseDeclareStyleable() local
1695 xml::ResolvePackage(parser, &child_ref); in ParseDeclareStyleable()
1699 child_resource.name = child_ref.name.value(); in ParseDeclareStyleable()
1712 child_ref.SetComment(child_resource.comment); in ParseDeclareStyleable()
1713 child_ref.SetSource(item_source); in ParseDeclareStyleable()
1714 styleable->entries.push_back(std::move(child_ref)); in ParseDeclareStyleable()