Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/protozero/
Dproto_decoder.h282 class PERFETTO_EXPORT_COMPONENT TypedProtoDecoderBase : public ProtoDecoder {
353 TypedProtoDecoderBase(Field* storage, in TypedProtoDecoderBase() function
427 class TypedProtoDecoder : public TypedProtoDecoderBase {
430 : TypedProtoDecoderBase(on_stack_storage_, in TypedProtoDecoder()
435 TypedProtoDecoderBase::ParseAllFields(); in TypedProtoDecoder()
454 : TypedProtoDecoderBase(std::move(other)) { in TypedProtoDecoder()
/external/perfetto/src/protozero/
Dproto_decoder.cc184 void TypedProtoDecoderBase::ParseAllFields() { in ParseAllFields()
233 void TypedProtoDecoderBase::ExpandHeapStorage() { in ExpandHeapStorage()