Searched defs:f3a (Results 1 – 2 of 2) sorted by relevance
47 std::function<NonCopyable()> f3a = LargeLambda(); in test() local64 std::function<const NonCopyable()> f3a = LargeLambda(); in const_test() local81 std::function<void()> f3a = LargeLambda(); in void_test() local93 std::function<const void()> f3a = LargeLambda(); in const_void_test() local
79 auto f3a(int n) { return (n); } in f3a() function