Searched refs:native_slot_set_value_and_case (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 143 native_slot_set_value_and_case(type, /*type_class,*/ memory, value, NULL, 0); in native_slot_set() 146 void native_slot_set_value_and_case(upb_fieldtype_t type, /*VALUE type_class,*/ in native_slot_set_value_and_case() function 439 native_slot_set_value_and_case(upb_fielddef_type(field), in layout_set()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 112 native_slot_set_value_and_case(type, type_class, memory, value, NULL, 0); in native_slot_set() 115 void native_slot_set_value_and_case(upb_fieldtype_t type, VALUE type_class, in native_slot_set_value_and_case() function 631 native_slot_set_value_and_case( in layout_set()
|
D | protobuf.h | 301 void native_slot_set_value_and_case(upb_fieldtype_t type,
|