Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/proto/
DProtoHelpers.cpp43 void deserializeSourceFromPb(const pb::Source& pbSource, const android::ResStringPool& srcPool, in deserializeSourceFromPb() argument
45 if (pbSource.has_path_idx()) { in deserializeSourceFromPb()
46 outSource->path = util::getString8(srcPool, pbSource.path_idx()).toString(); in deserializeSourceFromPb()
49 if (pbSource.has_line_no()) { in deserializeSourceFromPb()
50 outSource->line = static_cast<size_t>(pbSource.line_no()); in deserializeSourceFromPb()
DProtoHelpers.h34 void deserializeSourceFromPb(const pb::Source& pbSource, const android::ResStringPool& srcPool,