Searched defs:binary_negate (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h326 * @c binary_negate, respectively. These classes are functors whose
344 * argument. The not2/binary_negate combination works on predicates which
374 class binary_negate class in inherits:binary_function
383 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
393 inline binary_negate<_Predicate>
395 { return binary_negate<_Predicate>(__pred); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h326 * @c binary_negate, respectively. These classes are functors whose
344 * argument. The not2/binary_negate combination works on predicates which
374 class binary_negate class in inherits:binary_function
383 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
393 inline binary_negate<_Predicate>
395 { return binary_negate<_Predicate>(__pred); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_function.h326 * @c binary_negate, respectively. These classes are functors whose
344 * argument. The not2/binary_negate combination works on predicates which
374 class binary_negate class in inherits:binary_function
383 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
393 inline binary_negate<_Predicate>
395 { return binary_negate<_Predicate>(__pred); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_function.h326 * @c binary_negate, respectively. These classes are functors whose
344 * argument. The not2/binary_negate combination works on predicates which
374 class binary_negate class in inherits:binary_function
383 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
393 inline binary_negate<_Predicate>
395 { return binary_negate<_Predicate>(__pred); }
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h679 * @c binary_negate, respectively. These classes are functors whose
697 * argument. The not2/binary_negate combination works on predicates which
727 class binary_negate class in inherits:binary_function
736 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
746 inline binary_negate<_Predicate>
748 { return binary_negate<_Predicate>(__pred); }
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h675 * @c binary_negate, respectively. These classes are functors whose
693 * argument. The not2/binary_negate combination works on predicates which
723 class binary_negate class in inherits:binary_function
732 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
742 inline binary_negate<_Predicate>
744 { return binary_negate<_Predicate>(__pred); }
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h679 * @c binary_negate, respectively. These classes are functors whose
697 * argument. The not2/binary_negate combination works on predicates which
727 class binary_negate class in inherits:binary_function
736 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
746 inline binary_negate<_Predicate>
748 { return binary_negate<_Predicate>(__pred); }
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h679 * @c binary_negate, respectively. These classes are functors whose
697 * argument. The not2/binary_negate combination works on predicates which
727 class binary_negate class in inherits:binary_function
736 binary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:binary_negate
746 inline binary_negate<_Predicate>
748 { return binary_negate<_Predicate>(__pred); }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h159 class binary_negate class in inherits:binary_function
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:binary_negate
182 inline binary_negate<_Predicate>
184 return binary_negate<_Predicate>(__pred);
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h159 class binary_negate class in inherits:binary_function
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:binary_negate
182 inline binary_negate<_Predicate>
184 return binary_negate<_Predicate>(__pred);
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h159 class binary_negate class in inherits:binary_function
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:binary_negate
182 inline binary_negate<_Predicate>
184 return binary_negate<_Predicate>(__pred);
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h159 class binary_negate class in inherits:binary_function
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:binary_negate
182 inline binary_negate<_Predicate>
184 return binary_negate<_Predicate>(__pred);

Completed in 422 milliseconds