Searched refs:append_esc_str (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | error.cc | 565 static void append_esc_str(const uint8_t* str, size_t len, char** s, size_t* sz, in append_esc_str() function 642 append_esc_str((const uint8_t*)GRPC_SLICE_START_PTR(slice), in fmt_str() 734 append_esc_str(reinterpret_cast<const uint8_t*>(kvs->kvs[i].key), in finish_kvs()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | error.cc | 560 static void append_esc_str(const uint8_t* str, size_t len, char** s, size_t* sz, in append_esc_str() function 637 append_esc_str(GRPC_SLICE_START_PTR(slice), GRPC_SLICE_LENGTH(slice), &s, &sz, in fmt_str() 729 append_esc_str(reinterpret_cast<const uint8_t*>(kvs->kvs[i].key), in finish_kvs()
|