Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/protozero/
Dproto_decoder.h280 class PERFETTO_EXPORT TypedProtoDecoderBase : public ProtoDecoder {
325 TypedProtoDecoderBase(Field* storage, in TypedProtoDecoderBase() function
381 class TypedProtoDecoder : public TypedProtoDecoderBase {
384 : TypedProtoDecoderBase(on_stack_storage_, in TypedProtoDecoder()
390 TypedProtoDecoderBase::ParseAllFields(); in TypedProtoDecoder()
400 : TypedProtoDecoderBase(std::move(other)) { in TypedProtoDecoder()
/external/perfetto/src/protozero/
Dproto_decoder.cc182 void TypedProtoDecoderBase::ParseAllFields() { in ParseAllFields()
227 void TypedProtoDecoderBase::ExpandHeapStorage() { in ExpandHeapStorage()