Home
last modified time | relevance | path

Searched refs:f_nested (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_rvalue.pass.cpp246 int f_nested(int i) in f_nested() function
259 assert(std::bind(f_nested, std::bind(g_nested, _1))(3) == 31); in test_nested()
/external/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_rvalue.pass.cpp247 int f_nested(int i) in f_nested() function
260 assert(std::bind(f_nested, std::bind(g_nested, _1))(3) == 31); in test_nested()
/external/python/pybind11/tests/
Dtest_numpy_dtypes.py349 funcs = [m.f_simple, m.f_packed, m.f_nested]