template <typename T>

struct FieldRangeImpl

Defined at line 3236 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h

FieldRange(desc) provides an iterable range for the fields of a

descriptor type, appropriate for range-for loops.

Public Members

const T * descriptor

Public Methods

Iterator begin ()

Defined at line 3267 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h

Iterator end ()

Defined at line 3270 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.h

Records