Home
last modified time | relevance | path

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

/third_party/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()
/third_party/grpc/src/core/lib/gpr/
Dstring.h66 int int64_ttoa(int64_t value, char* output);
Dstring.cc197 int int64_ttoa(int64_t value, char* output) { in int64_ttoa() function
/third_party/grpc/test/core/transport/chttp2/
Dhpack_table_test.cc231 int64_ttoa(i, buffer); in test_find()
252 int64_ttoa(expect, buffer); in test_find()
/third_party/grpc/src/core/lib/transport/
Dtimeout_encoding.cc51 int n = int64_ttoa(value, buffer); in enc_ext()