OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fieldtype_to_ruby
(Results
1 - 5
of
5
) sorted by null
/external/protobuf/ruby/ext/google/protobuf_c/
storage.c
670
fieldtype_to_ruby
(upb_fielddef_type(key_field)),
671
fieldtype_to_ruby
(upb_fielddef_type(value_field)),
677
fieldtype_to_ruby
(upb_fielddef_type(key_field)),
678
fieldtype_to_ruby
(upb_fielddef_type(value_field)),
691
fieldtype_to_ruby
(upb_fielddef_type(field)),
696
VALUE args[1] = {
fieldtype_to_ruby
(upb_fielddef_type(field)) };
map.c
479
VALUE key_type =
fieldtype_to_ruby
(self->key_type);
480
VALUE value_type =
fieldtype_to_ruby
(self->value_type);
protobuf.h
220
VALUE
fieldtype_to_ruby
(upb_fieldtype_t type);
repeated_field.c
311
VALUE element_type =
fieldtype_to_ruby
(self->field_type);
defs.c
582
VALUE
fieldtype_to_ruby
(upb_fieldtype_t type) {
function
[
all
...]
Completed in 61 milliseconds