Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A DBranchListFile.cpp354 proto::ETMBinary* proto_binary = nullptr; in Write() local
359 proto_binary = proto_branch_list->add_etm_data(); in Write()
360 proto_binary->set_path(key.path); in Write()
362 proto_binary->set_build_id(key.build_id.ToString().substr(2)); in Write()
368 proto_binary->set_type(opt_binary_type.value()); in Write()
370 proto_binary->mutable_kernel_info()->set_kernel_start_addr(key.kernel_start_addr); in Write()
376 proto_addr = proto_binary->add_addrs(); in Write()
433 auto proto_binary = proto_lbr->add_binaries(); in Write() local
434 proto_binary->set_path(binary.path); in Write()
435 proto_binary->set_build_id(binary.build_id.ToString().substr(2)); in Write()
[all …]
H A DBranchListFile.h226 bool AddETMBinary(const proto::ETMBinary& proto_binary, ETMBinaryMap& etm_data);
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A Dconformance_cpp.cc127 string proto_binary; in DoTest() local
134 &proto_binary, options); in DoTest()
141 if (!test_message->ParseFromString(proto_binary)) { in DoTest()
184 string proto_binary; in DoTest() local
185 GOOGLE_CHECK(test_message->SerializeToString(&proto_binary)); in DoTest()
187 BinaryToJsonString(type_resolver, *type_url, proto_binary, in DoTest()
/aosp_15_r20/external/protobuf/conformance/
H A Dconformance_cpp.cc127 string proto_binary; in DoTest() local
134 &proto_binary, options); in DoTest()
141 if (!test_message->ParseFromString(proto_binary)) { in DoTest()
184 string proto_binary; in DoTest() local
185 GOOGLE_CHECK(test_message->SerializeToString(&proto_binary)); in DoTest()
187 BinaryToJsonString(type_resolver, *type_url, proto_binary, in DoTest()