Searched refs:kViewEndBytesSent (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/cpp/server/load_reporter/ |
D | load_reporter_test.cc | 226 ::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/ |
D | load_reporter.cc | 84 .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()
|
D | constants.h | 70 constexpr char kViewEndBytesSent[] = "grpc.io/lb_view/bytes_sent"; variable
|