HomeSort by relevance Sort by last modified time
    Searched refs:ruby_to_fieldtype (Results 1 - 4 of 4) sorted by null

  /external/protobuf/ruby/ext/google/protobuf_c/
map.c 226 self->key_type = ruby_to_fieldtype(argv[0]);
227 self->value_type = ruby_to_fieldtype(argv[1]);
protobuf.h 219 upb_fieldtype_t ruby_to_fieldtype(VALUE type);
repeated_field.c 546 self->field_type = ruby_to_fieldtype(argv[0]);
defs.c 554 upb_fieldtype_t ruby_to_fieldtype(VALUE type) { function
    [all...]

Completed in 773 milliseconds