Public Member Functions | |
| FieldIter (const upb_MessageDef *m, int i) | |
| bool | operator!= (const FieldIter &other) |
| FieldDefPtr | operator* () |
| void | operator++ () |
| bool | operator== (const FieldIter &other) |
Private Attributes | |
| int | i_ |
| const upb_MessageDef * | m_ |
|
inlineexplicit |
|
inline |
|
private |