OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_m_seek
(Results
1 - 22
of
22
) sorted by null
/ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c
139
streamoff __pos = _M_base.
_M_seek
(0, ios_base::cur);
305
return _M_seek_return(_M_base.
_M_seek
(_M_width * __off, __whence),
311
return _M_seek_return(_M_base.
_M_seek
(_M_width * __off, __whence),
320
return __off == 0 ? pos_type(_M_base.
_M_seek
(0, ios_base::cur) - __adjust)
321
: _M_seek_return(_M_base.
_M_seek
(__off - __adjust, ios_base::cur), _State_type());
335
return __off == 0 ? pos_type(_M_base.
_M_seek
(0, ios_base::cur) - __eadj)
336
: _M_seek_return(_M_base.
_M_seek
(__off - __eadj, ios_base::cur), _State_type());
370
streamoff __cur = _M_base.
_M_seek
(0, ios_base::cur);
391
if (__off != -1 && _M_base.
_M_seek
(__off, ios_base::beg) != -1) {
_fstream.h
69
streamoff
_M_seek
(streamoff __offset, ios_base::seekdir __dir);
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_fstream.c
139
streamoff __pos = _M_base.
_M_seek
(0, ios_base::cur);
305
return _M_seek_return(_M_base.
_M_seek
(_M_width * __off, __whence),
311
return _M_seek_return(_M_base.
_M_seek
(_M_width * __off, __whence),
320
return __off == 0 ? pos_type(_M_base.
_M_seek
(0, ios_base::cur) - __adjust)
321
: _M_seek_return(_M_base.
_M_seek
(__off - __adjust, ios_base::cur), _State_type());
335
return __off == 0 ? pos_type(_M_base.
_M_seek
(0, ios_base::cur) - __eadj)
336
: _M_seek_return(_M_base.
_M_seek
(__off - __eadj, ios_base::cur), _State_type());
370
streamoff __cur = _M_base.
_M_seek
(0, ios_base::cur);
391
if (__off != -1 && _M_base.
_M_seek
(__off, ios_base::beg) != -1) {
_fstream.h
69
streamoff
_M_seek
(streamoff __offset, ios_base::seekdir __dir);
/ndk/sources/cxx-stl/stlport/src/
fstream.cpp
66
streamoff __cur = __this->_M_base.
_M_seek
(0, ios_base::cur);
/ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp
475
_M_seek
(0, ios_base::end);
547
streamoff _Filebuf_base::
_M_seek
(streamoff offset, ios_base::seekdir dir) {
608
if (base == 0 ||
_M_seek
(offset + len, ios_base::beg) < 0) {
fstream_unistd.cpp
286
streamoff _Filebuf_base::
_M_seek
(streamoff offset, ios_base::seekdir dir)
fstream_stdio.cpp
342
streamoff _Filebuf_base::
_M_seek
(streamoff offset, ios_base::seekdir dir)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc
433
if (
_M_seek
(__gptr_off, ios_base::cur, _M_state_last)
749
__ret =
_M_seek
(__computed_off, __way, __state);
780
__ret =
_M_seek
(off_type(__pos), ios_base::beg, __pos.state());
788
_M_seek
(off_type __off, ios_base::seekdir __way, __state_type __state)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
fstream.tcc
433
if (
_M_seek
(__gptr_off, ios_base::cur, _M_state_last)
749
__ret =
_M_seek
(__computed_off, __way, __state);
780
__ret =
_M_seek
(off_type(__pos), ios_base::beg, __pos.state());
788
_M_seek
(off_type __off, ios_base::seekdir __way, __state_type __state)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
fstream.tcc
433
if (
_M_seek
(__gptr_off, ios_base::cur, _M_state_last)
749
__ret =
_M_seek
(__computed_off, __way, __state);
780
__ret =
_M_seek
(off_type(__pos), ios_base::beg, __pos.state());
788
_M_seek
(off_type __off, ios_base::seekdir __way, __state_type __state)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
fstream.tcc
434
if (
_M_seek
(__gptr_off, ios_base::cur, _M_state_last)
751
__ret =
_M_seek
(__computed_off, __way, __state);
782
__ret =
_M_seek
(off_type(__pos), ios_base::beg, __pos.state());
790
_M_seek
(off_type __off, ios_base::seekdir __way, __state_type __state)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
fstream
361
_M_seek
(off_type __off, ios_base::seekdir __way, __state_type __state);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
fstream
361
_M_seek
(off_type __off, ios_base::seekdir __way, __state_type __state);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
fstream
361
_M_seek
(off_type __off, ios_base::seekdir __way, __state_type __state);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
fstream
363
_M_seek
(off_type __off, ios_base::seekdir __way, __state_type __state);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.18
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.19
Completed in 629 milliseconds