Searched refs:future_vector (Results 1 – 1 of 1) sorted by relevance
872 std::vector<std::future<std::vector<std::shared_ptr<BtProperty>>>> future_vector; member in BtPropertyMultiAllocationTest881 future_vector.push_back(std::async(std::launch::async, [i]() { in TEST_F()889 std::vector<std::shared_ptr<BtProperty>> props = future_vector[i].get(); in TEST_F()