Lines Matching defs:label
93 const char *label = upb_enumdef_iton(e, val);
94 if (!label) {
98 field, upb_strview_makez(label));
135 * specified as a label. This can make a difference if multiple labels have the
796 rb_define_method(klass, "label", FieldDescriptor_label, 0);
950 VALUE ruby_to_label(VALUE label) {
955 if (SYM2ID(label) == rb_intern( # ruby )) { \
967 rb_raise(rb_eArgError, "Unknown field label.");
1001 * FieldDescriptor.label => label
1003 * Returns this field's label (i.e., plurality), as a Ruby symbol.
1471 static void msgdef_add_field(VALUE msgbuilder_rb, upb_label_t label, VALUE name,
1490 google_protobuf_FieldDescriptorProto_set_label(field_proto, (int)label);