Searched refs:int64_ttoa (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/test/core/gpr/ |
D | string_test.cc | 212 GPR_ASSERT(1 == int64_ttoa(0, buf)); in test_int64toa() 216 GPR_ASSERT(3 == int64_ttoa(123, buf)); in test_int64toa() 220 GPR_ASSERT(19 == int64_ttoa(9223372036854775807LL, buf)); in test_int64toa() 224 GPR_ASSERT(20 == int64_ttoa(-9223372036854775807LL - 1, buf)); in test_int64toa()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | string.h | 66 int int64_ttoa(int64_t value, char* output);
|
D | string.cc | 197 int int64_ttoa(int64_t value, char* output) { in int64_ttoa() function
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | string.h | 60 int int64_ttoa(int64_t value, char* output);
|
D | string.cc | 189 int int64_ttoa(int64_t value, char* string) { in int64_ttoa() function
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | hpack_table_test.cc | 235 int64_ttoa(i, buffer); in test_find() 256 int64_ttoa(expect, buffer); in test_find()
|
/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.cc | 196 int64_ttoa(now.tv_sec, now_str); in encoded_jwt_claim() 197 int64_ttoa(expiration.tv_sec, expiration_str); in encoded_jwt_claim()
|
/external/grpc-grpc/src/core/lib/transport/ |
D | timeout_encoding.cc | 48 int n = int64_ttoa(value, buffer); in enc_ext()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | timeout_encoding.cc | 51 int n = int64_ttoa(value, buffer); in enc_ext()
|