Searched refs:MergeRow (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/test/cpp/server/load_reporter/ |
D | load_data_store_test.cc | 216 store_lb_id_1->MergeRow(kKey1, LoadRecordValue()); in TEST_F() 217 store_invalid_lb_id_1->MergeRow(kKey1, LoadRecordValue()); in TEST_F() 233 store_lb_id_1->MergeRow(kKey1, LoadRecordValue()); in TEST_F() 234 store_invalid_lb_id_1->MergeRow(kKey1, LoadRecordValue()); in TEST_F() 309 load_data_store.MergeRow(kHostname1, kKey1, v1); in TEST_F() 313 load_data_store.MergeRow( in TEST_F() 317 load_data_store.MergeRow( in TEST_F() 331 load_data_store.MergeRow(kHostname1, kKey1, v4); in TEST_F() 341 load_data_store.MergeRow( in TEST_F() 346 load_data_store.MergeRow( in TEST_F() [all …]
|
/external/grpc-grpc/src/cpp/server/load_reporter/ |
D | load_data_store.cc | 141 void PerBalancerStore::MergeRow(const LoadRecordKey& key, in MergeRow() function in grpc::load_reporter::PerBalancerStore 287 void LoadDataStore::MergeRow(const grpc::string& hostname, in MergeRow() function in grpc::load_reporter::LoadDataStore 293 per_balancer_store->MergeRow(key, value); in MergeRow()
|
D | load_data_store.h | 205 void MergeRow(const LoadRecordKey& key, const LoadRecordValue& value); 316 void MergeRow(const grpc::string& hostname, const LoadRecordKey& key,
|
D | load_reporter.cc | 411 load_data_store_.MergeRow(host, key, value); in ProcessViewDataCallStart() 463 load_data_store_.MergeRow(host, key, value); in ProcessViewDataCallEnd() 490 load_data_store_.MergeRow(host, key, value); in ProcessViewDataOtherCallMetrics()
|