Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client_stats.h84 if (human_readable_string_.empty()) { in AsHumanReadableString()
85 human_readable_string_ = in AsHumanReadableString()
89 return human_readable_string_; in AsHumanReadableString()
96 std::string human_readable_string_; variable
/third_party/grpc/src/core/ext/xds/
Dxds_client_stats.h86 if (human_readable_string_.empty()) { in AsHumanReadableString()
87 human_readable_string_ = in AsHumanReadableString()
91 return human_readable_string_; in AsHumanReadableString()
98 std::string human_readable_string_; variable