Home
last modified time | relevance | path

Searched refs:int64_val (Results 1 - 5 of 5) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dconvert.c361 return Convert_PhpToInt64(php_val, &upb_val->int64_val); in Convert_PhpToUpb()
424 ZVAL_LONG(php_val, upb_val.int64_val); in Convert_UpbToPhp()
428 int size = sprintf(buf, "%lld", upb_val.int64_val); in Convert_UpbToPhp()
H A Dphp-upb.c327 int64_t int64_val; member
431 val->int64_val = (n >> 1) ^ -(int64_t)(n & 1); in decode_munge()
5689 val.int64_val = upb_fielddef_defaultint64(f); in upb_msg_get()
6652 val.int64_val = dbl; /* must be guarded, overflow here is UB */ in jsondec_int()
6653 if (val.int64_val != dbl) { in jsondec_int()
6655 val.int64_val); in jsondec_int()
6661 val.int64_val = jsondec_strtoint64(d, str); in jsondec_int()
6669 if (val.int64_val > INT32_MAX || val.int64_val < INT32_MIN) { in jsondec_int()
6672 val.int32_val = (int32_t)val.int64_val; in jsondec_int()
[all...]
H A Dphp-upb.h3646 int64_t int64_val; member
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c312 int64_t int64_val; member
382 val->int64_val = (n >> 1) ^ -(int64_t)(n & 1); in decode_munge()
5210 val.int64_val = upb_fielddef_defaultint64(f); in upb_msg_get()
H A Dupb.h3412 int64_t int64_val; member

Completed in 59 milliseconds