Home
last modified time | relevance | path

Searched defs:pb_value (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/cmds/idmap2/libidmap2/
DFabricatedOverlay.cpp122 pb::ResourceValue* pb_value, const TargetValue &value) { in buildBinaryData()
261 pb::ResourceValue* pb_value = entry_pb->mutable_res_value(); in Build() local
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp739 std::unique_ptr<Value> DeserializeValueFromPb(const pb::Value& pb_value, in DeserializeValueFromPb()