Searched refs:proto_binary (Results 1 – 4 of 4) sorted by relevance
354 proto::ETMBinary* proto_binary = nullptr; in Write() local359 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() local434 proto_binary->set_path(binary.path); in Write()435 proto_binary->set_build_id(binary.build_id.ToString().substr(2)); in Write()[all …]
226 bool AddETMBinary(const proto::ETMBinary& proto_binary, ETMBinaryMap& etm_data);
127 string proto_binary; in DoTest() local134 &proto_binary, options); in DoTest()141 if (!test_message->ParseFromString(proto_binary)) { in DoTest()184 string proto_binary; in DoTest() local185 GOOGLE_CHECK(test_message->SerializeToString(&proto_binary)); in DoTest()187 BinaryToJsonString(type_resolver, *type_url, proto_binary, in DoTest()