HelenOS sources
traits_type 51 uspace/lib/cpp/include/__bits/io/fstream.hpp using int_type = typename traits_type::int_type;
traits_type 52 uspace/lib/cpp/include/__bits/io/fstream.hpp using pos_type = typename traits_type::pos_type;
traits_type 53 uspace/lib/cpp/include/__bits/io/fstream.hpp using off_type = typename traits_type::off_type;
traits_type 60 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_streambuf<char_type, traits_type>{},
traits_type 74 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_streambuf<char_type, traits_type>::swap(other);
traits_type 103 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_streambuf<char_type, traits_type>::swap(rhs);
traits_type 115 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_filebuf<char_type, traits_type>* open(const char* name, ios_base::openmode mode)
traits_type 149 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_filebuf<char_type, traits_type>* open(const string& name, ios_base::openmode mode)
traits_type 154 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_filebuf<char_type, traits_type>* close()
traits_type 162 uspace/lib/cpp/include/__bits/io/fstream.hpp overflow(traits_type::eof());
traits_type 180 uspace/lib/cpp/include/__bits/io/fstream.hpp return traits_type::eof();
traits_type 201 uspace/lib/cpp/include/__bits/io/fstream.hpp if (c == traits_type::eof())
traits_type 217 uspace/lib/cpp/include/__bits/io/fstream.hpp return traits_type::eof();
traits_type 219 uspace/lib/cpp/include/__bits/io/fstream.hpp return traits_type::to_int_type(*this->input_next_);
traits_type 222 uspace/lib/cpp/include/__bits/io/fstream.hpp int_type pbackfail(int_type c = traits_type::eof()) override
traits_type 224 uspace/lib/cpp/include/__bits/io/fstream.hpp auto cc = traits_type::to_char_type(c);
traits_type 225 uspace/lib/cpp/include/__bits/io/fstream.hpp if (!traits_type::eq_int_type(c, traits_type::eof()) &&
traits_type 227 uspace/lib/cpp/include/__bits/io/fstream.hpp traits_type::eq(cc, this->gptr()[-1]))
traits_type 233 uspace/lib/cpp/include/__bits/io/fstream.hpp else if (!traits_type::eq_int_type(c, traits_type::eof()) &&
traits_type 240 uspace/lib/cpp/include/__bits/io/fstream.hpp else if (traits_type::eq_int_type(c, traits_type::eof()) &&
traits_type 245 uspace/lib/cpp/include/__bits/io/fstream.hpp return traits_type::not_eof(c);
traits_type 248 uspace/lib/cpp/include/__bits/io/fstream.hpp return traits_type::eof();
traits_type 251 uspace/lib/cpp/include/__bits/io/fstream.hpp int_type overflow(int_type c = traits_type::eof()) override
traits_type 255 uspace/lib/cpp/include/__bits/io/fstream.hpp return traits_type::eof();
traits_type 263 uspace/lib/cpp/include/__bits/io/fstream.hpp return traits_type::not_eof(c);
traits_type 266 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_streambuf<char_type, traits_type>*
traits_type 301 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_streambuf<char_type, traits_type>::imbue(loc);
traits_type 395 uspace/lib/cpp/include/__bits/io/fstream.hpp using int_type = typename traits_type::int_type;
traits_type 396 uspace/lib/cpp/include/__bits/io/fstream.hpp using pos_type = typename traits_type::pos_type;
traits_type 397 uspace/lib/cpp/include/__bits/io/fstream.hpp using off_type = typename traits_type::off_type;
traits_type 404 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_istream<char_type, traits_type>{&rdbuf_},
traits_type 409 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_istream<char_type, traits_type>{&rdbuf_},
traits_type 417 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_istream<char_type, traits_type>{&rdbuf_},
traits_type 427 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_istream<char_type, traits_type>{move(other)},
traits_type 430 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_istream<char_type, traits_type>::set_rdbuf(&rdbuf_);
traits_type 446 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_istream<char_type, traits_type>::swap(rhs);
traits_type 454 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_filebuf<char_type, traits_type>* rdbuf() const
traits_type 456 uspace/lib/cpp/include/__bits/io/fstream.hpp return const_cast<basic_filebuf<char_type, traits_type>*>(&rdbuf_);
traits_type 484 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_filebuf<char_type, traits_type> rdbuf_;
traits_type 504 uspace/lib/cpp/include/__bits/io/fstream.hpp using int_type = typename traits_type::int_type;
traits_type 505 uspace/lib/cpp/include/__bits/io/fstream.hpp using pos_type = typename traits_type::pos_type;
traits_type 506 uspace/lib/cpp/include/__bits/io/fstream.hpp using off_type = typename traits_type::off_type;
traits_type 513 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_ostream<char_type, traits_type>{&rdbuf_},
traits_type 518 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_ostream<char_type, traits_type>{&rdbuf_},
traits_type 526 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_ostream<char_type, traits_type>{&rdbuf_},
traits_type 536 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_ostream<char_type, traits_type>{move(other)},
traits_type 539 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_ostream<char_type, traits_type>::set_rdbuf(&rdbuf_);
traits_type 555 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_ostream<char_type, traits_type>::swap(rhs);
traits_type 563 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_filebuf<char_type, traits_type>* rdbuf() const
traits_type 565 uspace/lib/cpp/include/__bits/io/fstream.hpp return const_cast<basic_filebuf<char_type, traits_type>*>(&rdbuf_);
traits_type 593 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_filebuf<char_type, traits_type> rdbuf_;
traits_type 613 uspace/lib/cpp/include/__bits/io/fstream.hpp using int_type = typename traits_type::int_type;
traits_type 614 uspace/lib/cpp/include/__bits/io/fstream.hpp using pos_type = typename traits_type::pos_type;
traits_type 615 uspace/lib/cpp/include/__bits/io/fstream.hpp using off_type = typename traits_type::off_type;
traits_type 622 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_iostream<char_type, traits_type>{&rdbuf_},
traits_type 628 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_iostream<char_type, traits_type>{&rdbuf_},
traits_type 637 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_iostream<char_type, traits_type>{&rdbuf_},
traits_type 647 uspace/lib/cpp/include/__bits/io/fstream.hpp : basic_iostream<char_type, traits_type>{move(other)},
traits_type 650 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_iostream<char_type, traits_type>::set_rdbuf(&rdbuf_);
traits_type 666 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_iostream<char_type, traits_type>::swap(rhs);
traits_type 674 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_filebuf<char_type, traits_type>* rdbuf() const
traits_type 676 uspace/lib/cpp/include/__bits/io/fstream.hpp return const_cast<basic_filebuf<char_type, traits_type>*>(&rdbuf_);
traits_type 706 uspace/lib/cpp/include/__bits/io/fstream.hpp basic_filebuf<char_type, traits_type> rdbuf_;
traits_type 266 uspace/lib/cpp/include/__bits/io/ios.hpp using int_type = typename traits_type::int_type;
traits_type 267 uspace/lib/cpp/include/__bits/io/ios.hpp using pos_type = typename traits_type::pos_type;
traits_type 268 uspace/lib/cpp/include/__bits/io/ios.hpp using off_type = typename traits_type::off_type;
traits_type 424 uspace/lib/cpp/include/__bits/io/ios.hpp traits_type::assign(old, fill_);
traits_type 425 uspace/lib/cpp/include/__bits/io/ios.hpp traits_type::assign(fill_, c);
traits_type 53 uspace/lib/cpp/include/__bits/io/istream.hpp using int_type = typename traits_type::int_type;
traits_type 54 uspace/lib/cpp/include/__bits/io/istream.hpp using pos_type = typename traits_type::pos_type;
traits_type 55 uspace/lib/cpp/include/__bits/io/istream.hpp using off_type = typename traits_type::off_type;
traits_type 383 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(ic, traits_type::eof()))
traits_type 389 uspace/lib/cpp/include/__bits/io/istream.hpp auto res = sb->sputc(traits_type::to_char_type(ic));
traits_type 390 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(res, traits_type::eof()))
traits_type 420 uspace/lib/cpp/include/__bits/io/istream.hpp if (!traits_type::eq_int_type(res, traits_type::eof()))
traits_type 429 uspace/lib/cpp/include/__bits/io/istream.hpp return traits_type::eof();
traits_type 435 uspace/lib/cpp/include/__bits/io/istream.hpp if (res != traits_type::eof())
traits_type 436 uspace/lib/cpp/include/__bits/io/istream.hpp c = traits_type::to_char_type(res);
traits_type 452 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(c, traits_type::eof()))
traits_type 458 uspace/lib/cpp/include/__bits/io/istream.hpp s[gcount_++] = traits_type::to_char_type(c);
traits_type 460 uspace/lib/cpp/include/__bits/io/istream.hpp auto peek = traits_type::to_char_type(this->rdbuf()->sgetc());
traits_type 461 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq(peek, delim))
traits_type 493 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(i, traits_type::eof()))
traits_type 499 uspace/lib/cpp/include/__bits/io/istream.hpp auto c = traits_type::to_char_type(i);
traits_type 500 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq(c, delim))
traits_type 504 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(insert_ret, traits_type::eof()))
traits_type 534 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(c, traits_type::eof()))
traits_type 540 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(c, traits_type::to_int_type(delim)))
traits_type 549 uspace/lib/cpp/include/__bits/io/istream.hpp s[gcount_++] = traits_type::to_char_type(c);
traits_type 561 uspace/lib/cpp/include/__bits/io/istream.hpp basic_istream<Char, Traits>& ignore(streamsize n = 1, int_type delim = traits_type::eof())
traits_type 572 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(c, traits_type::eof()))
traits_type 578 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(c, delim))
traits_type 591 uspace/lib/cpp/include/__bits/io/istream.hpp return traits_type::eof();
traits_type 610 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(c, traits_type::eof()))
traits_type 616 uspace/lib/cpp/include/__bits/io/istream.hpp s[gcount_++] = traits_type::to_char_type(c);
traits_type 642 uspace/lib/cpp/include/__bits/io/istream.hpp s[gcount_++] = traits_type::to_char_type(this->rdbuf()->sbumpc());
traits_type 664 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(ret, traits_type::eof()))
traits_type 689 uspace/lib/cpp/include/__bits/io/istream.hpp if (traits_type::eq_int_type(ret, traits_type::eof()))
traits_type 927 uspace/lib/cpp/include/__bits/io/istream.hpp using int_type = typename traits_type::int_type;
traits_type 928 uspace/lib/cpp/include/__bits/io/istream.hpp using pos_type = typename traits_type::pos_type;
traits_type 929 uspace/lib/cpp/include/__bits/io/istream.hpp using off_type = typename traits_type::off_type;
traits_type 931 uspace/lib/cpp/include/__bits/io/istream.hpp explicit basic_iostream(basic_streambuf<char_type, traits_type>* sb)
traits_type 932 uspace/lib/cpp/include/__bits/io/istream.hpp : basic_istream<char_type, traits_type>(sb),
traits_type 933 uspace/lib/cpp/include/__bits/io/istream.hpp basic_ostream<char_type, traits_type>(sb)
traits_type 944 uspace/lib/cpp/include/__bits/io/istream.hpp : basic_istream<char_type, traits_type>(move(other))
traits_type 954 uspace/lib/cpp/include/__bits/io/istream.hpp basic_istream<char_type, traits_type>::swap(other);
traits_type 49 uspace/lib/cpp/include/__bits/io/ostream.hpp using int_type = typename traits_type::int_type;
traits_type 50 uspace/lib/cpp/include/__bits/io/ostream.hpp using pos_type = typename traits_type::pos_type;
traits_type 51 uspace/lib/cpp/include/__bits/io/ostream.hpp using off_type = typename traits_type::off_type;
traits_type 57 uspace/lib/cpp/include/__bits/io/ostream.hpp explicit basic_ostream(basic_streambuf<char_type, traits_type>* sb)
traits_type 143 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 161 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 181 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 200 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 220 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 238 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 255 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 272 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 289 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 306 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 323 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 340 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 357 uspace/lib/cpp/include/__bits/io/ostream.hpp num_put<char_type, ostreambuf_iterator<char_type, traits_type>>
traits_type 379 uspace/lib/cpp/include/__bits/io/ostream.hpp while (!traits_type::eq_int_type(c, traits_type::eof()))
traits_type 381 uspace/lib/cpp/include/__bits/io/ostream.hpp this->put(traits_type::to_char_type(c));
traits_type 410 uspace/lib/cpp/include/__bits/io/ostream.hpp if (traits_type::eq_int_type(ret, traits_type::eof()))
traits_type 426 uspace/lib/cpp/include/__bits/io/ostream.hpp if (traits_type::eq_int_type(ret, traits_type::eof()))
traits_type 51 uspace/lib/cpp/include/__bits/io/sstream.hpp using int_type = typename traits_type::int_type;
traits_type 52 uspace/lib/cpp/include/__bits/io/sstream.hpp using pos_type = typename traits_type::pos_type;
traits_type 53 uspace/lib/cpp/include/__bits/io/sstream.hpp using off_type = typename traits_type::off_type;
traits_type 60 uspace/lib/cpp/include/__bits/io/sstream.hpp : basic_streambuf<char_type, traits_type>(), mode_{mode}, str_{}
traits_type 65 uspace/lib/cpp/include/__bits/io/sstream.hpp explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type> str,
traits_type 67 uspace/lib/cpp/include/__bits/io/sstream.hpp : basic_streambuf<char_type, traits_type>(), mode_{mode}, str_{str}
traits_type 77 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_streambuf<char_type, traits_type>::swap(other);
traits_type 96 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_streambuf<char_type, traits_type>::swap(rhs);
traits_type 103 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_string<char_type, traits_type, allocator_type> str() const
traits_type 106 uspace/lib/cpp/include/__bits/io/sstream.hpp return basic_string<char_type, traits_type, allocator_type>{
traits_type 110 uspace/lib/cpp/include/__bits/io/sstream.hpp return basic_string<char_type, traits_type, allocator_type>{
traits_type 114 uspace/lib/cpp/include/__bits/io/sstream.hpp return basic_string<char_type, traits_type, allocator_type>{};
traits_type 117 uspace/lib/cpp/include/__bits/io/sstream.hpp void str(const basic_string<char_type, traits_type, allocator_type>& str)
traits_type 131 uspace/lib/cpp/include/__bits/io/sstream.hpp return traits_type::to_int_type(*this->gptr());
traits_type 133 uspace/lib/cpp/include/__bits/io/sstream.hpp return traits_type::eof();
traits_type 136 uspace/lib/cpp/include/__bits/io/sstream.hpp int_type pbackfail(int_type c = traits_type::eof()) override
traits_type 138 uspace/lib/cpp/include/__bits/io/sstream.hpp if (!traits_type::eq_int_type(c, traits_type::eof()) &&
traits_type 140 uspace/lib/cpp/include/__bits/io/sstream.hpp traits_type::eq(traits_type::to_char_type(c), this->gptr()[-1]))
traits_type 146 uspace/lib/cpp/include/__bits/io/sstream.hpp else if (!traits_type::eq_int_type(c, traits_type::eof()) &&
traits_type 153 uspace/lib/cpp/include/__bits/io/sstream.hpp else if (traits_type::eq_int_type(c, traits_type::eof()) &&
traits_type 158 uspace/lib/cpp/include/__bits/io/sstream.hpp return traits_type::not_eof(c);
traits_type 161 uspace/lib/cpp/include/__bits/io/sstream.hpp return traits_type::eof();
traits_type 164 uspace/lib/cpp/include/__bits/io/sstream.hpp int_type overflow(int_type c = traits_type::eof()) override
traits_type 167 uspace/lib/cpp/include/__bits/io/sstream.hpp return traits_type::eof();
traits_type 169 uspace/lib/cpp/include/__bits/io/sstream.hpp if (!traits_type::eq_int_type(c, traits_type::eof()))
traits_type 177 uspace/lib/cpp/include/__bits/io/sstream.hpp str_.push_back(traits_type::to_char_type(c));
traits_type 182 uspace/lib/cpp/include/__bits/io/sstream.hpp else if (traits_type::eq_int_type(c, traits_type::eof()))
traits_type 183 uspace/lib/cpp/include/__bits/io/sstream.hpp return traits_type::not_eof(c);
traits_type 185 uspace/lib/cpp/include/__bits/io/sstream.hpp return traits_type::eof();
traits_type 188 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_streambuf<char_type, traits_type>* setbuf(char_type* str, streamsize n) override
traits_type 235 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_string<char_type, traits_type, allocator_type> str_;
traits_type 300 uspace/lib/cpp/include/__bits/io/sstream.hpp using int_type = typename traits_type::int_type;
traits_type 301 uspace/lib/cpp/include/__bits/io/sstream.hpp using pos_type = typename traits_type::pos_type;
traits_type 302 uspace/lib/cpp/include/__bits/io/sstream.hpp using off_type = typename traits_type::off_type;
traits_type 309 uspace/lib/cpp/include/__bits/io/sstream.hpp : basic_istream<char_type, traits_type>(&sb_),
traits_type 313 uspace/lib/cpp/include/__bits/io/sstream.hpp explicit basic_istringstream(const basic_string<char_type, traits_type, allocator_type> str,
traits_type 315 uspace/lib/cpp/include/__bits/io/sstream.hpp : basic_istream<char_type, traits_type>{&sb_},
traits_type 322 uspace/lib/cpp/include/__bits/io/sstream.hpp : basic_istream<char_type, traits_type>{move(other)},
traits_type 325 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_istream<char_type, traits_type>::set_rdbuf(&sb_);
traits_type 341 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_istream<char_type, traits_type>::swap(rhs);
traits_type 349 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const
traits_type 351 uspace/lib/cpp/include/__bits/io/sstream.hpp return const_cast<basic_stringbuf<char_type, traits_type, allocator_type>*>(&sb_);
traits_type 354 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_string<char_type, traits_type, allocator_type> str() const
traits_type 359 uspace/lib/cpp/include/__bits/io/sstream.hpp void str(const basic_string<char_type, traits_type, allocator_type>& str)
traits_type 365 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type> sb_;
traits_type 382 uspace/lib/cpp/include/__bits/io/sstream.hpp using int_type = typename traits_type::int_type;
traits_type 383 uspace/lib/cpp/include/__bits/io/sstream.hpp using pos_type = typename traits_type::pos_type;
traits_type 384 uspace/lib/cpp/include/__bits/io/sstream.hpp using off_type = typename traits_type::off_type;
traits_type 391 uspace/lib/cpp/include/__bits/io/sstream.hpp : basic_ostream<char_type, traits_type>(&sb_),
traits_type 395 uspace/lib/cpp/include/__bits/io/sstream.hpp explicit basic_ostringstream(const basic_string<char_type, traits_type, allocator_type> str,
traits_type 397 uspace/lib/cpp/include/__bits/io/sstream.hpp : basic_ostream<char_type, traits_type>{&sb_},
traits_type 404 uspace/lib/cpp/include/__bits/io/sstream.hpp : basic_ostream<char_type, traits_type>{move(other)},
traits_type 407 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_ostream<char_type, traits_type>::set_rdbuf(&sb_);
traits_type 423 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_ostream<char_type, traits_type>::swap(rhs);
traits_type 431 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const
traits_type 433 uspace/lib/cpp/include/__bits/io/sstream.hpp return const_cast<basic_stringbuf<char_type, traits_type, allocator_type>*>(&sb_);
traits_type 436 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_string<char_type, traits_type, allocator_type> str() const
traits_type 441 uspace/lib/cpp/include/__bits/io/sstream.hpp void str(const basic_string<char_type, traits_type, allocator_type>& str)
traits_type 447 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type> sb_;
traits_type 461 uspace/lib/cpp/include/__bits/io/sstream.hpp using int_type = typename traits_type::int_type;
traits_type 462 uspace/lib/cpp/include/__bits/io/sstream.hpp using pos_type = typename traits_type::pos_type;
traits_type 463 uspace/lib/cpp/include/__bits/io/sstream.hpp using off_type = typename traits_type::off_type;
traits_type 470 uspace/lib/cpp/include/__bits/io/sstream.hpp : basic_iostream<char_type, traits_type>(&sb_),
traits_type 474 uspace/lib/cpp/include/__bits/io/sstream.hpp explicit basic_stringstream(const basic_string<char_type, traits_type, allocator_type> str,
traits_type 476 uspace/lib/cpp/include/__bits/io/sstream.hpp : basic_iostream<char_type, traits_type>{&sb_},
traits_type 483 uspace/lib/cpp/include/__bits/io/sstream.hpp : basic_iostream<char_type, traits_type>{move(other)},
traits_type 486 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_iostream<char_type, traits_type>::set_rdbuf(&sb_);
traits_type 502 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_iostream<char_type, traits_type>::swap(rhs);
traits_type 510 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const
traits_type 512 uspace/lib/cpp/include/__bits/io/sstream.hpp return const_cast<basic_stringbuf<char_type, traits_type, allocator_type>*>(&sb_);
traits_type 515 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_string<char_type, traits_type, allocator_type> str() const
traits_type 520 uspace/lib/cpp/include/__bits/io/sstream.hpp void str(const basic_string<char_type, traits_type, allocator_type>& str)
traits_type 526 uspace/lib/cpp/include/__bits/io/sstream.hpp basic_stringbuf<char_type, traits_type, allocator_type> sb_;
traits_type 49 uspace/lib/cpp/include/__bits/io/streambuf.hpp using int_type = typename traits_type::int_type;
traits_type 50 uspace/lib/cpp/include/__bits/io/streambuf.hpp using pos_type = typename traits_type::pos_type;
traits_type 51 uspace/lib/cpp/include/__bits/io/streambuf.hpp using off_type = typename traits_type::off_type;
traits_type 112 uspace/lib/cpp/include/__bits/io/streambuf.hpp if (traits_type::eq(sbumpc(), traits_type::eof()))
traits_type 113 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::eof();
traits_type 121 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(*input_next_++);
traits_type 129 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(*input_next_);
traits_type 145 uspace/lib/cpp/include/__bits/io/streambuf.hpp if (!putback_avail_() || traits_type::eq(c, gptr()[-1]))
traits_type 146 uspace/lib/cpp/include/__bits/io/streambuf.hpp return pbackfail(traits_type::to_int_type(c));
traits_type 148 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(*(--input_next_));
traits_type 156 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(*(--input_next_));
traits_type 166 uspace/lib/cpp/include/__bits/io/streambuf.hpp return overflow(traits_type::to_int_type(c));
traits_type 169 uspace/lib/cpp/include/__bits/io/streambuf.hpp traits_type::assign(*output_next_++, c);
traits_type 171 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(c);
traits_type 339 uspace/lib/cpp/include/__bits/io/streambuf.hpp auto eof = traits_type::eof();
traits_type 342 uspace/lib/cpp/include/__bits/io/streambuf.hpp if (!read_avail_() && traits_type::eq_int_type(uflow(), eof))
traits_type 353 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::eof();
traits_type 359 uspace/lib/cpp/include/__bits/io/streambuf.hpp if (traits_type::eq_int_type(res, traits_type::eof()))
traits_type 360 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::eof();
traits_type 362 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::to_int_type(*input_next_++);
traits_type 369 uspace/lib/cpp/include/__bits/io/streambuf.hpp virtual int_type pbackfail(int_type c = traits_type::eof())
traits_type 371 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::eof();
traits_type 386 uspace/lib/cpp/include/__bits/io/streambuf.hpp if (!write_avail_() && traits_type::eq_int_type(overflow(), traits_type::eof()))
traits_type 395 uspace/lib/cpp/include/__bits/io/streambuf.hpp virtual int_type overflow(int_type c = traits_type::eof())
traits_type 397 uspace/lib/cpp/include/__bits/io/streambuf.hpp return traits_type::eof();
traits_type 54 uspace/lib/cpp/include/__bits/io/streambufs.hpp using char_type = typename traits_type::char_type;
traits_type 55 uspace/lib/cpp/include/__bits/io/streambufs.hpp using int_type = typename traits_type::int_type;
traits_type 56 uspace/lib/cpp/include/__bits/io/streambufs.hpp using off_type = typename traits_type::off_type;
traits_type 84 uspace/lib/cpp/include/__bits/io/streambufs.hpp if (c == traits_type::eof())
traits_type 100 uspace/lib/cpp/include/__bits/io/streambufs.hpp return traits_type::eof();
traits_type 102 uspace/lib/cpp/include/__bits/io/streambufs.hpp return traits_type::to_int_type(*input_next_);
traits_type 139 uspace/lib/cpp/include/__bits/io/streambufs.hpp using char_type = typename traits_type::char_type;
traits_type 140 uspace/lib/cpp/include/__bits/io/streambufs.hpp using int_type = typename traits_type::int_type;
traits_type 141 uspace/lib/cpp/include/__bits/io/streambufs.hpp using off_type = typename traits_type::off_type;
traits_type 143 uspace/lib/cpp/include/__bits/io/streambufs.hpp int_type overflow(int_type c = traits_type::eof()) override
traits_type 145 uspace/lib/cpp/include/__bits/io/streambufs.hpp if (!traits_type::eq_int_type(c, traits_type::eof()))
traits_type 147 uspace/lib/cpp/include/__bits/io/streambufs.hpp auto cc = traits_type::to_char_type(c);
traits_type 151 uspace/lib/cpp/include/__bits/io/streambufs.hpp return traits_type::not_eof(c);
traits_type 731 uspace/lib/cpp/include/__bits/iterator.hpp using istream_type = basic_istream<char_type, traits_type>;
traits_type 775 uspace/lib/cpp/include/__bits/iterator.hpp basic_istream<char_type, traits_type>* is_;
traits_type 811 uspace/lib/cpp/include/__bits/iterator.hpp using ostream_type = basic_ostream<char_type, traits_type>;
traits_type 850 uspace/lib/cpp/include/__bits/iterator.hpp basic_ostream<char_type, traits_type>* os_;
traits_type 866 uspace/lib/cpp/include/__bits/iterator.hpp using int_type = typename traits_type::int_type;
traits_type 867 uspace/lib/cpp/include/__bits/iterator.hpp using streambuf_type = basic_streambuf<char_type, traits_type>;
traits_type 868 uspace/lib/cpp/include/__bits/iterator.hpp using istream_type = basic_istream<char_type, traits_type>;
traits_type 879 uspace/lib/cpp/include/__bits/iterator.hpp return traits_type::to_char_type(char_);
traits_type 913 uspace/lib/cpp/include/__bits/iterator.hpp if (res == traits_type::eof())
traits_type 919 uspace/lib/cpp/include/__bits/iterator.hpp return traits_type::eof();
traits_type 935 uspace/lib/cpp/include/__bits/iterator.hpp return proxy_type{traits_type::eof(), nullptr};
traits_type 976 uspace/lib/cpp/include/__bits/iterator.hpp using streambuf_type = basic_streambuf<char_type, traits_type>;
traits_type 977 uspace/lib/cpp/include/__bits/iterator.hpp using ostream_type = basic_ostream<char_type, traits_type>;
traits_type 989 uspace/lib/cpp/include/__bits/iterator.hpp if (!failed() && sbuf_->sputc(c) == traits_type::eof())
traits_type 445 uspace/lib/cpp/include/__bits/string/string.hpp using value_type = typename traits_type::char_type;
traits_type 519 uspace/lib/cpp/include/__bits/string/string.hpp init_(str, traits_type::length(str));
traits_type 527 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::assign(data_[i], c);
traits_type 543 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::assign(data_[i], static_cast<value_type>(last));
traits_type 709 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::assign(data_[i], i);
traits_type 845 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::copy(data_ + size(), str, n);
traits_type 854 uspace/lib/cpp/include/__bits/string/string.hpp return append(str, traits_type::length(str));
traits_type 876 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::assign(data_[size_++], c);
traits_type 911 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::copy(begin(), str, n);
traits_type 920 uspace/lib/cpp/include/__bits/string/string.hpp return assign(str, traits_type::length(str));
traits_type 971 uspace/lib/cpp/include/__bits/string/string.hpp return insert(pos, str, traits_type::length(str));
traits_type 985 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::assign(data_[idx], c);
traits_type 1005 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::assign(*it++, c);
traits_type 1092 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::copy(tmp.begin() + pos, str, n2);
traits_type 1104 uspace/lib/cpp/include/__bits/string/string.hpp return replace(pos, n, str, traits_type::length(str));
traits_type 1128 uspace/lib/cpp/include/__bits/string/string.hpp return replace(i1 - begin(), i2 - i1, str, traits_type::length(str));
traits_type 1154 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::assign(str[i], data_[pos + i]);
traits_type 1229 uspace/lib/cpp/include/__bits/string/string.hpp return find(str, pos, traits_type::length(str));
traits_type 1239 uspace/lib/cpp/include/__bits/string/string.hpp if (traits_type::eq(c, data_[i]))
traits_type 1270 uspace/lib/cpp/include/__bits/string/string.hpp return rfind(str, pos, traits_type::length(str));
traits_type 1280 uspace/lib/cpp/include/__bits/string/string.hpp if (traits_type::eq(c, data_[i - 1]))
traits_type 1311 uspace/lib/cpp/include/__bits/string/string.hpp return find_first_of(str, pos, traits_type::length(str));
traits_type 1340 uspace/lib/cpp/include/__bits/string/string.hpp return find_last_of(str, pos, traits_type::length(str));
traits_type 1372 uspace/lib/cpp/include/__bits/string/string.hpp return find_first_not_of(str, pos, traits_type::length(str));
traits_type 1382 uspace/lib/cpp/include/__bits/string/string.hpp if (!traits_type::eq(c, data_[i]))
traits_type 1410 uspace/lib/cpp/include/__bits/string/string.hpp return find_last_not_of(str, pos, traits_type::length(str));
traits_type 1422 uspace/lib/cpp/include/__bits/string/string.hpp if (!traits_type::eq(c, data_[i - 1]))
traits_type 1439 uspace/lib/cpp/include/__bits/string/string.hpp auto comp = traits_type::compare(data_, other.data(), len);
traits_type 1504 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::copy(data_, str, size);
traits_type 1545 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::move(new_data, data_, to_copy);
traits_type 1562 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::assign(*result++, *first++);
traits_type 1572 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::assign(*--result, *--last);
traits_type 1580 uspace/lib/cpp/include/__bits/string/string.hpp traits_type::assign(data_[size_], c);
traits_type 1587 uspace/lib/cpp/include/__bits/string/string.hpp if (traits_type::eq(data_[idx], str[i]))
traits_type 1599 uspace/lib/cpp/include/__bits/string/string.hpp if (!traits_type::eq(data_[idx + i], str[i]))
HelenOS homepage, sources at GitHub