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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/
seekoff.pass.cpp 12 // pos_type seekoff(off_type off, ios_base::seekdir way,
14 // pos_type seekpos(pos_type sp,
29 typedef typename base::pos_type pos_type; typedef in struct:test_buf
43 typedef std::filebuf::pos_type pos_type; typedef
51 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
64 typedef std::filebuf::pos_type pos_type; typedef
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/
types.pass.cpp 20 // typedef typename traits_type::pos_type pos_type;
31 static_assert((std::is_same<std::streambuf::pos_type, std::char_traits<char>::pos_type>::value), "");
37 static_assert((std::is_same<std::wstreambuf::pos_type, std::char_traits<wchar_t>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.buffer/
seekoff.pass.cpp 14 // pos_type seekoff(off_type off, ios_base::seekdir way,
16 // pos_type seekpos(pos_type sp,
40 typedef test_buf::pos_type pos_type; typedef
47 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstream/
types.pass.cpp 19 // typedef char_traits<char>::pos_type pos_type;
30 static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/include/
streambuf 28 typedef typename traits_type::pos_type pos_type;
39 pos_type pubseekoff(off_type off, ios_base::seekdir way,
41 pos_type pubseekpos(pos_type sp,
87 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
89 virtual pos_type seekpos(pos_type sp,
129 typedef typename traits_type::pos_type pos_type;
    [all...]
sstream 25 typedef typename traits_type::pos_type pos_type;
49 virtual pos_type seekoff(off_type off, ios_base::seekdir way,
51 virtual pos_type seekpos(pos_type sp,
70 typedef typename traits_type::pos_type pos_type;
106 typedef typename traits_type::pos_type pos_type;
142 typedef typename traits_type::pos_type pos_type
    [all...]
  /external/oprofile/include/
sstream 42 typedef streampos pos_type;
140 virtual pos_type
143 pos_type ret = pos_type(off_type(-1));
184 ret = pos_type(newoffi + off + curi);
190 ret = pos_type(newoffo + off + curo);
196 virtual pos_type
197 seekpos(pos_type sp, int which = ios::in | ios::out)
199 pos_type ret = seekoff(sp, ios::beg, which);
235 typedef streampos pos_type;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf/
types.pass.cpp 20 // typedef typename traits_type::pos_type pos_type;
32 static_assert((std::is_same<std::basic_filebuf<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/fstream/
types.pass.cpp 20 // typedef typename traits_type::pos_type pos_type;
32 static_assert((std::is_same<std::basic_fstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ifstream/
types.pass.cpp 20 // typedef typename traits_type::pos_type pos_type;
32 static_assert((std::is_same<std::basic_ifstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/ofstream/
types.pass.cpp 20 // typedef typename traits_type::pos_type pos_type;
32 static_assert((std::is_same<std::basic_ofstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/iostreamclass/
types.pass.cpp 22 // typedef typename traits_type::pos_type pos_type;
35 static_assert((std::is_same<std::basic_iostream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream/
types.pass.cpp 21 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_istream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream/
types.pass.cpp 21 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_ostream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios/
types.pass.cpp 18 // typedef typename traits::pos_type pos_type;
31 static_assert((std::is_same<std::basic_ios<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/istringstream/
types.pass.cpp 20 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_istringstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/ostringstream/
types.pass.cpp 20 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_ostringstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringbuf/
types.pass.cpp 20 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_stringbuf<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringstream/
types.pass.cpp 20 // typedef typename traits_type::pos_type pos_type;
33 static_assert((std::is_same<std::basic_stringstream<char>::pos_type, std::char_traits<char>::pos_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubseekpos.pass.cpp 15 // pos_type pubseekpos(pos_type sp,
  /external/stlport/src/
stdio_streambuf.cpp 75 stdio_streambuf_base::pos_type
90 return pos_type(-1);
99 return pos_type((streamoff)pos.__pos);
101 return pos_type(pos.__fpos_elem[ 0 ]);
103 return pos_type((streamoff)pos._pos);
105 return pos_type(pos);
109 return pos_type(-1);
113 stdio_streambuf_base::pos_type
114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) {
141 return FSETPOS(_M_file, &p) == 0 ? pos : pos_type(-1)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 75 stdio_streambuf_base::pos_type
90 return pos_type(-1);
99 return pos_type((streamoff)pos.__pos);
101 return pos_type(pos.__fpos_elem[ 0 ]);
103 return pos_type((streamoff)pos._pos);
105 return pos_type(pos);
109 return pos_type(-1);
113 stdio_streambuf_base::pos_type
114 stdio_streambuf_base::seekpos(pos_type pos, ios_base::openmode /* mode */) {
141 return FSETPOS(_M_file, &p) == 0 ? pos : pos_type(-1)
    [all...]
  /external/stlport/test/unit/
sstream_test.cpp 390 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(0) );
392 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(6) );
394 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(3) );
397 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(0) );
399 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(6) );
401 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(3) );
409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) );
451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) );
459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 390 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(0) );
392 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(6) );
394 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(3) );
397 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(0) );
399 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(6) );
401 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(3) );
409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) );
451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) );
459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) )
    [all...]
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 390 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(0) );
392 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(6) );
394 CPPUNIT_ASSERT( s.tellg() == stringstream::pos_type(3) );
397 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(0) );
399 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(6) );
401 CPPUNIT_ASSERT( is.tellg() == stringstream::pos_type(3) );
409 CPPUNIT_CHECK( s.tellp() == stringstream::pos_type(7) );
451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) );
452 CPPUNIT_CHECK( o.tellp() == stringstream::pos_type(6) );
459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) )
    [all...]

Completed in 1322 milliseconds

1 2 3 4 5 6 7 8 91011>>