Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_iostream_string.h46 enum { _BUF_SIZE = _STR_SIZE + 1 }; enumerator
48 _CharT _M_static_buf[_BUF_SIZE];
64 if (__n > _BUF_SIZE) {