OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gbump
(Results
1 - 4
of
4
) sorted by null
/external/stlport/stlport/stl/
_streambuf.h
91
void
gbump
(int __n) { _M_gnext += __n; }
function in class:basic_streambuf
105
void _M_gbump(int __n) {
gbump
(__n); }
/ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h
91
void
gbump
(int __n) { _M_gnext += __n; }
function in class:basic_streambuf
105
void _M_gbump(int __n) {
gbump
(__n); }
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h
91
void
gbump
(int __n) { _M_gnext += __n; }
function in class:basic_streambuf
105
void _M_gbump(int __n) {
gbump
(__n); }
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h
91
void
gbump
(int __n) { _M_gnext += __n; }
function in class:basic_streambuf
105
void _M_gbump(int __n) {
gbump
(__n); }
Completed in 417 milliseconds