Searched refs:reported_lb_ids (Results 1 – 1 of 1) sorted by relevance
292 std::set<grpc::string> reported_lb_ids; in TEST_F() local296 EXPECT_TRUE(reported_lb_ids.insert(assigned_store->lb_id()).second); in TEST_F()300 EXPECT_EQ(reported_lb_ids.size(), (num_create + 1)); in TEST_F()301 EXPECT_NE(reported_lb_ids.find(kInvalidLbId), reported_lb_ids.end()); in TEST_F()