Home
last modified time | relevance | path

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

/external/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