Searched refs:gpr_dump (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/test/core/slice/ |
D | percent_encoding_test.cc | 39 char* raw_msg = gpr_dump(raw, raw_length, GPR_DUMP_HEX | GPR_DUMP_ASCII); in test_vector() 41 gpr_dump(encoded, encoded_length, GPR_DUMP_HEX | GPR_DUMP_ASCII); in test_vector() 87 gpr_dump(permissive_unencoded, permissive_unencoded_length, in test_nonconformant_vector() 90 gpr_dump(encoded, encoded_length, GPR_DUMP_HEX | GPR_DUMP_ASCII); in test_nonconformant_vector()
|
/third_party/grpc/src/core/lib/gpr/ |
D | string.h | 39 char* gpr_dump(const char* buf, size_t len, uint32_t flags);
|
D | string.cc | 144 char* gpr_dump(const char* buf, size_t len, uint32_t flags) { in gpr_dump() function
|
/third_party/grpc/src/core/lib/slice/ |
D | slice_string_helpers.cc | 32 return gpr_dump(reinterpret_cast<const char*> GRPC_SLICE_START_PTR(s), in grpc_dump_slice()
|
/third_party/grpc/test/core/gpr/ |
D | string_test.cc | 49 char* got = gpr_dump(buf, len, flags); in expect_dump()
|
/third_party/grpc/test/core/bad_client/ |
D | bad_client.cc | 96 hex = gpr_dump(arg->client_payload, arg->client_payload_length, in grpc_run_client_side_validator()
|