Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iostream_string.h43 enum { _STR_SIZE = 256 }; enumerator
46 enum { _BUF_SIZE = _STR_SIZE + 1 };
108 __basic_iostring() : _Base(_Reserve_t(), __iostring_allocator<_CharT>::_STR_SIZE) in __basic_iostring()