OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:epptr
(Results
51 - 75
of
85
) sorted by null
1
2
3
4
/ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h
113
char_type*
epptr
() const { return _M_pend; } // End
function in class:basic_streambuf
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h
113
char_type*
epptr
() const { return _M_pend; } // End
function in class:basic_streambuf
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h
113
char_type*
epptr
() const { return _M_pend; } // End
function in class:basic_streambuf
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h
113
char_type*
epptr
() const { return _M_pend; } // End
function in class:basic_streambuf
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h
113
char_type*
epptr
() const { return _M_pend; } // End
function in class:basic_streambuf
/external/zlib/src/contrib/iostream3/
zfstream.cc
220
if (this->pptr() > this->
epptr
() || this->pptr() < this->pbase())
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
fstream.tcc
622
streamsize __bufavail = this->
epptr
() - this->pptr();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
fstream.tcc
651
streamsize __bufavail = this->
epptr
() - this->pptr();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
fstream.tcc
651
streamsize __bufavail = this->
epptr
() - this->pptr();
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc
622
streamsize __bufavail = this->
epptr
() - this->pptr();
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc
622
streamsize __bufavail = this->
epptr
() - this->pptr();
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
fstream.tcc
622
streamsize __bufavail = this->
epptr
() - this->pptr();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
fstream.tcc
622
streamsize __bufavail = this->
epptr
() - this->pptr();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
fstream.tcc
651
streamsize __bufavail = this->
epptr
() - this->pptr();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
fstream.tcc
651
streamsize __bufavail = this->
epptr
() - this->pptr();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
fstream
381
* NB:
epptr
() - pbase() == _M_buf_size - 1, since _M_buf_size
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
fstream
387
* NB:
epptr
() - pbase() == _M_buf_size - 1, since _M_buf_size
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
fstream
387
* NB:
epptr
() - pbase() == _M_buf_size - 1, since _M_buf_size
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
fstream
381
* NB:
epptr
() - pbase() == _M_buf_size - 1, since _M_buf_size
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
fstream
381
* NB:
epptr
() - pbase() == _M_buf_size - 1, since _M_buf_size
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
fstream
381
* NB:
epptr
() - pbase() == _M_buf_size - 1, since _M_buf_size
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
fstream
381
* NB:
epptr
() - pbase() == _M_buf_size - 1, since _M_buf_size
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
fstream
387
* NB:
epptr
() - pbase() == _M_buf_size - 1, since _M_buf_size
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
fstream
387
* NB:
epptr
() - pbase() == _M_buf_size - 1, since _M_buf_size
/ndk/sources/cxx-stl/llvm-libc++/include/
locale
[
all
...]
Completed in 957 milliseconds
1
2
3
4