Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/gpr/
Dstring_test.cc212 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/grpc-grpc/src/core/lib/gpr/
Dstring.h60 int int64_ttoa(int64_t value, char* output);
Dstring.cc189 int int64_ttoa(int64_t value, char* string) { in int64_ttoa() function
/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_table_test.cc235 int64_ttoa(i, buffer); in test_find()
256 int64_ttoa(expect, buffer); in test_find()
/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc196 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/
Dtimeout_encoding.cc48 int n = int64_ttoa(value, buffer); in enc_ext()