Home
last modified time | relevance | path

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

/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c68 void native_slot_check_int_range_precision(const char* name, upb_fieldtype_t type, VALUE val) { in native_slot_check_int_range_precision() function
235 native_slot_check_int_range_precision(name, UPB_TYPE_INT32, value); in native_slot_set_value_and_case()
245 native_slot_check_int_range_precision(name, type, value); in native_slot_set_value_and_case()
Dprotobuf.h365 void native_slot_check_int_range_precision(const char* name, upb_fieldtype_t type, VALUE value);