OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eback
(Results
51 - 75
of
106
) sorted by null
1
2
3
4
5
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
unsigned_char.pass.cpp
37
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
chart.pass.cpp
37
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
peek.pass.cpp
36
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
seekg.pass.cpp
36
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
tellg.pass.cpp
36
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp
35
CharT* gbeg = base::
eback
();
39
assert(base::
eback
() == gbeg);
setg.pass.cpp
31
assert(base::
eback
() == gbeg);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp
33
char_type*
eback
() const {return base::
eback
();}
function in struct:test_buf
/ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c
118
if (this->gptr() != this->
eback
()) {
150
ptrdiff_t __offset = this->gptr() - this->
eback
();
194
ptrdiff_t __get_offset = this->gptr() - this->
eback
();
239
ptrdiff_t __get_offset = this->gptr() - this->
eback
();
274
if (this->
eback
() == _S_start(_M_str)) {
276
__offg = this->gptr() - this->
eback
();
323
__newoff = __imode ? this->gptr() - this->
eback
() : this->pptr() - this->pbase();
335
ptrdiff_t __n = this->egptr() - this->
eback
();
339
this->setg(this->
eback
(), this->
eback
() + __STATIC_CAST(ptrdiff_t, __off)
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_sstream.c
118
if (this->gptr() != this->
eback
()) {
150
ptrdiff_t __offset = this->gptr() - this->
eback
();
194
ptrdiff_t __get_offset = this->gptr() - this->
eback
();
239
ptrdiff_t __get_offset = this->gptr() - this->
eback
();
274
if (this->
eback
() == _S_start(_M_str)) {
276
__offg = this->gptr() - this->
eback
();
323
__newoff = __imode ? this->gptr() - this->
eback
() : this->pptr() - this->pbase();
335
ptrdiff_t __n = this->egptr() - this->
eback
();
339
this->setg(this->
eback
(), this->
eback
() + __STATIC_CAST(ptrdiff_t, __off)
[
all
...]
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
setg.pass.cpp
31
assert(base::
eback
() == gbeg);
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
pointer.pass.cpp
39
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
chart.pass.cpp
37
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
signed_char_pointer.pass.cpp
37
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
unsigned_char_pointer.pass.cpp
37
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
wchar_t_pointer.pass.cpp
37
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.manip/
ws.pass.cpp
38
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
ignore.pass.cpp
37
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
putback.pass.cpp
36
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
read.pass.cpp
36
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
seekg_off.pass.cpp
38
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
unget.pass.cpp
36
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp
32
assert(this->
eback
() == t.
eback
());
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp
32
assert(this->
eback
() == t.
eback
());
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
pointer.pass.cpp
39
CharT*
eback
() const {return base::
eback
();}
function in struct:testbuf
Completed in 568 milliseconds
1
2
3
4
5