OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gbeg
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp
28
void setg(CharT*
gbeg
, CharT* gnext, CharT* gend)
30
base::setg(
gbeg
, gnext, gend);
35
CharT*
gbeg
= base::eback();
local
39
assert(base::eback() ==
gbeg
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp
28
void setg(CharT*
gbeg
, CharT* gnext, CharT* gend)
30
base::setg(
gbeg
, gnext, gend);
35
CharT*
gbeg
= base::eback();
local
39
assert(base::eback() ==
gbeg
);
Completed in 67 milliseconds