HelenOS sources
to_int_type 219 uspace/lib/cpp/include/__bits/io/fstream.hpp return traits_type::to_int_type(*this->input_next_);
to_int_type 540 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(c, traits_type::to_int_type(delim)))
to_int_type 131 uspace/lib/cpp/include/__bits/io/sstream.hpp return traits_type::to_int_type(*this->gptr());
to_int_type 121 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(*input_next_++);
to_int_type 129 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(*input_next_);
to_int_type 146 uspace/lib/cpp/include/__bits/io/streambuf.hpp return pbackfail(traits_type::to_int_type(c));
to_int_type 148 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(*(--input_next_));
to_int_type 156 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(*(--input_next_));
to_int_type 166 uspace/lib/cpp/include/__bits/io/streambuf.hpp return overflow(traits_type::to_int_type(c));
to_int_type 171 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(c);
to_int_type 362 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(*input_next_++);
to_int_type 102 uspace/lib/cpp/include/__bits/io/streambufs.hpp return traits_type::to_int_type(*input_next_);
to_int_type 129 uspace/lib/cpp/include/__bits/string/string.hpp return to_int_type('a'); // We just need something that is not eof.
to_int_type 412 uspace/lib/cpp/include/__bits/string/string.hpp return to_int_type(L'a'); // We just need something that is not eof.
HelenOS homepage, sources at GitHub