HomeSort by relevance Sort by last modified time
    Searched full:basic_stringbuf (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /external/libcxx/test/std/input.output/string.streams/stringbuf/
types.pass.cpp 13 // class basic_stringbuf
29 static_assert((std::is_base_of<std::basic_streambuf<char>, std::basic_stringbuf<char> >::value), "");
30 static_assert((std::is_same<std::basic_stringbuf<char>::char_type, char>::value), "");
31 static_assert((std::is_same<std::basic_stringbuf<char>::traits_type, std::char_traits<char> >::value), "");
32 static_assert((std::is_same<std::basic_stringbuf<char>::int_type, std::char_traits<char>::int_type>::value), "");
33 static_assert((std::is_same<std::basic_stringbuf<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
34 static_assert((std::is_same<std::basic_stringbuf<char>::off_type, std::char_traits<char>::off_type>::value), "");
35 static_assert((std::is_same<std::basic_stringbuf<char>::allocator_type, std::allocator<char> >::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/
types.pass.cpp 13 // class basic_stringbuf
29 static_assert((std::is_base_of<std::basic_streambuf<char>, std::basic_stringbuf<char> >::value), "");
30 static_assert((std::is_same<std::basic_stringbuf<char>::char_type, char>::value), "");
31 static_assert((std::is_same<std::basic_stringbuf<char>::traits_type, std::char_traits<char> >::value), "");
32 static_assert((std::is_same<std::basic_stringbuf<char>::int_type, std::char_traits<char>::int_type>::value), "");
33 static_assert((std::is_same<std::basic_stringbuf<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
34 static_assert((std::is_same<std::basic_stringbuf<char>::off_type, std::char_traits<char>::off_type>::value), "");
35 static_assert((std::is_same<std::basic_stringbuf<char>::allocator_type, std::allocator<char> >::value), "");
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_sstream.i 32 class basic_stringbuf : public basic_streambuf<_CharT, _Traits>
38 // 251. basic_stringbuf missing allocator_type
47 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out);
50 basic_stringbuf(const basic_string<_CharT, _Traits, _Alloc>& __str,
72 // 251. basic_stringbuf missing allocator_type
91 basic_stringbuf<_CharT, _Traits, _Alloc>*
111 // 251. basic_stringbuf missing allocator_type
130 basic_stringbuf<_CharT, _Traits, _Alloc>*
152 // 251. basic_stringbuf missing allocator_type
170 basic_stringbuf<_CharT, _Traits, _Alloc>
    [all...]
  /external/libcxx/include/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
sstream 18 class basic_stringbuf
30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
31 explicit basic_stringbuf(const basic_string<char_type, traits_type, allocator_type>& str,
33 basic_stringbuf(basic_stringbuf&& rhs);
36 basic_stringbuf& operator=(basic_stringbuf&& rhs);
37 void swap(basic_stringbuf& rhs);
56 void swap(basic_stringbuf<charT, traits, Allocator>& x,
57 basic_stringbuf<charT, traits, Allocator>& y)
    [all...]
  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
default.pass.cpp 13 // class basic_stringbuf
15 // explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
22 : std::basic_stringbuf<CharT>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
sstream.tcc 44 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
45 basic_stringbuf<_CharT, _Traits, _Alloc>::
78 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
79 basic_stringbuf<_CharT, _Traits, _Alloc>::
129 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
130 basic_stringbuf<_CharT, _Traits, _Alloc>::
147 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type
148 basic_stringbuf<_CharT, _Traits, _Alloc>::
159 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
195 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_typ
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
sstream.tcc 44 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
45 basic_stringbuf<_CharT, _Traits, _Alloc>::
78 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
79 basic_stringbuf<_CharT, _Traits, _Alloc>::
129 typename basic_stringbuf<_CharT, _Traits, _Alloc>::int_type
130 basic_stringbuf<_CharT, _Traits, _Alloc>::
147 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_type
148 basic_stringbuf<_CharT, _Traits, _Alloc>::
159 // 453. basic_stringbuf::seekoff need not always fail for an empty stream.
195 typename basic_stringbuf<_CharT, _Traits, _Alloc>::pos_typ
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
default.pass.cpp 13 // class basic_stringbuf
15 // explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
  /external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.assign/
move.pass.cpp 13 // class basic_stringbuf
15 // basic_stringbuf& operator=(basic_stringbuf&& rhs);
nonmember_swap.pass.cpp 13 // class basic_stringbuf
16 // void swap(basic_stringbuf<charT, traits, Allocator>& x,
17 // basic_stringbuf<charT, traits, Allocator>& y);

Completed in 801 milliseconds

1 2 3 4 5 6