Home
last modified time | relevance | path

Searched defs:function_ref (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/callable_traits/example/
Dfunction_type.cpp38 using function_ref = void(&)(int, float&, const char*); in main() typedef
Dargs.cpp51 using function_ref = void(&)(int, float&, const char*); in main() typedef
/third_party/boost/libs/move/test/
Dmove.cpp55 void function_ref(const movable &) in function_ref() function
59 void function_ref(BOOST_RV_REF(movable)) in function_ref() function
/third_party/boost/libs/hana/test/type/
Ddecltype.cpp170 Function& function_ref = function; in main() local
Dtypeid.cpp170 Function& function_ref = function; in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h54 template<typename Fn> class function_ref; variable