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

  /prebuilts/gcc/linux-x86/host/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); }
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h 326 * and return an instance of @c unary_negate or
344 * The not1/unary_negate combination works on predicates taking a single
352 class unary_negate class in inherits:unary_function
360 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
369 inline unary_negate<_Predicate>
371 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_function.h 326 * and return an instance of @c unary_negate or
344 * The not1/unary_negate combination works on predicates taking a single
352 class unary_negate class in inherits:unary_function
360 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
369 inline unary_negate<_Predicate>
371 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/5/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); }
  /prebuilts/ndk/6/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); }
  /prebuilts/ndk/7/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); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 326 * and return an instance of @c unary_negate or
344 * The not1/unary_negate combination works on predicates taking a single
352 class unary_negate class in inherits:unary_function
360 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
369 inline unary_negate<_Predicate>
371 { return unary_negate<_Predicate>(__pred); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 327 * and return an instance of @c unary_negate or
345 * The not1/unary_negate combination works on predicates taking a single
353 class unary_negate class in inherits:unary_function
361 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
370 inline unary_negate<_Predicate>
372 { 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);
  /prebuilts/ndk/5/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);
  /prebuilts/ndk/6/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/8/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 2004 milliseconds