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 TypedProtoDecoderBase : public ProtoDecoder {
352 TypedProtoDecoderBase(Field* storage, in TypedProtoDecoderBase() function
426 class TypedProtoDecoder : public TypedProtoDecoderBase {
429 : TypedProtoDecoderBase(on_stack_storage_, in TypedProtoDecoder()
434 TypedProtoDecoderBase::ParseAllFields(); in TypedProtoDecoder()
453 : TypedProtoDecoderBase(std::move(other)) { in TypedProtoDecoder()
/external/perfetto/src/protozero/
Dproto_decoder.cc185 void TypedProtoDecoderBase::ParseAllFields() { in ParseAllFields()
234 void TypedProtoDecoderBase::ExpandHeapStorage() { in ExpandHeapStorage()