Searched defs:type_class (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | storage.c | 140 void native_slot_set(upb_fieldtype_t type, VALUE type_class, in native_slot_set() 145 void native_slot_set_value_and_case(upb_fieldtype_t type, VALUE type_class, in native_slot_set_value_and_case() 251 VALUE type_class, in native_slot_get() 534 VALUE type_class = Qnil; in field_type_class() local 696 VALUE type_class = field_type_class(value_field); in layout_init() local 717 VALUE type_class = field_type_class(field); in layout_init() local
|
D | defs.c | 1231 VALUE type_class) { in msgdef_add_field() 1264 VALUE name, type, number, type_class; in MessageBuilderContext_optional() local 1293 VALUE name, type, number, type_class; in MessageBuilderContext_required() local 1318 VALUE name, type, number, type_class; in MessageBuilderContext_repeated() local 1346 VALUE name, key_type, value_type, number, type_class; in MessageBuilderContext_map() local 1528 VALUE name, type, number, type_class; in OneofBuilderContext_optional() local
|
D | encode_decode.c | 974 VALUE type_class, in put_ruby_value()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | def.c | 327 const char *type_class) { in msgdef_add_field() 351 const char *name, *type, *type_class; in PHP_METHOD() local
|