Lines Matching refs:oneofs
1683 * defs (like oneofs and files). It only includes fields because they can be
2324 /* The number of oneofs that belong to the MessageDef. */
2348 * msgdef, and that the oneof's name is unique among all oneofs in the msgdef.
2452 /* Iteration over oneofs. The order is undefined. */
2531 OneofAccessor oneofs() { return OneofAccessor(this); }
2532 ConstOneofAccessor oneofs() const { return ConstOneofAccessor(this); }
2617 /* Iteration over fields and oneofs. For example:
2636 /* Similar to above, we also support iterating through the oneofs in a
3795 /* TODO: also support static initialization of the oneofs table. This will be
3796 * needed if we compile in descriptors that contain oneofs. */