HomeSort by relevance Sort by last modified time
    Searched defs:pos_type (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/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,
26 typedef std::filebuf::pos_type pos_type; typedef
34 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
47 typedef std::filebuf::pos_type pos_type; typedef
55 pos_type p = f.pubseekoff(-15, std::ios_base::cur);
  /external/libcxx/test/std/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);
  /external/libcxx/test/support/
constexpr_char_traits.hpp 25 typedef std::streampos pos_type; typedef in struct:constexpr_char_traits

Completed in 93 milliseconds