Home
last modified time | relevance | path

Searched defs:vector_type (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp402 using vector_type = tbb::concurrent_vector<move_support_tests::Foo, allocator_type>; in TestConcurrentOperationsWithUnSafeOperations() typedef
607 using vector_type = tbb::concurrent_vector<move_support_tests::Foo, allocator_type>; typedef
637 using vector_type = tbb::concurrent_vector<double, allocator_type>; typedef
678 using vector_type = tbb::concurrent_vector<int, allocator_type>; typedef
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_priority_queue.h426 using vector_type = std::vector<value_type, allocator_type>; variable
H A Dconcurrent_vector.h42 using vector_type = Vector; variable
79 vector_iterator( const vector_iterator<vector_type, typename vector_type::value_type>& other ) in vector_iterator()
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp783 using vector_type = oneapi::tbb::concurrent_vector<int>; in TestParallelFor() typedef
1065 using vector_type = fixture_type::container_type; in test_ex_move_assignment_memory_failure() typedef
1095 using vector_type = fixture_type::container_type; in test_ex_move_assignment_element_ctor_exception() typedef
1407 using vector_type = oneapi::tbb::concurrent_vector<int>; in TestVectorIteratorComparisons() typedef