HomeSort by relevance Sort by last modified time
    Searched refs:setg (Results 101 - 125 of 194) sorted by null

1 2 3 45 6 7 8

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
unsigned_short.pass.cpp 34 base::setg(const_cast<CharT*>(str_.data()),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
signed_char.pass.cpp 32 base::setg(const_cast<CharT*>(str_.data()),
streambuf.pass.cpp 33 base::setg(const_cast<CharT*>(str_.data()),
unsigned_char.pass.cpp 32 base::setg(const_cast<CharT*>(str_.data()),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
peek.pass.cpp 31 base::setg(const_cast<CharT*>(str_.data()),
seekg.pass.cpp 31 base::setg(const_cast<CharT*>(str_.data()),
tellg.pass.cpp 31 base::setg(const_cast<CharT*>(str_.data()),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
streambuf.pass.cpp 33 base::setg(const_cast<CharT*>(str_.data()),
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 78 this->setg(__data_ptr, (_M_mode & ios_base::ate) ? __data_end : __data_ptr, __data_end);
153 this->setg(__data_ptr, __data_ptr + __offset, _S_finish(_M_str));
197 this->setg(__data_ptr, __data_ptr + __get_offset, _S_finish(_M_str));
242 this->setg(__data_ptr, __data_ptr + __get_offset, _S_finish(_M_str));
285 this->setg(__data_ptr, __data_ptr + __offg, _S_finish(_M_str));
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off),
375 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __n), this->egptr());
_fstream.c 103 this->setg(0, 0, 0);
181 this->setg(this->egptr() - 1, this->egptr() - 1, __pback_end);
189 this->setg(__pback_end - 1, __pback_end - 1, __pback_end);
489 this->setg(0, 0, 0);
518 this->setg(0, 0, 0);
526 this->setg(0, 0, 0);
556 this->setg(_M_int_buf, _M_int_buf, __inext);
564 this->setg(0, 0, 0);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 78 this->setg(__data_ptr, (_M_mode & ios_base::ate) ? __data_end : __data_ptr, __data_end);
153 this->setg(__data_ptr, __data_ptr + __offset, _S_finish(_M_str));
197 this->setg(__data_ptr, __data_ptr + __get_offset, _S_finish(_M_str));
242 this->setg(__data_ptr, __data_ptr + __get_offset, _S_finish(_M_str));
285 this->setg(__data_ptr, __data_ptr + __offg, _S_finish(_M_str));
339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off),
375 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __n), this->egptr());
_fstream.c 103 this->setg(0, 0, 0);
181 this->setg(this->egptr() - 1, this->egptr() - 1, __pback_end);
189 this->setg(__pback_end - 1, __pback_end - 1, __pback_end);
489 this->setg(0, 0, 0);
518 this->setg(0, 0, 0);
526 this->setg(0, 0, 0);
556 this->setg(_M_int_buf, _M_int_buf, __inext);
564 this->setg(0, 0, 0);
  /external/libcxx/test/std/input.output/iostream.format/ext.manip/
get_time.pass.cpp 33 base::setg(const_cast<CharT*>(str_.data()),
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
pointer.pass.cpp 34 base::setg(const_cast<CharT*>(str_.data()),
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
chart.pass.cpp 32 base::setg(const_cast<CharT*>(str_.data()),
signed_char_pointer.pass.cpp 32 base::setg(const_cast<CharT*>(str_.data()),
unsigned_char_pointer.pass.cpp 32 base::setg(const_cast<CharT*>(str_.data()),
wchar_t_pointer.pass.cpp 32 base::setg(const_cast<CharT*>(str_.data()),
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.manip/
ws.pass.cpp 33 base::setg(const_cast<CharT*>(str_.data()),
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
ignore.pass.cpp 32 base::setg(const_cast<CharT*>(str_.data()),
putback.pass.cpp 31 base::setg(const_cast<CharT*>(str_.data()),
read.pass.cpp 31 base::setg(const_cast<CharT*>(str_.data()),
seekg_off.pass.cpp 33 base::setg(const_cast<CharT*>(str_.data()),
unget.pass.cpp 31 base::setg(const_cast<CharT*>(str_.data()),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/ext.manip/
get_time.pass.cpp 33 base::setg(const_cast<CharT*>(str_.data()),

Completed in 298 milliseconds

1 2 3 45 6 7 8