OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:binary_negate
(Results
1 - 11
of
11
) 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
321
* @c
binary_negate
, respectively. These classes are functors whose
339
* argument. The not2/
binary_negate
combination works on predicates which
369
class
binary_negate
class in inherits:binary_function
378
binary_negate
(const _Predicate& __x) : _M_pred(__x) { }
function in class:binary_negate
388
inline
binary_negate
<_Predicate>
390
{ return
binary_negate
<_Predicate>(__pred); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h
327
* @c
binary_negate
, respectively. These classes are functors whose
345
* argument. The not2/
binary_negate
combination works on predicates which
375
class
binary_negate
class in inherits:binary_function
384
binary_negate
(const _Predicate& __x) : _M_pred(__x) { }
function in class:binary_negate
394
inline
binary_negate
<_Predicate>
396
{ return
binary_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
327
* @c
binary_negate
, respectively. These classes are functors whose
345
* argument. The not2/
binary_negate
combination works on predicates which
375
class
binary_negate
class in inherits:binary_function
384
binary_negate
(const _Predicate& __x) : _M_pred(__x) { }
function in class:binary_negate
394
inline
binary_negate
<_Predicate>
396
{ return
binary_negate
<_Predicate>(__pred); }
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h
321
* @c
binary_negate
, respectively. These classes are functors whose
339
* argument. The not2/
binary_negate
combination works on predicates which
369
class
binary_negate
class in inherits:binary_function
378
binary_negate
(const _Predicate& __x) : _M_pred(__x) { }
function in class:binary_negate
388
inline
binary_negate
<_Predicate>
390
{ return
binary_negate
<_Predicate>(__pred); }
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h
321
* @c
binary_negate
, respectively. These classes are functors whose
339
* argument. The not2/
binary_negate
combination works on predicates which
369
class
binary_negate
class in inherits:binary_function
378
binary_negate
(const _Predicate& __x) : _M_pred(__x) { }
function in class:binary_negate
388
inline
binary_negate
<_Predicate>
390
{ return
binary_negate
<_Predicate>(__pred); }
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h
321
* @c
binary_negate
, respectively. These classes are functors whose
339
* argument. The not2/
binary_negate
combination works on predicates which
369
class
binary_negate
class in inherits:binary_function
378
binary_negate
(const _Predicate& __x) : _M_pred(__x) { }
function in class:binary_negate
388
inline
binary_negate
<_Predicate>
390
{ return
binary_negate
<_Predicate>(__pred); }
/external/stlport/stlport/stl/
_function.h
159
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);
/ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h
159
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/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_function.h
159
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/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_function.h
159
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/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_function.h
159
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 3629 milliseconds