OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:view_descriptor_map_
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/src/cpp/server/load_reporter/
load_reporter.h
71
return
view_descriptor_map_
;
75
ViewDescriptorMap
view_descriptor_map_
;
member in class:grpc::load_reporter::CensusViewProvider
load_reporter.cc
61
view_descriptor_map_
.emplace(kViewStartCount, vd_start_count);
81
view_descriptor_map_
.emplace(kViewEndCount, vd_end_count);
96
view_descriptor_map_
.emplace(kViewEndBytesSent, vd_end_bytes_sent);
111
view_descriptor_map_
.emplace(kViewEndBytesReceived, vd_end_bytes_received);
126
view_descriptor_map_
.emplace(kViewEndLatencyMs, vd_end_latency_ms);
142
view_descriptor_map_
.emplace(kViewOtherCallMetricCount, vd_metric_call_count);
157
view_descriptor_map_
.emplace(kViewOtherCallMetricValue, vd_metric_value);
Completed in 55 milliseconds