Home
last modified time | relevance | path

Searched refs:__which (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() argument
232 bool pos_in = (__which & ios::in) != 0; in seekoff()
233 bool pos_out = (__which & ios::out) != 0; in seekoff()
287 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() argument
290 bool pos_in = (__which & ios::in) != 0; in seekpos()
291 bool pos_out = (__which & ios::out) != 0; in seekpos()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf141 ios_base::openmode __which = ios_base::in | ios_base::out);
143 ios_base::openmode __which = ios_base::in | ios_base::out);
189 ios_base::openmode __which = ios_base::in | ios_base::out);
191 ios_base::openmode __which = ios_base::in | ios_base::out);
254 ios_base::openmode __which)
256 return seekoff(__off, __way, __which);
263 ios_base::openmode __which)
265 return seekpos(__sp, __which);
Dstrstream174 ios_base::openmode __which = ios_base::in | ios_base::out);
176 ios_base::openmode __which = ios_base::in | ios_base::out);