OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_STLP_fd
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.h
42
typedef void*
_STLP_fd
;
44
typedef int
_STLP_fd
;
63
bool _M_open(
_STLP_fd
__id, ios_base::openmode = ios_base::__default_mode);
113
_STLP_fd
_M_file_id;
124
_STLP_fd
_M_view_id;
133
_STLP_fd
__get_fd() const { return _M_file_id; }
179
_STLP_fd
fd() const { return _M_base.__get_fd(); }
186
_Self* open(
_STLP_fd
__id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
486
explicit basic_ifstream(
_STLP_fd
__id, ios_base::openmode __mod = ios_base::in) :
564
explicit basic_ofstream(
_STLP_fd
__id, ios_base::openmode __mod = ios_base::out
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_fstream.h
42
typedef void*
_STLP_fd
;
44
typedef int
_STLP_fd
;
63
bool _M_open(
_STLP_fd
__id, ios_base::openmode = ios_base::__default_mode);
113
_STLP_fd
_M_file_id;
124
_STLP_fd
_M_view_id;
133
_STLP_fd
__get_fd() const { return _M_file_id; }
179
_STLP_fd
fd() const { return _M_base.__get_fd(); }
186
_Self* open(
_STLP_fd
__id, ios_base::openmode _Init_mode = ios_base::__default_mode) {
486
explicit basic_ifstream(
_STLP_fd
__id, ios_base::openmode __mod = ios_base::in) :
564
explicit basic_ofstream(
_STLP_fd
__id, ios_base::openmode __mod = ios_base::out
[
all
...]
Completed in 153 milliseconds