OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_slot_check_int_range_precision
(Results
1 - 3
of
3
) 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);
protobuf.h
317
void
native_slot_check_int_range_precision
(upb_fieldtype_t type, VALUE value);
Completed in 65 milliseconds