Searched defs:f1b (Results 1 – 5 of 5) sorted by relevance
49 std::function<NonCopyable(int)> f1b = [](int) { return NonCopyable(); }; in test() local66 std::function<const NonCopyable(int)> f1b = [](int) { return NonCopyable(); }; in const_test() local83 std::function<void(int)> f1b = [](int) { return NonCopyable(); }; in void_test() local95 std::function<const void(int)> f1b = [](int) { return NonCopyable(); }; in const_void_test() local128 std::function f1b = [](int) { return NonCopyable(); }; in ctad_test() local
52 var f1b = bytesToZipArtifactFile("dir/f1", []byte(` var
17 float (*f1b)(float, int) = &f1; in test_f1() local
36 func f1b(a []int, i int, j uint) int { func
271 Filter1 f1b; in TEST() local