Searched refs:pos_type (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/mach/
H A Dport_obj.h45 int pos_type; member in struct:port_obj_tentry
67 port_obj_table[ndx].pos_type = (type); \
74 (port_obj_table[MACH_PORT_INDEX(pname)].pos_type)
88 port_obj_table[ndx].pos_type = (type); \
98 port_obj_table[MACH_PORT_INDEX(pname)].pos_type : \
/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_streambuf.i20 typedef typename traits_type::pos_type pos_type;
38 pos_type
42 pos_type
43 pubseekpos(pos_type __sp,
H A Dstd_sstream.i41 typedef typename traits_type::pos_type pos_type;
75 typedef typename traits_type::pos_type pos_type;
114 typedef typename traits_type::pos_type pos_type;
155 typedef typename traits_type::pos_type pos_type;
H A Dstd_iostream.i35 typedef typename _Traits::pos_type pos_type;
123 pos_type
127 seekp(pos_type);
142 typedef typename _Traits::pos_type pos_type;
257 pos_type
261 seekg(pos_type);
276 typedef typename _Traits::pos_type pos_type;
[all...]
H A Dstd_char_traits.i23 typedef streampos pos_type;
80 typedef wstreampos pos_type;
H A Dstd_ios.i169 typedef typename _Traits::pos_type pos_type;
/macosx-10.9.5/libstdcxx-60/src/
H A Dstrstream.cc228 strstreambuf::pos_type
247 return pos_type(off_type(-1));
265 return pos_type(off_type(-1));
270 return pos_type(off_type(-1));
294 return pos_type(newoff);
297 strstreambuf::pos_type
298 strstreambuf::seekpos(pos_type pos, ios_base::openmode mode)
299 { return seekoff(pos - pos_type(off_type(0)), ios_base::beg, mode); }
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dstdio_filebuf.h59 typedef typename traits_type::pos_type pos_type; typedef in class:stdio_filebuf
H A Dstdio_sync_filebuf.h58 typedef typename traits_type::pos_type pos_type; typedef in class:stdio_sync_filebuf
H A Dpod_char_traits.h98 typedef fpos<state_type> pos_type; typedef in struct:char_traits
H A Dcodecvt_specializations.h224 typedef typename std::fpos<state_type> pos_type; typedef in struct:encoding_char_traits
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dchar_traits.h55 * of char_traits. It defines int_type, off_type, pos_type, and
65 typedef std::streampos pos_type; typedef in struct:_Char_types
91 typedef typename _Char_types<_CharT>::pos_type pos_type; typedef in struct:char_traits
236 typedef streampos pos_type; typedef in struct:char_traits
307 typedef wstreampos pos_type; typedef in struct:char_traits
H A Dbasic_ios.h67 typedef typename _Traits::pos_type pos_type; typedef in class:basic_ios

Completed in 251 milliseconds