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

/external/libcxx/src/
H A Dstrstream.cpp229 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) argument
232 bool pos_in = (__which & ios::in) != 0;
233 bool pos_out = (__which & ios::out) != 0;
287 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) argument
290 bool pos_in = (__which & ios::in) != 0;
291 bool pos_out = (__which & ios::out) != 0;

Completed in 184 milliseconds