Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/server/load_reporter/
Dload_data_store_test.cc68 grpc::string FormatLbId(size_t index) { in FormatLbId() function in grpc::testing::__anon72ded8250111::LoadDataStoreTest
150 load_data_store.ReportStreamCreated(kHostname1, FormatLbId(i), kLoadKey1); in TEST_F()
151 active_lb_ids.insert(FormatLbId(i)); in TEST_F()
153 grpc::string orphaned_lb_id = FormatLbId(std::rand() % num_lb_ids); in TEST_F()
287 load_data_store.ReportStreamCreated(kHostname1, FormatLbId(i), kLoadKey1); in TEST_F()
290 load_data_store.ReportStreamClosed(kHostname1, FormatLbId(i)); in TEST_F()
295 *load_data_store.GetAssignedStores(kHostname1, FormatLbId(i))) { in TEST_F()