HomeSort by relevance Sort by last modified time
    Searched full:binary_function (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /external/stlport/stlport/stl/
_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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /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> {
  /ndk/tests/device/test-gnustl-full/unit/
bind_test.cpp 37 class pre_increment : public binary_function<int, int, int> {
43 class post_increment : public binary_function<int, int, int> {
  /ndk/tests/device/test-stlport/unit/
bind_test.cpp 37 class pre_increment : public binary_function<int, int, int> {
43 class post_increment : public binary_function<int, int, int> {
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 266 struct StringCompare : public std::binary_function<const STRING_TYPE&, const STRING_TYPE&, bool>
273 struct StringCompare<const char*> : public std::binary_function<const char*, const char*, bool>
280 struct StringCompare<char*> : public std::binary_function<const char*, const char*, bool>
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 157 typename > struct binary_function;
161 binary_function <
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional 224 /// Determines if the type _Tp derives from binary_function.
230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
297 * Knowing which of unary_function and binary_function _Tp derives
304 // Not a unary_function or binary_function, so try a weak result type.
310 // unary_function but not binary_function
317 // binary_function but not unary_function
320 : binary_function<typename _Tp::first_argument_type,
325 // Both unary_function and binary_function. Import result_type to
331 binary_function<typename _Tp::first_argument_type,
339 * Derives from unary_function or binary_function when i
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
functional 243 /// Determines if the type _Tp derives from binary_function.
249 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
316 * Knowing which of unary_function and binary_function _Tp derives
323 // Not a unary_function or binary_function, so try a weak result type.
329 // unary_function but not binary_function
336 // binary_function but not unary_function
339 : binary_function<typename _Tp::first_argument_type,
344 // Both unary_function and binary_function. Import result_type to
350 binary_function<typename _Tp::first_argument_type,
358 * Derives from unary_function or binary_function when i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
functional 243 /// Determines if the type _Tp derives from binary_function.
249 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
316 * Knowing which of unary_function and binary_function _Tp derives
323 // Not a unary_function or binary_function, so try a weak result type.
329 // unary_function but not binary_function
336 // binary_function but not unary_function
339 : binary_function<typename _Tp::first_argument_type,
344 // Both unary_function and binary_function. Import result_type to
350 binary_function<typename _Tp::first_argument_type,
358 * Derives from unary_function or binary_function when i
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 224 /// Determines if the type _Tp derives from binary_function.
230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
297 * Knowing which of unary_function and binary_function _Tp derives
304 // Not a unary_function or binary_function, so try a weak result type.
310 // unary_function but not binary_function
317 // binary_function but not unary_function
320 : binary_function<typename _Tp::first_argument_type,
325 // Both unary_function and binary_function. Import result_type to
331 binary_function<typename _Tp::first_argument_type,
339 * Derives from unary_function or binary_function when i
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 224 /// Determines if the type _Tp derives from binary_function.
230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
297 * Knowing which of unary_function and binary_function _Tp derives
304 // Not a unary_function or binary_function, so try a weak result type.
310 // unary_function but not binary_function
317 // binary_function but not unary_function
320 : binary_function<typename _Tp::first_argument_type,
325 // Both unary_function and binary_function. Import result_type to
331 binary_function<typename _Tp::first_argument_type,
339 * Derives from unary_function or binary_function when i
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 224 /// Determines if the type _Tp derives from binary_function.
230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
297 * Knowing which of unary_function and binary_function _Tp derives
304 // Not a unary_function or binary_function, so try a weak result type.
310 // unary_function but not binary_function
317 // binary_function but not unary_function
320 : binary_function<typename _Tp::first_argument_type,
325 // Both unary_function and binary_function. Import result_type to
331 binary_function<typename _Tp::first_argument_type,
339 * Derives from unary_function or binary_function when i
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 224 /// Determines if the type _Tp derives from binary_function.
230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
297 * Knowing which of unary_function and binary_function _Tp derives
304 // Not a unary_function or binary_function, so try a weak result type.
310 // unary_function but not binary_function
317 // binary_function but not unary_function
320 : binary_function<typename _Tp::first_argument_type,
325 // Both unary_function and binary_function. Import result_type to
331 binary_function<typename _Tp::first_argument_type,
339 * Derives from unary_function or binary_function when i
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
functional 199 /// Determines if the type _Tp derives from binary_function.
205 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
259 * Knowing which of unary_function and binary_function _Tp derives
304 * Derives from unary_function or binary_function when it
307 * derive from both unary_function and binary_function.
342 : binary_function<_T1, _T2, _Res>
347 : binary_function<_T1, _T2, _Res>
352 : binary_function<_T1, _T2, _Res>
357 : binary_function<_T1, _T2, _Res>
369 : binary_function<_T1, _T2, _Res
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
functional 199 /// Determines if the type _Tp derives from binary_function.
205 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
259 * Knowing which of unary_function and binary_function _Tp derives
304 * Derives from unary_function or binary_function when it
307 * derive from both unary_function and binary_function.
342 : binary_function<_T1, _T2, _Res>
347 : binary_function<_T1, _T2, _Res>
352 : binary_function<_T1, _T2, _Res>
357 : binary_function<_T1, _T2, _Res>
369 : binary_function<_T1, _T2, _Res
    [all...]
  /external/clang/include/clang/AST/
TypeOrdering.h 27 struct QualTypeOrdering : std::binary_function<QualType, QualType, bool> {
  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 25 struct latency_sort : public std::binary_function<SUnit*, SUnit*, bool> {
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrameHdr.h 74 : public std::binary_function<const typename BSTEntry<size>::EntryType&,

Completed in 894 milliseconds

12 3 4 5 6