https://github.com/PaddlePaddle/Paddle/blob/5f9da86ba562c543a623ff0d99f06bd2e935edb3/paddle/fluid/operators/detail/bytebuffer_stream.h#L71 Is this a typo/bug? If not, it seems that we should write it as ```c++ *size = static_cast<int>(GRPC_SLICE_LENGTH(slice_)); byte_count_ += size; ```