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), "");