Searched refs:_STR_SIZE (Results 1 – 1 of 1) sorted by relevance
43 enum { _STR_SIZE = 256 }; enumerator46 enum { _BUF_SIZE = _STR_SIZE + 1 };108 __basic_iostring() : _Base(_Reserve_t(), __iostring_allocator<_CharT>::_STR_SIZE) in __basic_iostring()