Home
last modified time | relevance | path

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

/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DCommonToken.pm194 sub not_eof { method in ANTLR::Runtime::CommonToken
/external/cronet/third_party/libc++/src/test/std/strings/basic.string.hash/
Dchar_type_hash.fail.cpp45 static inline int_type not_eof(int_type __c) { in not_eof() function
Dchar_type_hash.verify.cpp41 static inline int_type not_eof(int_type __c) { return eq_int_type(__c, eof()) ? ~eof() : __c; } in not_eof() function
/external/cronet/third_party/libc++/src/test/std/strings/string.view/string.view.hash/
Dchar_type.hash.verify.cpp42 static inline int_type not_eof(int_type __c) { return eq_int_type(__c, eof()) ? ~eof() : __c; } in not_eof() function
Dchar_type.hash.fail.cpp45 static inline int_type not_eof(int_type __c) { in not_eof() function
/external/sdv/vsomeip/third_party/boost/utility/test/
Dstring_view_constexpr_test1.cpp40 …static constexpr int_type not_eof(int_type c) noexcept { return eq_int_type(c, eof()) ? ~eof() : … in not_eof() function
/external/cronet/third_party/libc++/src/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/libchrome/base/strings/
Dstring16.h120 static int_type not_eof(const int_type& c) { in not_eof() function
/external/cronet/third_party/libc++/src/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/third_party/libc++/src/include/__string/
Dchar_traits.h162 static inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT in not_eof() function
/external/sdv/vsomeip/third_party/boost/format/include/boost/format/detail/
Dworkarounds_gcc-2_95.hpp134 not_eof(const int_type& meta) { in not_eof() function in boost::io::CompatTraits
/external/cronet/third_party/libc++/src/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
/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/third_party/libc++/src/test/std/localization/locale.categories/category.numeric/locale.num.get/
Duser_defined_char_type.pass.cpp69 static int_type not_eof(int_type i) { return char_traits<char>::not_eof(i); } in not_eof() function