Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/include/perfetto/protozero/
H A 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
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/protozero/
H A 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