HomeSort by relevance Sort by last modified time
    Searched refs:off_type (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstream/
types.pass.cpp 20 // typedef char_traits<char>::off_type off_type;
31 static_assert((std::is_same<std::strstream::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/
types.pass.cpp 21 // typedef typename traits_type::off_type off_type;
32 static_assert((std::is_same<std::streambuf::off_type, std::char_traits<char>::off_type>::value), "");
38 static_assert((std::is_same<std::wstreambuf::off_type, std::char_traits<wchar_t>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf/
types.pass.cpp 21 // typedef typename traits_type::off_type off_type;
33 static_assert((std::is_same<std::basic_filebuf<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream/
types.pass.cpp 21 // typedef typename traits_type::off_type off_type;
33 static_assert((std::is_same<std::basic_fstream<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ifstream/
types.pass.cpp 21 // typedef typename traits_type::off_type off_type;
33 static_assert((std::is_same<std::basic_ifstream<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream/
types.pass.cpp 21 // typedef typename traits_type::off_type off_type;
33 static_assert((std::is_same<std::basic_ofstream<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/iostreamclass/
types.pass.cpp 23 // typedef typename traits_type::off_type off_type;
36 static_assert((std::is_same<std::basic_iostream<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream/
types.pass.cpp 22 // typedef typename traits_type::off_type off_type;
34 static_assert((std::is_same<std::basic_istream<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream/
types.pass.cpp 22 // typedef typename traits_type::off_type off_type;
34 static_assert((std::is_same<std::basic_ostream<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios/
types.pass.cpp 19 // typedef typename traits::off_type off_type;
32 static_assert((std::is_same<std::basic_ios<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/istringstream/
types.pass.cpp 21 // typedef typename traits_type::off_type off_type;
34 static_assert((std::is_same<std::basic_istringstream<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/ostringstream/
types.pass.cpp 21 // typedef typename traits_type::off_type off_type;
34 static_assert((std::is_same<std::basic_ostringstream<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringbuf/
types.pass.cpp 21 // typedef typename traits_type::off_type off_type;
34 static_assert((std::is_same<std::basic_stringbuf<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringstream/
types.pass.cpp 21 // typedef typename traits_type::off_type off_type;
34 static_assert((std::is_same<std::basic_stringstream<char>::off_type, std::char_traits<char>::off_type>::value), "");
  /external/stlport/stlport/stl/
_sstream.h 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream
165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream
209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
types.pass.cpp 16 // typedef streamoff off_type;
27 static_assert((std::is_same<std::char_traits<char>::off_type, std::streamoff>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
types.pass.cpp 16 // typedef streamoff off_type;
29 static_assert((std::is_same<std::char_traits<char16_t>::off_type, std::streamoff>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
types.pass.cpp 16 // typedef streamoff off_type;
29 static_assert((std::is_same<std::char_traits<char32_t>::off_type, std::streamoff>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
types.pass.cpp 16 // typedef streamoff off_type;
27 static_assert((std::is_same<std::char_traits<wchar_t>::off_type, std::streamoff>::value), "");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream
165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream
209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream
165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream
209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream
165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream
209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream
165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream
209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.h 60 typedef typename _Traits::off_type off_type; typedef in class:basic_stringbuf
90 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
122 typedef typename _Traits::off_type off_type; typedef in class:basic_istringstream
165 typedef typename _Traits::off_type off_type; typedef in class:basic_ostringstream
209 typedef typename _Traits::off_type off_type; typedef in class:basic_stringstream
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 15 // typename traits::off_type, unspecified,
34 std::iterator<std::input_iterator_tag, char, std::char_traits<char>::off_type,
44 std::iterator<std::input_iterator_tag, wchar_t, std::char_traits<wchar_t>::off_type,

Completed in 431 milliseconds

1 2 3 4 5 6 7