Searched refs:uint64_val (Results 1 - 5 of 5) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | convert.c | 373 upb_val->uint64_val = i64; in Convert_PhpToUpb() 435 ZVAL_LONG(php_val, upb_val.uint64_val); in Convert_UpbToPhp() 439 int size = sprintf(buf, "%lld", (int64_t)upb_val.uint64_val); in Convert_UpbToPhp()
|
H A D | php-upb.c | 329 uint64_t uint64_val; member 422 val->bool_val = val->uint64_val != 0; in decode_munge() 430 uint64_t n = val->uint64_val; in decode_munge() 565 ptr = decode_varint64(d, ptr, end, &elem.uint64_val); in decode_toarray() 694 ptr = decode_varint64(d, ptr, d->limit, &val.uint64_val); in decode_msg() 5695 val.uint64_val = upb_fielddef_defaultuint64(f); in upb_msg_get() 6688 val.uint64_val = dbl; /* must be guarded, overflow here is UB */ in jsondec_uint() 6689 if (val.uint64_val != dbl) { in jsondec_uint() 6691 val.uint64_val); in jsondec_uint() 6697 val.uint64_val in jsondec_uint() [all...] |
H A D | php-upb.h | 3648 uint64_t uint64_val; member
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 314 uint64_t uint64_val; member 373 val->bool_val = val->uint64_val != 0; in decode_munge() 381 uint64_t n = val->uint64_val; in decode_munge() 513 ptr = decode_varint64(d, ptr, end, &elem.uint64_val); in decode_toarray() 637 ptr = decode_varint64(d, ptr, d->limit, &val.uint64_val); in decode_msg() 5216 val.uint64_val = upb_fielddef_defaultuint64(f); in upb_msg_get()
|
H A D | upb.h | 3414 uint64_t uint64_val; member
|
Completed in 68 milliseconds