Searched refs:seekp (Results 1 – 3 of 3) sorted by relevance
69 basic_ostream& seekp(pos_type);70 basic_ostream& seekp(off_type, ios_base::seekdir);
357 out.seekp(symTabStart + i * 18); in hideSymbols()368 out.seekp(symTabStart + (i + j) * 18); in hideSymbols()
123 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(pos_type __pos);124 …inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir…703 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(pos_type __pos) { in seekp() function713 basic_ostream<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::see… in seekp() function