Lines Matching refs:Container
36 template<typename Container>
37 inline void CheckNoAllocations(Container &cont){ in CheckNoAllocations()
105 template<typename Container, typename CheckElementState = std::false_type>
107 test_basic_common<Container, CheckElementState>(); in test_basic()
108 test_unordered_methods<Container>(); in test_basic()
111 template <typename Container>
113 test_concurrent_common<Container>(asymptotic);
313 template <template <typename...> class Container, typename... Args>
315 … check_heterogeneous_functions_key_int_impl<Container<Args..., hash_with_transparent_key_equal>>(); in check_heterogeneous_functions_key_int()
318 template <template <typename...> class Container, typename... Args>
320 …check_heterogeneous_functions_key_string_impl<Container<Args..., hash_with_transparent_key_equal>>… in check_heterogeneous_functions_key_string()
323 template <typename Container>
326 Container c1, c2; in test_comparisons_basic()
329 c1.insert(Value<Container>::make(1)); in test_comparisons_basic()
332 c2.insert(Value<Container>::make(1)); in test_comparisons_basic()
335 c2.insert(Value<Container>::make(2)); in test_comparisons_basic()
375 template <typename Container>
377 Container container; in test_reserve_regression()