Lines Matching defs:fields
61 /* Look for TYPE_ENUM fields that have a default. */
150 google_protobuf_FieldDescriptorProto** fields =
153 rewrite_enum_default(symtab, file_proto, fields[j]);
587 * Iterates over fields in this message type, yielding to the block on each one.
1103 * exception when calling for fields that do not have presence.
1233 * Iterates through fields in this oneof, yielding to the block on each one.
1565 * number, and type class (for message and enum fields). The type must be a Ruby
1595 * fields). The type must be a Ruby symbol (as accepted by
1625 * number, and type class (for message and enum fields). The type must be a Ruby
1629 * Proto3 does not have required fields, but this method exists for
1630 * completeness. Any attempt to add a message type with required fields to a
1657 * number, and type class (for message and enum fields). The type must be a Ruby
1803 google_protobuf_FieldDescriptorProto** fields =
1814 upb_strview name = google_protobuf_FieldDescriptorProto_name(fields[i]);
1827 if (!google_protobuf_FieldDescriptorProto_proto3_optional(fields[i])) {
1832 field_name = google_protobuf_FieldDescriptorProto_name(fields[i]);
1839 google_protobuf_FieldDescriptorProto_set_oneof_index(fields[i],
1907 * and type class (for message and enum fields). The type must be a Ruby symbol
2114 * methods to define the message fields.