Home
last modified time | relevance | path

Searched defs:ProtoDecoder (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/
Dproto_decoder.h46 ProtoDecoder(const void* buffer, size_t length) in ProtoDecoder() function
50 ProtoDecoder(const std::string& str) : ProtoDecoder(str.data(), str.size()) {} in ProtoDecoder() function
51 ProtoDecoder(const ConstBytes& cb) : ProtoDecoder(cb.data, cb.size) {} in ProtoDecoder() function
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.h3668 ProtoDecoder(const void* buffer, size_t length) in ProtoDecoder() function
3672 ProtoDecoder(const std::string& str) : ProtoDecoder(str.data(), str.size()) {} in ProtoDecoder() function
3673 ProtoDecoder(const ConstBytes& cb) : ProtoDecoder(cb.data, cb.size) {} in ProtoDecoder() function