OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:args_proto
(Results
1 - 4
of
4
) sorted by null
/external/perfetto/src/ipc/
wire_protocol.proto
41
optional bytes
args_proto
= 3; // Proto-encoded request argument.
client_impl.cc
89
std::string
args_proto
;
local
97
bool did_serialize = method_args.SerializeToString(&
args_proto
);
98
req->set_args_proto(
args_proto
);
client_impl_unittest.cc
236
EXPECT_TRUE(req_args.ParseFromString(req.
args_proto
()));
316
EXPECT_TRUE(req_args.ParseFromString(req.
args_proto
()));
host_impl.cc
180
method.request_proto_decoder(req.
args_proto
()));
Completed in 6019 milliseconds