Home
last modified time | relevance | path

Searched refs:native_slot_check_int_range_precision (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dstorage.c42 void native_slot_check_int_range_precision(upb_fieldtype_t type, zval* val) { in native_slot_check_int_range_precision() function
229 native_slot_check_int_range_precision(type, value); in native_slot_set_value_and_case()
/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c66 void native_slot_check_int_range_precision(upb_fieldtype_t type, VALUE val) { in native_slot_check_int_range_precision() function
183 native_slot_check_int_range_precision(UPB_TYPE_INT32, value); in native_slot_set_value_and_case()
193 native_slot_check_int_range_precision(type, value); in native_slot_set_value_and_case()
Dprotobuf.h317 void native_slot_check_int_range_precision(upb_fieldtype_t type, VALUE value);