OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:not_eof
(Results
1 - 25
of
71
) sorted by null
1
2
3
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
not_eof.pass.cpp
14
// static constexpr int_type
not_eof
(int_type c);
21
assert(std::char_traits<char>::
not_eof
('a') == 'a');
22
assert(std::char_traits<char>::
not_eof
('A') == 'A');
23
assert(std::char_traits<char>::
not_eof
(0) == 0);
24
assert(std::char_traits<char>::
not_eof
(std::char_traits<char>::eof()) !=
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
not_eof.pass.cpp
14
// static constexpr int_type
not_eof
(int_type c);
22
assert(std::char_traits<char16_t>::
not_eof
(u'a') == u'a');
23
assert(std::char_traits<char16_t>::
not_eof
(u'A') == u'A');
24
assert(std::char_traits<char16_t>::
not_eof
(0) == 0);
25
assert(std::char_traits<char16_t>::
not_eof
(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/
not_eof.pass.cpp
14
// static constexpr int_type
not_eof
(int_type c);
22
assert(std::char_traits<char32_t>::
not_eof
(U'a') == U'a');
23
assert(std::char_traits<char32_t>::
not_eof
(U'A') == U'A');
24
assert(std::char_traits<char32_t>::
not_eof
(0) == 0);
25
assert(std::char_traits<char32_t>::
not_eof
(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/
not_eof.pass.cpp
14
// static constexpr int_type
not_eof
(int_type c);
21
assert(std::char_traits<wchar_t>::
not_eof
(L'a') == L'a');
22
assert(std::char_traits<wchar_t>::
not_eof
(L'A') == L'A');
23
assert(std::char_traits<wchar_t>::
not_eof
(0) == 0);
24
assert(std::char_traits<wchar_t>::
not_eof
(std::char_traits<wchar_t>::eof()) !=
/art/runtime/
indenter.h
42
return std::char_traits<char>::
not_eof
(c);
/external/stlport/src/
stdio_streambuf.cpp
188
return traits_type::
not_eof
(c);
212
return traits_type::
not_eof
(c);
219
return traits_type::
not_eof
(c);
/ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp
188
return traits_type::
not_eof
(c);
212
return traits_type::
not_eof
(c);
219
return traits_type::
not_eof
(c);
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonToken.pm
8
'bool' => \&
not_eof
,
194
sub
not_eof
{
subroutine
/external/chromium/base/
string16.h
109
static int_type
not_eof
(const int_type& c) {
function in struct:base::string16_char_traits
/external/chromium/googleurl/base/
string16.h
122
static int_type
not_eof
(const int_type& c) {
function in struct:base::string16_char_traits
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
char_traits.h
145
not_eof
(const int_type& __c)
function in struct:char_traits
300
not_eof
(const int_type& __c)
function in struct:char_traits
369
not_eof
(const int_type& __c)
function in struct:char_traits
472
not_eof
(const int_type& __c)
function in struct:char_traits
565
not_eof
(const int_type& __c)
function in struct:char_traits
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
char_traits.h
140
not_eof
(const int_type& __c)
function in struct:char_traits
298
not_eof
(const int_type& __c)
function in struct:char_traits
367
not_eof
(const int_type& __c)
function in struct:char_traits
473
not_eof
(const int_type& __c)
function in struct:char_traits
566
not_eof
(const int_type& __c)
function in struct:char_traits
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
char_traits.h
140
not_eof
(const int_type& __c)
function in struct:char_traits
298
not_eof
(const int_type& __c)
function in struct:char_traits
367
not_eof
(const int_type& __c)
function in struct:char_traits
473
not_eof
(const int_type& __c)
function in struct:char_traits
566
not_eof
(const int_type& __c)
function in struct:char_traits
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h
145
not_eof
(const int_type& __c)
function in struct:char_traits
300
not_eof
(const int_type& __c)
function in struct:char_traits
369
not_eof
(const int_type& __c)
function in struct:char_traits
472
not_eof
(const int_type& __c)
function in struct:char_traits
565
not_eof
(const int_type& __c)
function in struct:char_traits
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h
145
not_eof
(const int_type& __c)
function in struct:char_traits
300
not_eof
(const int_type& __c)
function in struct:char_traits
369
not_eof
(const int_type& __c)
function in struct:char_traits
472
not_eof
(const int_type& __c)
function in struct:char_traits
565
not_eof
(const int_type& __c)
function in struct:char_traits
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h
145
not_eof
(const int_type& __c)
function in struct:char_traits
300
not_eof
(const int_type& __c)
function in struct:char_traits
369
not_eof
(const int_type& __c)
function in struct:char_traits
472
not_eof
(const int_type& __c)
function in struct:char_traits
565
not_eof
(const int_type& __c)
function in struct:char_traits
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
char_traits.h
145
not_eof
(const int_type& __c)
function in struct:char_traits
300
not_eof
(const int_type& __c)
function in struct:char_traits
369
not_eof
(const int_type& __c)
function in struct:char_traits
472
not_eof
(const int_type& __c)
function in struct:char_traits
565
not_eof
(const int_type& __c)
function in struct:char_traits
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h
140
not_eof
(const int_type& __c)
function in struct:char_traits
298
not_eof
(const int_type& __c)
function in struct:char_traits
367
not_eof
(const int_type& __c)
function in struct:char_traits
473
not_eof
(const int_type& __c)
function in struct:char_traits
566
not_eof
(const int_type& __c)
function in struct:char_traits
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h
140
not_eof
(const int_type& __c)
function in struct:char_traits
298
not_eof
(const int_type& __c) _GLIBCXX_NOEXCEPT
367
not_eof
(const int_type& __c) _GLIBCXX_NOEXCEPT
473
not_eof
(const int_type& __c) noexcept
566
not_eof
(const int_type& __c) noexcept
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h
140
not_eof
(const int_type& __c)
function in struct:char_traits
298
not_eof
(const int_type& __c)
function in struct:char_traits
367
not_eof
(const int_type& __c)
function in struct:char_traits
473
not_eof
(const int_type& __c)
function in struct:char_traits
566
not_eof
(const int_type& __c)
function in struct:char_traits
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h
140
not_eof
(const int_type& __c)
function in struct:char_traits
298
not_eof
(const int_type& __c) _GLIBCXX_NOEXCEPT
367
not_eof
(const int_type& __c) _GLIBCXX_NOEXCEPT
473
not_eof
(const int_type& __c) noexcept
566
not_eof
(const int_type& __c) noexcept
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
char_traits.h
138
not_eof
(const int_type& __c)
function in struct:char_traits
296
not_eof
(const int_type& __c) _GLIBCXX_NOEXCEPT
365
not_eof
(const int_type& __c) _GLIBCXX_NOEXCEPT
471
not_eof
(const int_type& __c) noexcept
564
not_eof
(const int_type& __c) noexcept
/external/chromium_org/base/strings/
string16.h
109
static int_type
not_eof
(const int_type& c) {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pod_char_traits.h
176
not_eof
(const int_type& __c)
function in struct:char_traits
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pod_char_traits.h
181
not_eof
(const int_type& __c)
function in struct:char_traits
Completed in 1535 milliseconds
1
2
3