Home
last modified time | relevance | path

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

/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter.h66 size_t view_name_len, const std::vector<std::string>& tag_values);
69 size_t view_name_len, const std::vector<std::string>& tag_values);
Dload_reporter.cc164 size_t view_name_len, const std::vector<std::string>& tag_values) { in GetRelatedViewDataRowDouble() argument
165 auto it_vd = view_data_map.find(std::string(view_name, view_name_len)); in GetRelatedViewDataRowDouble()
176 size_t view_name_len, const std::vector<std::string>& tag_values) { in GetRelatedViewDataRowInt() argument
177 auto it_vd = view_data_map.find(std::string(view_name, view_name_len)); in GetRelatedViewDataRowInt()