/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ |
D | streambuf.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 31 : str_(str) in testbuf() 33 base::setg(const_cast<CharT*>(str_.data()), in testbuf() 34 const_cast<CharT*>(str_.data()), in testbuf() 35 const_cast<CharT*>(str_.data() + str_.size())); in testbuf() 48 int n = str_.size(); in overflow() 49 str_.push_back(__c); in overflow() 50 str_.resize(str_.capacity()); in overflow() 51 base::setp(const_cast<CharT*>(str_.data()), in overflow() 52 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | ios_base.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | ostream.pass.cpp | 26 std::basic_string<CharT> str_; member in testbuf 42 int n = str_.size(); in overflow() 43 str_.push_back(__c); in overflow() 44 str_.resize(str_.capacity()); in overflow() 45 base::setp(const_cast<CharT*>(str_.data()), in overflow() 46 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | basic_ios.pass.cpp | 26 std::basic_string<CharT> str_; member in testbuf 42 int n = str_.size(); in overflow() 43 str_.push_back(__c); in overflow() 44 str_.resize(str_.capacity()); in overflow() 45 base::setp(const_cast<CharT*>(str_.data()), in overflow() 46 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
D | streambuf.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 31 : str_(str) in testbuf() 33 base::setg(const_cast<CharT*>(str_.data()), in testbuf() 34 const_cast<CharT*>(str_.data()), in testbuf() 35 const_cast<CharT*>(str_.data() + str_.size())); in testbuf() 48 int n = str_.size(); in overflow() 49 str_.push_back(__c); in overflow() 50 str_.resize(str_.capacity()); in overflow() 51 base::setp(const_cast<CharT*>(str_.data()), in overflow() 52 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | stdexcept.cc | 34 const char* str_; member in __anoned80d8170111::__libcpp_nmstr 47 count_t& count() const _NOEXCEPT {return ((_Rep_base*)(str_ - offset))->count;} in count() 74 const char* c_str() const _NOEXCEPT {return str_;} in c_str() 80 str_ = static_cast<const char*>(::operator new(len + 1 + offset)); in __libcpp_nmstr() 81 _Rep_base* c = (_Rep_base*)str_; in __libcpp_nmstr() 83 str_ += offset; in __libcpp_nmstr() 90 : str_(s.str_) in __libcpp_nmstr() 93 if (str_ != get_gcc_empty_string_storage()) in __libcpp_nmstr() 101 const char* p = str_; in operator =() 102 str_ = s.str_; in operator =() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | get_streambuf.pass.cpp | 22 std::basic_string<CharT> str_; member in testbuf 28 : str_(str) in testbuf() 30 base::setg(const_cast<CharT*>(str_.data()), in testbuf() 31 const_cast<CharT*>(str_.data()), in testbuf() 32 const_cast<CharT*>(str_.data() + str_.size())); in testbuf() 45 int n = str_.size(); in overflow() 46 str_.push_back(__c); in overflow() 47 str_.resize(str_.capacity()); in overflow() 48 base::setp(const_cast<CharT*>(str_.data()), in overflow() 49 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | get_streambuf_chart.pass.cpp | 23 std::basic_string<CharT> str_; member in testbuf 29 : str_(str) in testbuf() 31 base::setg(const_cast<CharT*>(str_.data()), in testbuf() 32 const_cast<CharT*>(str_.data()), in testbuf() 33 const_cast<CharT*>(str_.data() + str_.size())); in testbuf() 46 int n = str_.size(); in overflow() 47 str_.push_back(__c); in overflow() 48 str_.resize(str_.capacity()); in overflow() 49 base::setp(const_cast<CharT*>(str_.data()), in overflow() 50 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/ |
D | CharT_pointer.pass.cpp | 29 std::basic_string<CharT> str_; member in testbuf 45 int n = str_.size(); in overflow() 46 str_.push_back(__c); in overflow() 47 str_.resize(str_.capacity()); in overflow() 48 base::setp(const_cast<CharT*>(str_.data()), in overflow() 49 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
D | ends.pass.cpp | 26 std::basic_string<CharT> str_; member in testbuf 42 int n = str_.size(); in overflow() 43 str_.push_back(__c); in overflow() 44 str_.resize(str_.capacity()); in overflow() 45 base::setp(const_cast<CharT*>(str_.data()), in overflow() 46 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | endl.pass.cpp | 28 std::basic_string<CharT> str_; member in testbuf 44 int n = str_.size(); in overflow() 45 str_.push_back(__c); in overflow() 46 str_.resize(str_.capacity()); in overflow() 47 base::setp(const_cast<CharT*>(str_.data()), in overflow() 48 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
D | put.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | write.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
D | unsigned_long_long.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | unsigned_short.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | float.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | unsigned_long.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | short.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | long_long.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | pointer.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | long.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | int.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | long_double.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | unsigned_int.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|
D | double.pass.cpp | 25 std::basic_string<CharT> str_; member in testbuf 41 int n = str_.size(); in overflow() 42 str_.push_back(__c); in overflow() 43 str_.resize(str_.capacity()); in overflow() 44 base::setp(const_cast<CharT*>(str_.data()), in overflow() 45 const_cast<CharT*>(str_.data() + str_.size())); in overflow()
|