HomeSort by relevance Sort by last modified time
    Searched defs:unary_negate (Results 1 - 10 of 10) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 320 * and return an instance of @c unary_negate or
338 * The not1/unary_negate combination works on predicates taking a single
346 class unary_negate class in inherits:unary_function
354 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
363 inline unary_negate<_Predicate>
365 { return unary_negate<_Predicate>(__pred); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h 177 class unary_negate class in namespace:__gnu_parallel
185 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:__gnu_parallel::unary_negate
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 320 * and return an instance of @c unary_negate or
338 * The not1/unary_negate combination works on predicates taking a single
346 class unary_negate class in inherits:unary_function
354 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
363 inline unary_negate<_Predicate>
365 { return unary_negate<_Predicate>(__pred); }
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 320 * and return an instance of @c unary_negate or
338 * The not1/unary_negate combination works on predicates taking a single
346 class unary_negate class in inherits:unary_function
354 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
363 inline unary_negate<_Predicate>
365 { return unary_negate<_Predicate>(__pred); }
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 320 * and return an instance of @c unary_negate or
338 * The not1/unary_negate combination works on predicates taking a single
346 class unary_negate class in inherits:unary_function
354 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
363 inline unary_negate<_Predicate>
365 { return unary_negate<_Predicate>(__pred); }
  /external/stlport/stlport/stl/
_function.h 136 class unary_negate class in inherits:unary_function
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:unary_negate
153 inline unary_negate<_Predicate>
155 return unary_negate<_Predicate>(__pred);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 136 class unary_negate class in inherits:unary_function
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:unary_negate
153 inline unary_negate<_Predicate>
155 return unary_negate<_Predicate>(__pred);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_function.h 136 class unary_negate class in inherits:unary_function
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:unary_negate
153 inline unary_negate<_Predicate>
155 return unary_negate<_Predicate>(__pred);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_function.h 136 class unary_negate class in inherits:unary_function
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:unary_negate
153 inline unary_negate<_Predicate>
155 return unary_negate<_Predicate>(__pred);
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_function.h 136 class unary_negate class in inherits:unary_function
146 explicit unary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:unary_negate
153 inline unary_negate<_Predicate>
155 return unary_negate<_Predicate>(__pred);

Completed in 1242 milliseconds