Home
last modified time | relevance | path

Searched refs:fn_copy (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/yap/test/
Dexpression_function.cpp27 auto fn_copy = fn; in test_main() local
30 BOOST_CHECK(fn_copy() == 42); in test_main()
35 BOOST_CHECK(fn_copy() == 21); in test_main()
42 auto fn_copy = fn; in test_main() local
45 BOOST_CHECK(fn_copy() == 42); in test_main()
50 BOOST_CHECK(fn_copy() == 42); in test_main()
/third_party/ffmpeg/libavformat/
Dhlsenc.c1734 char *fn_copy = av_strdup(oc->url); local
1735 if (!fn_copy)
1737 dir = av_dirname(fn_copy);
1740 av_freep(&fn_copy);
1743 av_freep(&fn_copy);