HomeSort by relevance Sort by last modified time
    Searched full:binary_function (Results 1 - 14 of 14) sorted by null

  /external/stlport/stlport/stl/
_function_base.h 53 struct binary_function { struct
60 ~binary_function() {}
65 struct equal_to : public binary_function<_Tp, _Tp, bool> {
70 struct less : public binary_function<_Tp,_Tp,bool>
114 struct plus : public binary_function<_Tp, _Tp, _Tp> {
119 struct minus : public binary_function<_Tp, _Tp, _Tp> {
134 struct multiplies : public binary_function<_Tp, _Tp, _Tp> {
156 struct _Project1st : public binary_function<_Arg1, _Arg2, _Arg1> {
161 struct _Project2nd : public binary_function<_Arg1, _Arg2, _Arg2> {
_function_adaptors.h 78 class _Mem_fun1_ptr : public binary_function<_Tp*,_Arg,_Result> {
104 class _Const_mem_fun1_ptr : public binary_function<const _Tp*,_Arg,_Result> {
131 class _Mem_fun1_ref : public binary_function<_Tp,_Arg,_Result> {
157 class _Const_mem_fun1_ref : public binary_function<_Tp,_Arg,_Result> {
202 class _Ptr_fun2_base : public binary_function<_Arg1,_Arg2,_Result> {
240 class _Void_mem_fun1_ptr : public binary_function<_Tp*,_Arg,void> {
266 class _Void_const_mem_fun1_ptr : public binary_function<const _Tp*,_Arg,void> {
292 class _Void_mem_fun1_ref : public binary_function<_Tp,_Arg,void> {
318 class _Void_const_mem_fun1_ref : public binary_function<_Tp,_Arg,void> {
361 class _Ptr_void_fun2_base : public binary_function<_Arg1,_Arg2,void>
    [all...]
_ctraits_fns.h 34 : public binary_function<typename _Traits::char_type,
74 : public binary_function<typename _Traits::char_type,
_function.h 44 struct not_equal_to : public binary_function<_Tp, _Tp, bool> {
49 struct greater : public binary_function<_Tp, _Tp, bool> {
54 struct greater_equal : public binary_function<_Tp, _Tp, bool> {
59 struct less_equal : public binary_function<_Tp, _Tp, bool> {
64 struct divides : public binary_function<_Tp, _Tp, _Tp> {
69 struct modulus : public binary_function<_Tp, _Tp, _Tp> {
79 struct logical_and : public binary_function<_Tp, _Tp, bool> {
84 struct logical_or : public binary_function<_Tp, _Tp,bool> {
160 : public binary_function<typename __BINARY_ARG(_Predicate, first_argument_type),
163 typedef binary_function<typename __BINARY_ARG(_Predicate, first_argument_type)
    [all...]
_map.h 61 : public binary_function<value_type, value_type, bool> {
253 class value_compare : public binary_function<value_type, value_type, bool> {
_rope.h 122 : public binary_function<rope<_CharT,_Alloc>, rope<_CharT,_Alloc>,
    [all...]
  /external/astl/include/
functional 47 struct binary_function {
57 struct _Name : public binary_function<_T, _T, bool> \
  /external/stlport/test/unit/
bind_test.cpp 37 class pre_increment : public binary_function<int, int, int> {
43 class post_increment : public binary_function<int, int, int> {
alg_test.cpp 338 public binary_function<const Pair&, const string&, bool>
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ufunction.h 47 struct binary_function { struct in namespace:ustl
56 template <class T> struct name : public binary_function<T,T,rv> \
91 template <class T1, class T2> struct project1st : public binary_function<T1,T2,T1> { inline const T1& operator()(const T1& a, const T2&) const { return (a); } };
94 template <class T1, class T2> struct project2nd : public binary_function<T1,T2,T2> { inline const T2& operator()(const T1&, const T2& a) const { return (a); } };
120 class pointer_to_binary_function : public binary_function<Arg1,Arg2,Result> {
382 #define FUNCTOR_BINARY_BASE(ArgType) binary_function<ArgType, ArgType, typename Function::result_type>
  /prebuilt/sdk/tools/linux/
aidl 
aapt 
  /external/stlport/etc/
ChangeLog 188 unary_function and binary_function as base type of _Mem_fun0_ref,
680 and binary_function struct are intended to be derived but they
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py     [all...]

Completed in 320 milliseconds