Searched defs:BinaryWireProtobuf (Results 1 – 2 of 2) sorted by relevance
57 struct BinaryWireProtobuf { struct70 explicit BinaryWireProtobuf(char* data, size_t size) in BinaryWireProtobuf() argument74 explicit BinaryWireProtobuf(std::byte* data, size_t size) { in BinaryWireProtobuf() argument104 //using PerfettoTraceProto = BinaryWireProtobuf<::perfetto::protos::Trace>; argument
571 template struct BinaryWireProtobuf<::google::protobuf::MessageLite>; variable