Searched defs:f3b (Results 1 – 4 of 4) sorted by relevance
51 std::function<NonCopyable(int)> f3b = LargeLambda(); in test() local68 std::function<const NonCopyable(int)> f3b = LargeLambda(); in const_test() local85 std::function<void(int)> f3b = LargeLambda(); in void_test() local97 std::function<const void(int)> f3b = LargeLambda(); in const_void_test() local
131 func f3b() { func
141 func f3b() { func
253 void f3b() { function