Searched defs:f4b (Results 1 – 4 of 4) sorted by relevance
52 std::function<NonCopyable(int)> f4b = std::ref(f1b); in test() local69 std::function<const NonCopyable(int)> f4b = std::ref(f1b); in const_test() local86 std::function<void(int)> f4b = std::ref(f1b); in void_test() local98 std::function<const void(int)> f4b = std::ref(f1b); in const_void_test() local
100 float4 f4b(2,2,3,4); in TEST_F() local
101 func f4b(a, b, c int) int { func
265 void f4b() { function