Home
last modified time | relevance | path

Searched defs:mem_fun (Results 1 – 7 of 7) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/
Dmem_fun_ref.h52 mem_fun(_Sp (_Tp::*__f)()) in mem_fun() function
58 mem_fun(_Sp (_Tp::*__f)(_Ap)) in mem_fun() function
124 mem_fun(_Sp (_Tp::*__f)() const) in mem_fun() function
130 mem_fun(_Sp (_Tp::*__f)(_Ap) const) in mem_fun() function
/external/libabigail/tests/data/test-read-ctf/
Dtest-callback2.c8 int (*mem_fun)(struct s0 *); member
Dtest6.c17 typedef integer (*mem_fun)(struct s0 *); typedef
/external/libabigail/tests/data/test-read-dwarf/
Dtest1.cc36 s0::mem_fun() in mem_fun() function in s0
/external/libabigail/src/
Dabg-leaf-reporter.cc525 method_decl_sptr mem_fun = i->second; in report() local
546 method_decl_sptr mem_fun = i->second; in report() local
Dabg-default-reporter.cc932 method_decl_sptr mem_fun = *i; in report() local
953 method_decl_sptr mem_fun = *i; in report() local
/external/clang/test/SemaCXX/
Dfor-range-examples.cpp109 template<typename F> mem_fun_impl<F> mem_fun(F f) { return mem_fun_impl<F>(f); } in mem_fun() function