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

  /external/protobuf/php/ext/google/protobuf/
storage.c 42 void native_slot_check_int_range_precision(upb_fieldtype_t type, zval* val) { function
219 // native_slot_check_int_range_precision(UPB_TYPE_INT32, value);
229 native_slot_check_int_range_precision(type, value);
  /external/protobuf/ruby/ext/google/protobuf_c/
storage.c 66 void native_slot_check_int_range_precision(upb_fieldtype_t type, VALUE val) { function
183 native_slot_check_int_range_precision(UPB_TYPE_INT32, value);
193 native_slot_check_int_range_precision(type, value);

Completed in 73 milliseconds