struct UnknownFieldRange
Defined at line 356 of file ../../third_party/perfetto/include/perfetto/protozero/proto_decoder.h
A range of fields spilled by a SelectiveTypedProtoDecoder, in wire order.
Repeated fields appear once per occurrence. Returned by
SelectiveTypedProtoDecoder::unknown_fields().
Public Members
const Field * begin_
const Field * end_
Public Methods
const Field * begin ()
Defined at line 357 of file ../../third_party/perfetto/include/perfetto/protozero/proto_decoder.h
const Field * end ()
Defined at line 358 of file ../../third_party/perfetto/include/perfetto/protozero/proto_decoder.h