Searched refs:showmanyc (Results 1 – 15 of 15) sorted by relevance
94 virtual streamsize showmanyc();176 return showmanyc();283 virtual streamsize showmanyc();397 basic_streambuf<_CharT, _Traits>::showmanyc()
46 virtual streamsize showmanyc();
38 std::streamsize showmanyc() final { in showmanyc() function in mbgl::util::CharArrayBuffer
129 showmanyc(); in _GLIBCXX_VISIBILITY()
288 * Otherwise returns the derived @c showmanyc().294 return __ret ? __ret : this->showmanyc();645 * showmanyc() returns -1, then calls to @c underflow() or @c652 * @note The standard adds that <em>the morphemes of @c showmanyc are656 showmanyc() { return 0; }
223 showmanyc()
372 showmanyc();
298 showmanyc() in showmanyc() function in std::basic_filebuf316 __ret += _M_file.showmanyc() / _M_codecvt->max_length(); in showmanyc()