OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:off_type
(Results
1 - 25
of
109
) sorted by null
1
2
3
4
5
/external/libcxx/test/std/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++/libcxx/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), "");
/external/libcxx/test/std/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++/libcxx/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), "");
/external/libcxx/test/std/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), "");
/external/libcxx/test/std/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), "");
/external/libcxx/test/std/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), "");
/external/libcxx/test/std/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), "");
/external/libcxx/test/std/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), "");
/external/libcxx/test/std/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), "");
/external/libcxx/test/std/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), "");
/external/libcxx/test/std/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), "");
/external/libcxx/test/std/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), "");
/external/libcxx/test/std/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), "");
/external/libcxx/test/std/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), "");
/external/libcxx/test/std/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), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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), "");
Completed in 757 milliseconds
1
2
3
4
5