Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/proto/
DTableProtoSerializer.cpp121 pb::Styleable* pbStyleable = getPbCompoundValue()->mutable_styleable(); in visit() local
123 pb::Styleable_Entry* pbEntry = pbStyleable->add_entries(); in visit()
DTableProtoDeserializer.cpp285 const pb::Styleable& pbStyleable = pbCompoundValue.styleable(); in deserializeValueFromPb() local
287 for (const pb::Styleable_Entry& pbEntry : pbStyleable.entries()) { in deserializeValueFromPb()