OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eq_int_type
(Results
1 - 25
of
155
) sorted by null
1
2
3
4
5
6
7
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
eq_int_type.pass.cpp
14
// static constexpr bool
eq_int_type
(int_type c1, int_type c2);
21
assert( std::char_traits<char>::
eq_int_type
('a', 'a'));
22
assert(!std::char_traits<char>::
eq_int_type
('a', 'A'));
23
assert(!std::char_traits<char>::
eq_int_type
(std::char_traits<char>::eof(), 'A'));
24
assert( std::char_traits<char>::
eq_int_type
(std::char_traits<char>::eof(),
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
eq_int_type.pass.cpp
14
// static constexpr bool
eq_int_type
(int_type c1, int_type c2);
22
assert( std::char_traits<char16_t>::
eq_int_type
(u'a', u'a'));
23
assert(!std::char_traits<char16_t>::
eq_int_type
(u'a', u'A'));
24
assert(!std::char_traits<char16_t>::
eq_int_type
(std::char_traits<char16_t>::eof(), u'A'));
25
assert( std::char_traits<char16_t>::
eq_int_type
(std::char_traits<char16_t>::eof(),
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
eq_int_type.pass.cpp
14
// static constexpr bool
eq_int_type
(int_type c1, int_type c2);
22
assert( std::char_traits<char32_t>::
eq_int_type
(U'a', U'a'));
23
assert(!std::char_traits<char32_t>::
eq_int_type
(U'a', U'A'));
24
assert(!std::char_traits<char32_t>::
eq_int_type
(std::char_traits<char32_t>::eof(), U'A'));
25
assert( std::char_traits<char32_t>::
eq_int_type
(std::char_traits<char32_t>::eof(),
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
eq_int_type.pass.cpp
14
// static constexpr bool
eq_int_type
(int_type c1, int_type c2);
21
assert( std::char_traits<wchar_t>::
eq_int_type
(L'a', L'a'));
22
assert(!std::char_traits<wchar_t>::
eq_int_type
(L'a', L'A'));
23
assert(!std::char_traits<wchar_t>::
eq_int_type
(std::char_traits<wchar_t>::eof(), L'A'));
24
assert( std::char_traits<wchar_t>::
eq_int_type
(std::char_traits<wchar_t>::eof(),
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
streambuf_iterator.h
166
if (!traits_type::
eq_int_type
(_M_c, __eof))
168
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
181
return traits_type::
eq_int_type
(_M_get(), __eof);
236
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
329
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
365
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
366
&& !traits_type::
eq_int_type
(__c, __ival))
382
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h
173
if (!traits_type::
eq_int_type
(_M_c, __eof))
175
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
188
return traits_type::
eq_int_type
(_M_get(), __eof);
243
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
336
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
372
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
373
&& !traits_type::
eq_int_type
(__c, __ival))
389
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h
173
if (!traits_type::
eq_int_type
(_M_c, __eof))
175
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
188
return traits_type::
eq_int_type
(_M_get(), __eof);
243
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
336
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
372
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
373
&& !traits_type::
eq_int_type
(__c, __ival))
389
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h
166
if (!traits_type::
eq_int_type
(_M_c, __eof))
168
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
181
return traits_type::
eq_int_type
(_M_get(), __eof);
236
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
329
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
365
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
366
&& !traits_type::
eq_int_type
(__c, __ival))
382
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h
166
if (!traits_type::
eq_int_type
(_M_c, __eof))
168
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
181
return traits_type::
eq_int_type
(_M_get(), __eof);
236
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
329
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
365
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
366
&& !traits_type::
eq_int_type
(__c, __ival))
382
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h
166
if (!traits_type::
eq_int_type
(_M_c, __eof))
168
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
181
return traits_type::
eq_int_type
(_M_get(), __eof);
236
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
329
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
365
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
366
&& !traits_type::
eq_int_type
(__c, __ival))
382
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h
166
if (!traits_type::
eq_int_type
(_M_c, __eof))
168
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
181
return traits_type::
eq_int_type
(_M_get(), __eof);
236
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
329
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
365
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
366
&& !traits_type::
eq_int_type
(__c, __ival))
382
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h
173
if (!traits_type::
eq_int_type
(_M_c, __eof))
175
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
188
return traits_type::
eq_int_type
(_M_get(), __eof);
243
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
336
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
372
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
373
&& !traits_type::
eq_int_type
(__c, __ival))
389
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h
185
if (!traits_type::
eq_int_type
(_M_c, __eof))
187
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
200
return traits_type::
eq_int_type
(_M_get(), __eof);
255
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
348
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
384
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
385
&& !traits_type::
eq_int_type
(__c, __ival))
401
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h
173
if (!traits_type::
eq_int_type
(_M_c, __eof))
175
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
188
return traits_type::
eq_int_type
(_M_get(), __eof);
243
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
336
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
372
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
373
&& !traits_type::
eq_int_type
(__c, __ival))
389
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h
185
if (!traits_type::
eq_int_type
(_M_c, __eof))
187
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
200
return traits_type::
eq_int_type
(_M_get(), __eof);
255
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
348
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
384
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
385
&& !traits_type::
eq_int_type
(__c, __ival))
401
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf_iterator.h
183
if (!traits_type::
eq_int_type
(_M_c, __eof))
185
else if (!traits_type::
eq_int_type
((__ret = _M_sbuf->sgetc()),
198
return traits_type::
eq_int_type
(_M_get(), __eof);
253
_Traits::
eq_int_type
(_M_sbuf->sputc(__c), _Traits::eof()))
346
while (!traits_type::
eq_int_type
(__c, traits_type::eof()))
382
while (!traits_type::
eq_int_type
(__c, traits_type::eof())
383
&& !traits_type::
eq_int_type
(__c, __ival))
399
if (!traits_type::
eq_int_type
(__c, traits_type::eof()))
/external/stlport/stlport/stl/
_streambuf.c
69
if (!_Traits::
eq_int_type
(__c, __eof)) {
99
else if (!_Traits::
eq_int_type
(this->overflow(_Traits::to_int_type(*__s)),
126
else if (!_Traits::
eq_int_type
(this->overflow(_Traits::to_int_type(__c)),
141
return _Traits::
eq_int_type
(this->uflow(), __eof) ? __eof : this->sgetc();
163
return ( _Traits::
eq_int_type
(this->underflow(),_Traits::eof()) ?
/ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c
69
if (!_Traits::
eq_int_type
(__c, __eof)) {
99
else if (!_Traits::
eq_int_type
(this->overflow(_Traits::to_int_type(*__s)),
126
else if (!_Traits::
eq_int_type
(this->overflow(_Traits::to_int_type(__c)),
141
return _Traits::
eq_int_type
(this->uflow(), __eof) ? __eof : this->sgetc();
163
return ( _Traits::
eq_int_type
(this->underflow(),_Traits::eof()) ?
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h
113
if (traits_type::
eq_int_type
(__c, __eof)) // unget
115
if (!traits_type::
eq_int_type
(_M_unget_buf, __eof))
135
if (traits_type::
eq_int_type
(__c, traits_type::eof()))
240
if (traits_type::
eq_int_type
(__c, __eof))
262
if (traits_type::
eq_int_type
(this->syncputc(*__s++), __eof))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h
123
if (traits_type::
eq_int_type
(__c, __eof)) // unget
125
if (!traits_type::
eq_int_type
(_M_unget_buf, __eof))
145
if (traits_type::
eq_int_type
(__c, traits_type::eof()))
250
if (traits_type::
eq_int_type
(__c, __eof))
272
if (traits_type::
eq_int_type
(this->syncputc(*__s++), __eof))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h
123
if (traits_type::
eq_int_type
(__c, __eof)) // unget
125
if (!traits_type::
eq_int_type
(_M_unget_buf, __eof))
145
if (traits_type::
eq_int_type
(__c, traits_type::eof()))
250
if (traits_type::
eq_int_type
(__c, __eof))
272
if (traits_type::
eq_int_type
(this->syncputc(*__s++), __eof))
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h
113
if (traits_type::
eq_int_type
(__c, __eof)) // unget
115
if (!traits_type::
eq_int_type
(_M_unget_buf, __eof))
135
if (traits_type::
eq_int_type
(__c, traits_type::eof()))
240
if (traits_type::
eq_int_type
(__c, __eof))
262
if (traits_type::
eq_int_type
(this->syncputc(*__s++), __eof))
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c
69
if (!_Traits::
eq_int_type
(__c, __eof)) {
99
else if (!_Traits::
eq_int_type
(this->overflow(_Traits::to_int_type(*__s)),
126
else if (!_Traits::
eq_int_type
(this->overflow(_Traits::to_int_type(__c)),
141
return _Traits::
eq_int_type
(this->uflow(), __eof) ? __eof : this->sgetc();
163
return ( _Traits::
eq_int_type
(this->underflow(),_Traits::eof()) ?
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h
113
if (traits_type::
eq_int_type
(__c, __eof)) // unget
115
if (!traits_type::
eq_int_type
(_M_unget_buf, __eof))
135
if (traits_type::
eq_int_type
(__c, traits_type::eof()))
240
if (traits_type::
eq_int_type
(__c, __eof))
262
if (traits_type::
eq_int_type
(this->syncputc(*__s++), __eof))
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c
69
if (!_Traits::
eq_int_type
(__c, __eof)) {
99
else if (!_Traits::
eq_int_type
(this->overflow(_Traits::to_int_type(*__s)),
126
else if (!_Traits::
eq_int_type
(this->overflow(_Traits::to_int_type(__c)),
141
return _Traits::
eq_int_type
(this->uflow(), __eof) ? __eof : this->sgetc();
163
return ( _Traits::
eq_int_type
(this->underflow(),_Traits::eof()) ?
Completed in 1505 milliseconds
1
2
3
4
5
6
7