Home
last modified time | relevance | path

Searched refs:_upb_be_swap64 (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dvarint.int.h153 ret = _upb_be_swap64(ret); in upb_vencode32()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dupb.h308 UPB_INLINE uint64_t _upb_be_swap64(uint64_t val) { in _upb_be_swap64() function
Dencode.c92 val = _upb_be_swap64(val); in encode_fixed64()
Ddecode.c576 val.uint64_val = _upb_be_swap64(val.uint64_val); in decode_msg()