HomeSort by relevance Sort by last modified time
    Searched defs:ParseProto (Results 1 - 4 of 4) sorted by null

  /external/perfetto/src/tracing/core/
trace_writer_for_testing.cc 45 std::unique_ptr<protos::TracePacket> TraceWriterForTesting::ParseProto() {
  /system/tpm/attestation/common/
proto_print.py 106 def ParseProto(input_file):
402 package, imports, messages, enums = ParseProto(input_file)
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions_lib_test.cc 333 T ParseProto(const string& value_text_proto) {
341 return ParseProto<TestAllTypes::NestedMessage>(value_text_proto);
  /external/perfetto/src/ftrace_reader/
cpu_reader_unittest.cc 72 // protozero ftrace bundle writer and a method ParseProto() to attempt to
89 std::unique_ptr<ProtoT> ParseProto() {
347 auto bundle = bundle_provider.ParseProto();
459 auto bundle = bundle_provider.ParseProto();
494 auto bundle = bundle_provider.ParseProto();
519 auto bundle = bundle_provider.ParseProto();
572 auto bundle = bundle_provider.ParseProto();
666 auto bundle = bundle_provider.ParseProto();
    [all...]

Completed in 421 milliseconds