Home
last modified time | relevance | path

Searched defs:not_eof (Results 1 – 10 of 10) sorted by relevance

/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DCommonToken.pm194 sub not_eof { method in ANTLR::Runtime::CommonToken
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.hash/
Dchar_type.hash.fail.cpp45 static inline int_type not_eof(int_type __c) { in not_eof() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string.hash/
Dchar_type_hash.fail.cpp45 static inline int_type not_eof(int_type __c) { in not_eof() function
/external/libchrome/base/strings/
Dstring16.h120 static int_type not_eof(const int_type& c) { in not_eof() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.capacity/
Dshrink_to_fit.explicit_instantiation.sh.cpp43 static int_type not_eof(const int_type&) { return 0; } in not_eof() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/string.view/string.view.comparison/
Dcomparison.pass.cpp65 …static constexpr int_type not_eof(int_type __c) noexcept { return eq_int_type(__c, eof()) ? ~eof()… in not_eof() function
/external/cronet/buildtools/third_party/libc++/trunk/include/__string/
Dchar_traits.h161 static inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT in not_eof() function
/external/libcxx/test/support/
Dconstexpr_char_traits.hpp44 static TEST_CONSTEXPR int_type not_eof(int_type __c) TEST_NOEXCEPT in not_eof() function
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dconstexpr_char_traits.h46 static TEST_CONSTEXPR int_type not_eof(int_type c) TEST_NOEXCEPT in not_eof() function
Dnasty_string.h83 …static constexpr int_type not_eof(int_type c) noexcept { return eq_int_type(c, eof()) ? ~eof() : c… in not_eof() function