Searched refs:OneofDescriptor_each (Results 1 – 2 of 2) sorted by relevance
262 VALUE OneofDescriptor_each(VALUE _self, VALUE field);
1192 rb_define_method(klass, "each", OneofDescriptor_each, 0); in OneofDescriptor_register()1257 VALUE OneofDescriptor_each(VALUE _self, VALUE field) { in OneofDescriptor_each() function