Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceParser.cpp1379 Reference& child_ref = maybe_ref.value(); in ParseDeclareStyleable() local
1380 xml::TransformReferenceFromNamespace(parser, "", &child_ref); in ParseDeclareStyleable()
1384 child_resource.name = child_ref.name.value(); in ParseDeclareStyleable()
1394 child_ref.SetComment(child_resource.comment); in ParseDeclareStyleable()
1395 child_ref.SetSource(item_source); in ParseDeclareStyleable()
1396 styleable->entries.push_back(std::move(child_ref)); in ParseDeclareStyleable()