Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/compression/
Dmessage_compress.cc41 const uInt uint_max = ~static_cast<uInt>(0); in zlib_body() local
43 GPR_ASSERT(GRPC_SLICE_LENGTH(outbuf) <= uint_max); in zlib_body()
49 GPR_ASSERT(GRPC_SLICE_LENGTH(input->slices[i]) <= uint_max); in zlib_body()
56 GPR_ASSERT(GRPC_SLICE_LENGTH(outbuf) <= uint_max); in zlib_body()