Searched defs:f4a (Results 1 – 6 of 6) sorted by relevance
48 std::function<NonCopyable()> f4a = std::ref(f1a); in test() local65 std::function<const NonCopyable()> f4a = std::ref(f1a); in const_test() local82 std::function<void()> f4a = std::ref(f1a); in void_test() local94 std::function<const void()> f4a = std::ref(f1a); in const_void_test() local
99 float4 f4a(1,2,3,4); in TEST_F() local
84 auto f4a(int n) { return f(); } in f4a() function
69 func f4a(x *[2]string, y *[2]string) { func
80 func f4a(a, b, c int) int { func
252 template<typename T> void f4a() { in f4a() function