Searched defs:BinaryWireProtobuf (Results 1 – 2 of 2) sorted by relevance
83 struct BinaryWireProtobuf { struct99 explicit BinaryWireProtobuf(char* data, size_t size) in BinaryWireProtobuf() argument103 explicit BinaryWireProtobuf(std::byte* data, size_t size) { in BinaryWireProtobuf() function110 explicit BinaryWireProtobuf(std::vector<std::byte> data) : data_{std::move(data)} { in BinaryWireProtobuf() function134 static std::optional<BinaryWireProtobuf<T>> ReadFullyFromFile(const std::string& path, argument151 //using PerfettoTraceProto = BinaryWireProtobuf<::perfetto::protos::Trace>; argument
647 template struct BinaryWireProtobuf<::google::protobuf::MessageLite>; variable