Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/server/load_reporter/
Dload_reporter_test.cc226 ::grpc::load_reporter::kViewEndBytesSent), in TEST_F()
263 {::grpc::load_reporter::kViewEndBytesSent, end_bytes_sent_vd}, in TEST_F()
339 vdm1.emplace(::grpc::load_reporter::kViewEndBytesSent, in TEST_F()
342 ::grpc::load_reporter::kViewEndBytesSent), in TEST_F()
433 vdm2.emplace(::grpc::load_reporter::kViewEndBytesSent, in TEST_F()
436 ::grpc::load_reporter::kViewEndBytesSent), in TEST_F()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporter.cc84 .set_name(kViewEndBytesSent) in CensusViewProvider()
96 view_descriptor_map_.emplace(kViewEndBytesSent, vd_end_bytes_sent); in CensusViewProvider()
441 view_data_map, kViewEndBytesSent, sizeof(kViewEndBytesSent) - 1, in ProcessViewDataCallEnd()
Dconstants.h70 constexpr char kViewEndBytesSent[] = "grpc.io/lb_view/bytes_sent"; variable