/external/stlport/stlport/stl/ |
_function_adaptors.h | 67 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ptr 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 74 __fun_type _M_f; 80 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ptr 81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} 87 __fun_type _M_f; 93 typedef _Result (_Tp::*__fun_type) () const; 94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 100 __fun_type _M_f; 106 typedef _Result (_Tp::*__fun_type) (_Arg) const 120 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ref 133 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ref 191 typedef _Result (*__fun_type) (_Arg); typedef in class:_Ptr_fun1_base 204 typedef _Result (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_fun2_base 229 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ptr 242 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ptr 281 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ref 294 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ref 350 typedef void (*__fun_type) (_Arg); typedef in class:_Ptr_void_fun1_base 363 typedef void (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_void_fun2_base 480 _Ptr_fun1<_Result,_Arg>::__fun_type __fun_type; typedef in class:pointer_to_unary_function 490 _Ptr_fun2<_Result,_Arg1,_Arg2>::__fun_type __fun_type; typedef in class:pointer_to_binary_function [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 67 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ptr 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 74 __fun_type _M_f; 80 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ptr 81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} 87 __fun_type _M_f; 93 typedef _Result (_Tp::*__fun_type) () const; 94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 100 __fun_type _M_f; 106 typedef _Result (_Tp::*__fun_type) (_Arg) const 120 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ref 133 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ref 191 typedef _Result (*__fun_type) (_Arg); typedef in class:_Ptr_fun1_base 204 typedef _Result (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_fun2_base 229 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ptr 242 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ptr 281 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ref 294 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ref 350 typedef void (*__fun_type) (_Arg); typedef in class:_Ptr_void_fun1_base 363 typedef void (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_void_fun2_base 480 _Ptr_fun1<_Result,_Arg>::__fun_type __fun_type; typedef in class:pointer_to_unary_function 490 _Ptr_fun2<_Result,_Arg1,_Arg2>::__fun_type __fun_type; typedef in class:pointer_to_binary_function [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 67 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ptr 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 74 __fun_type _M_f; 80 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ptr 81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} 87 __fun_type _M_f; 93 typedef _Result (_Tp::*__fun_type) () const; 94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 100 __fun_type _M_f; 106 typedef _Result (_Tp::*__fun_type) (_Arg) const 120 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ref 133 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ref 191 typedef _Result (*__fun_type) (_Arg); typedef in class:_Ptr_fun1_base 204 typedef _Result (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_fun2_base 229 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ptr 242 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ptr 281 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ref 294 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ref 350 typedef void (*__fun_type) (_Arg); typedef in class:_Ptr_void_fun1_base 363 typedef void (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_void_fun2_base 480 _Ptr_fun1<_Result,_Arg>::__fun_type __fun_type; typedef in class:pointer_to_unary_function 490 _Ptr_fun2<_Result,_Arg1,_Arg2>::__fun_type __fun_type; typedef in class:pointer_to_binary_function [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 67 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ptr 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 74 __fun_type _M_f; 80 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ptr 81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} 87 __fun_type _M_f; 93 typedef _Result (_Tp::*__fun_type) () const; 94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 100 __fun_type _M_f; 106 typedef _Result (_Tp::*__fun_type) (_Arg) const 120 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ref 133 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ref 191 typedef _Result (*__fun_type) (_Arg); typedef in class:_Ptr_fun1_base 204 typedef _Result (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_fun2_base 229 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ptr 242 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ptr 281 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ref 294 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ref 350 typedef void (*__fun_type) (_Arg); typedef in class:_Ptr_void_fun1_base 363 typedef void (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_void_fun2_base 480 _Ptr_fun1<_Result,_Arg>::__fun_type __fun_type; typedef in class:pointer_to_unary_function 490 _Ptr_fun2<_Result,_Arg1,_Arg2>::__fun_type __fun_type; typedef in class:pointer_to_binary_function [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 67 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ptr 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 74 __fun_type _M_f; 80 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ptr 81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} 87 __fun_type _M_f; 93 typedef _Result (_Tp::*__fun_type) () const; 94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 100 __fun_type _M_f; 106 typedef _Result (_Tp::*__fun_type) (_Arg) const 120 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ref 133 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ref 191 typedef _Result (*__fun_type) (_Arg); typedef in class:_Ptr_fun1_base 204 typedef _Result (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_fun2_base 229 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ptr 242 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ptr 281 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ref 294 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ref 350 typedef void (*__fun_type) (_Arg); typedef in class:_Ptr_void_fun1_base 363 typedef void (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_void_fun2_base 480 _Ptr_fun1<_Result,_Arg>::__fun_type __fun_type; typedef in class:pointer_to_unary_function 490 _Ptr_fun2<_Result,_Arg1,_Arg2>::__fun_type __fun_type; typedef in class:pointer_to_binary_function [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_function_adaptors.h | 67 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ptr 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 74 __fun_type _M_f; 80 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ptr 81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} 87 __fun_type _M_f; 93 typedef _Result (_Tp::*__fun_type) () const; 94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 100 __fun_type _M_f; 106 typedef _Result (_Tp::*__fun_type) (_Arg) const 120 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ref 133 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ref 191 typedef _Result (*__fun_type) (_Arg); typedef in class:_Ptr_fun1_base 204 typedef _Result (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_fun2_base 229 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ptr 242 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ptr 281 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ref 294 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ref 350 typedef void (*__fun_type) (_Arg); typedef in class:_Ptr_void_fun1_base 363 typedef void (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_void_fun2_base 480 _Ptr_fun1<_Result,_Arg>::__fun_type __fun_type; typedef in class:pointer_to_unary_function 490 _Ptr_fun2<_Result,_Arg1,_Arg2>::__fun_type __fun_type; typedef in class:pointer_to_binary_function [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_function_adaptors.h | 67 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ptr 68 explicit _Mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 74 __fun_type _M_f; 80 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ptr 81 explicit _Mem_fun1_ptr(__fun_type __f) : _M_f(__f) {} 87 __fun_type _M_f; 93 typedef _Result (_Tp::*__fun_type) () const; 94 explicit _Const_mem_fun0_ptr(__fun_type __f) : _M_f(__f) {} 100 __fun_type _M_f; 106 typedef _Result (_Tp::*__fun_type) (_Arg) const 120 typedef _Result (_Tp::*__fun_type) (); typedef in class:_Mem_fun0_ref 133 typedef _Result (_Tp::*__fun_type) (_Arg); typedef in class:_Mem_fun1_ref 191 typedef _Result (*__fun_type) (_Arg); typedef in class:_Ptr_fun1_base 204 typedef _Result (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_fun2_base 229 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ptr 242 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ptr 281 typedef void (_Tp::*__fun_type) (); typedef in class:_Void_mem_fun0_ref 294 typedef void (_Tp::*__fun_type) (_Arg); typedef in class:_Void_mem_fun1_ref 350 typedef void (*__fun_type) (_Arg); typedef in class:_Ptr_void_fun1_base 363 typedef void (*__fun_type) (_Arg1, _Arg2); typedef in class:_Ptr_void_fun2_base 480 _Ptr_fun1<_Result,_Arg>::__fun_type __fun_type; typedef in class:pointer_to_unary_function 490 _Ptr_fun2<_Result,_Arg1,_Arg2>::__fun_type __fun_type; typedef in class:pointer_to_binary_function [all...] |