Searched refs:test_FunctionObject (Results 1 – 2 of 2) sorted by relevance
34 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() function105 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()
47 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() function103 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()