Home
last modified time | relevance | path

Searched refs:BinaryWireProtobuf (Results 1 – 2 of 2) sorted by relevance

/system/iorap/src/perfetto/
Drx_producer.h57 struct BinaryWireProtobuf { struct
70 explicit BinaryWireProtobuf(char* data, size_t size) in BinaryWireProtobuf() argument
71 : BinaryWireProtobuf(reinterpret_cast<std::byte*>(data), size) { in BinaryWireProtobuf()
74 explicit BinaryWireProtobuf(std::byte* data, size_t size) { in BinaryWireProtobuf() argument
105 using PerfettoTraceProto = BinaryWireProtobuf<::google::protobuf::MessageLite>;
Drx_producer.cc518 bool BinaryWireProtobuf<T>::WriteFullyToFile(const std::string& path, in WriteFullyToFile()
547 bool BinaryWireProtobuf<T>::CleanUpAfterFailedWrite(const std::string& path) { in CleanUpAfterFailedWrite()
556 bool BinaryWireProtobuf<T>::WriteStringToFd(int fd) const { in WriteStringToFd()
571 template struct BinaryWireProtobuf<::google::protobuf::MessageLite>; variable