Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 6 of 6) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_lru_cache.cpp87 preset1::handle_type foo = cache["bar"]; variable
/oneTBB/test/tbb/
H A Dtest_concurrent_lru_cache.cpp131 auto foo = [] (int) { in __anoncd5487920202() variable
H A Dtest_parallel_for.cpp73 ClassWithVectorType foo(i); in TestVectorTypes() local
78 ClassWithVectorType foo(i); in TestVectorTypes() local
H A Dtest_concurrent_queue.cpp89 ClassWithVectorType foo = *ci; in TestVectorTypes() local
H A Dtest_concurrent_vector.cpp124 ClassWithVectorType foo(i); in TestVectorTypes() local
/oneTBB/test/common/
H A Dcontainer_move_support.h180 Foo( const Foo& foo ) : state_trackable_type(foo) { in Foo()
187 Foo( Foo&& foo ) : state_trackable_type(std::move(foo)) { in Foo() function
323 FooWithAssign foo; variable