OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__y
(Results
601 - 625
of
1127
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/stlport/stlport/stl/
_stream_iterator.h
213
const istream_iterator< __ISI_TMPL_ARGUMENTS >&
__y
)
214
{ return __x._M_equal(
__y
); }
220
const istream_iterator< __ISI_TMPL_ARGUMENTS >&
__y
)
221
{ return !__x._M_equal(
__y
); }
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib
164
inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long
__y
) _NOEXCEPT {return ldiv(__x,
__y
);}
166
inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long
__y
) _NOEXCEPT {return lldiv(__x,
__y
);}
exception
139
bool operator==(const exception_ptr& __x, const exception_ptr&
__y
) _NOEXCEPT
140
{return __x.__ptr_ ==
__y
.__ptr_;}
142
bool operator!=(const exception_ptr& __x, const exception_ptr&
__y
) _NOEXCEPT
143
{return !(__x ==
__y
);}
/ndk/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h
111
const istreambuf_iterator<_CharT, _Traits>&
__y
) {
112
return __x.equal(
__y
);
119
const istreambuf_iterator<_CharT, _Traits>&
__y
) {
120
return !__x.equal(
__y
);
_queue.h
122
operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >&
__y
) {
123
return __x._Get_s() ==
__y
._Get_s();
128
operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >&
__y
) {
129
return __x._Get_s() <
__y
._Get_s();
_stream_iterator.h
213
const istream_iterator< __ISI_TMPL_ARGUMENTS >&
__y
)
214
{ return __x._M_equal(
__y
); }
220
const istream_iterator< __ISI_TMPL_ARGUMENTS >&
__y
)
221
{ return !__x._M_equal(
__y
); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
binders.h
107
const typename _Operation::first_argument_type&
__y
)
108
: op(__x), value(
__y
) { }
142
const typename _Operation::second_argument_type&
__y
)
143
: op(__x), value(
__y
) { }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stream_iterator.h
124
const istream_iterator<_Tp, _CharT, _Traits, _Dist>&
__y
)
125
{ return __x._M_equal(
__y
); }
131
const istream_iterator<_Tp, _CharT, _Traits, _Dist>&
__y
)
132
{ return !__x._M_equal(
__y
); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
binders.h
110
const typename _Operation::first_argument_type&
__y
)
111
: op(__x), value(
__y
) { }
145
const typename _Operation::second_argument_type&
__y
)
146
: op(__x), value(
__y
) { }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
compatibility-list.h
42
swap(_List_node_base& __x, _List_node_base&
__y
) throw ();
stream_iterator.h
131
const istream_iterator<_Tp, _CharT, _Traits, _Dist>&
__y
)
132
{ return __x._M_equal(
__y
); }
138
const istream_iterator<_Tp, _CharT, _Traits, _Dist>&
__y
)
139
{ return !__x._M_equal(
__y
); }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
binders.h
110
const typename _Operation::first_argument_type&
__y
)
111
: op(__x), value(
__y
) { }
145
const typename _Operation::second_argument_type&
__y
)
146
: op(__x), value(
__y
) { }
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
compatibility-list.h
42
swap(_List_node_base& __x, _List_node_base&
__y
) throw ();
stream_iterator.h
131
const istream_iterator<_Tp, _CharT, _Traits, _Dist>&
__y
)
132
{ return __x._M_equal(
__y
); }
138
const istream_iterator<_Tp, _CharT, _Traits, _Dist>&
__y
)
139
{ return !__x._M_equal(
__y
); }
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h
107
const typename _Operation::first_argument_type&
__y
)
108
: op(__x), value(
__y
) { }
142
const typename _Operation::second_argument_type&
__y
)
143
: op(__x), value(
__y
) { }
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h
124
const istream_iterator<_Tp, _CharT, _Traits, _Dist>&
__y
)
125
{ return __x._M_equal(
__y
); }
131
const istream_iterator<_Tp, _CharT, _Traits, _Dist>&
__y
)
132
{ return !__x._M_equal(
__y
); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h
111
const istreambuf_iterator<_CharT, _Traits>&
__y
) {
112
return __x.equal(
__y
);
119
const istreambuf_iterator<_CharT, _Traits>&
__y
) {
120
return !__x.equal(
__y
);
_queue.h
122
operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >&
__y
) {
123
return __x._Get_s() ==
__y
._Get_s();
128
operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >&
__y
) {
129
return __x._Get_s() <
__y
._Get_s();
_stream_iterator.h
213
const istream_iterator< __ISI_TMPL_ARGUMENTS >&
__y
)
214
{ return __x._M_equal(
__y
); }
220
const istream_iterator< __ISI_TMPL_ARGUMENTS >&
__y
)
221
{ return !__x._M_equal(
__y
); }
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h
107
const typename _Operation::first_argument_type&
__y
)
108
: op(__x), value(
__y
) { }
142
const typename _Operation::second_argument_type&
__y
)
143
: op(__x), value(
__y
) { }
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stream_iterator.h
124
const istream_iterator<_Tp, _CharT, _Traits, _Dist>&
__y
)
125
{ return __x._M_equal(
__y
); }
131
const istream_iterator<_Tp, _CharT, _Traits, _Dist>&
__y
)
132
{ return !__x._M_equal(
__y
); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_istreambuf_iterator.h
111
const istreambuf_iterator<_CharT, _Traits>&
__y
) {
112
return __x.equal(
__y
);
119
const istreambuf_iterator<_CharT, _Traits>&
__y
) {
120
return !__x.equal(
__y
);
_queue.h
122
operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >&
__y
) {
123
return __x._Get_s() ==
__y
._Get_s();
128
operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >&
__y
) {
129
return __x._Get_s() <
__y
._Get_s();
_stream_iterator.h
213
const istream_iterator< __ISI_TMPL_ARGUMENTS >&
__y
)
214
{ return __x._M_equal(
__y
); }
220
const istream_iterator< __ISI_TMPL_ARGUMENTS >&
__y
)
221
{ return !__x._M_equal(
__y
); }
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
binders.h
107
const typename _Operation::first_argument_type&
__y
)
108
: op(__x), value(
__y
) { }
142
const typename _Operation::second_argument_type&
__y
)
143
: op(__x), value(
__y
) { }
Completed in 1541 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>