19 #ifndef GRPC_CORE_LIB_TRANSPORT_TIMEOUT_ENCODING_H 20 #define GRPC_CORE_LIB_TRANSPORT_TIMEOUT_ENCODING_H 30 #define GRPC_HTTP2_TIMEOUT_ENCODE_MIN_BUFSIZE 10 int64_t grpc_millis
Definition: exec_ctx.h:35
A grpc_slice s, if initialized, represents the byte range s.bytes[0..s.length-1]. ...
Definition: slice.h:60
int grpc_http2_decode_timeout(const grpc_slice &text, grpc_millis *timeout)
Definition: timeout_encoding.cc:99
void grpc_http2_encode_timeout(grpc_millis timeout, char *buffer)
Definition: timeout_encoding.cc:80