Searched refs:gpr_ltoa (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/test/core/gpr/ |
D | string_test.cc | 188 GPR_ASSERT(1 == gpr_ltoa(0, buf)); in test_ltoa() 192 GPR_ASSERT(3 == gpr_ltoa(123, buf)); in test_ltoa() 196 GPR_ASSERT(6 == gpr_ltoa(-12345, buf)); in test_ltoa() 201 GPR_ASSERT(strlen(str) == (size_t)gpr_ltoa(LONG_MIN, buf)); in test_ltoa()
|
/external/grpc-grpc/test/core/transport/ |
D | metadata_test.cc | 103 gpr_ltoa(i, buffer); in test_create_many_ephemeral_metadata() 125 gpr_ltoa(i, buffer); in test_create_many_persistant_metadata() 132 gpr_ltoa(i, buffer); in test_create_many_persistant_metadata()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | string.h | 50 int gpr_ltoa(long value, char* output);
|
D | string.cc | 168 int gpr_ltoa(long value, char* string) { in gpr_ltoa() function
|
/external/grpc-grpc/src/core/lib/surface/ |
D | lame_client.cc | 64 gpr_ltoa(chand->error_code, tmp); in fill_metadata()
|
D | channel.cc | 482 gpr_ltoa(i, tmp); in grpc_channel_get_reffed_status_elem()
|
/external/grpc-grpc/test/core/util/ |
D | test_config.cc | 230 gpr_ltoa(num, buf); in output_num()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 2094 gpr_ltoa(status, status_string); in grpc_chttp2_fake_status()
|