HomeSort by relevance Sort by last modified time
    Searched defs:native_slot_set_value_and_case (Results 1 - 2 of 2) sorted by null

  /external/protobuf/php/ext/google/protobuf/
storage.c 143 native_slot_set_value_and_case(type, /*type_class,*/ memory, value, NULL, 0);
146 void native_slot_set_value_and_case(upb_fieldtype_t type, /*VALUE type_class,*/ function
437 // use native_slot_set_value_and_case(), which ensures that both the value
439 native_slot_set_value_and_case(upb_fielddef_type(field),
  /external/protobuf/ruby/ext/google/protobuf_c/
storage.c 112 native_slot_set_value_and_case(type, type_class, memory, value, NULL, 0);
115 void native_slot_set_value_and_case(upb_fieldtype_t type, VALUE type_class, function
629 // use native_slot_set_value_and_case(), which ensures that both the value
631 native_slot_set_value_and_case(

Completed in 50 milliseconds