Searched refs:test_FunctionObject (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_F.pass.cpp | 41 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() function 95 test_FunctionObject<int()>(alloc); in test_for_alloc() 96 test_FunctionObject<int(int)>(alloc); in test_for_alloc() 97 test_FunctionObject<int(int, int)>(alloc); in test_for_alloc() 98 test_FunctionObject<int(int, int, int)>(alloc); in test_for_alloc()
|
D | alloc_function.pass.cpp | 29 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() function 100 test_FunctionObject<int()>(alloc); in test_for_alloc() 101 test_FunctionObject<int(int)>(alloc); in test_for_alloc() 102 test_FunctionObject<int(int, int)>(alloc); in test_for_alloc() 103 test_FunctionObject<int(int, int, int)>(alloc); in test_for_alloc()
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_function.pass.cpp | 34 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() function 105 test_FunctionObject<int()>(alloc); in test_for_alloc() 106 test_FunctionObject<int(int)>(alloc); in test_for_alloc() 107 test_FunctionObject<int(int, int)>(alloc); in test_for_alloc() 108 test_FunctionObject<int(int, int, int)>(alloc); in test_for_alloc()
|
D | alloc_F.pass.cpp | 47 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() function 103 test_FunctionObject<int()>(alloc); in test_for_alloc() 104 test_FunctionObject<int(int)>(alloc); in test_for_alloc() 105 test_FunctionObject<int(int, int)>(alloc); in test_for_alloc() 106 test_FunctionObject<int(int, int, int)>(alloc); in test_for_alloc()
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
D | alloc_function.pass.cpp | 34 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() function 105 test_FunctionObject<int()>(alloc); in test_for_alloc() 106 test_FunctionObject<int(int)>(alloc); in test_for_alloc() 107 test_FunctionObject<int(int, int)>(alloc); in test_for_alloc() 108 test_FunctionObject<int(int, int, int)>(alloc); in test_for_alloc()
|
D | alloc_F.pass.cpp | 47 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() function 103 test_FunctionObject<int()>(alloc); in test_for_alloc() 104 test_FunctionObject<int(int)>(alloc); in test_for_alloc() 105 test_FunctionObject<int(int, int)>(alloc); in test_for_alloc() 106 test_FunctionObject<int(int, int, int)>(alloc); in test_for_alloc()
|