Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.cc47 char* debug_c_str = nullptr; in debug_string() local
49 debug_c_str = plugin_.debug_string(plugin_.state); in debug_string()
52 debug_c_str != nullptr in debug_string()
53 ? debug_c_str in debug_string()
55 gpr_free(debug_c_str); in debug_string()