Home | History | Annotate | Download | only in unit

Lines Matching refs:StackAllocator

6 //Has to be first for StackAllocator swap overload to be taken
1305 StackAllocator<char> stack1(buf1, buf1 + sizeof(buf1));
1308 StackAllocator<char> stack2(buf2, buf2 + sizeof(buf2));
1310 typedef basic_string<char, char_traits<char>, StackAllocator<char> > StackString;