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

/external/stlport/stlport/stl/
H A D_ostream.c53 bool __any_inserted = __from->gptr() != __from->egptr() local
56 if (!__any_inserted)
75 bool __any_inserted = false; local
87 return __any_inserted;
95 __any_inserted = true;
105 return __any_inserted;
110 return __any_inserted || this->_M_copy_unbuffered(__from, __to);
148 bool __any_inserted = false; local
180 __any_inserted = true;
186 return __any_inserted;
[all...]

Completed in 28 milliseconds