Lines Matching refs:SetInt
285 typedef set<int, less<int>, StackAllocator<int> > SetInt; in allocator_with_state() typedef
289 SetInt sint1(intLess, stack1); in allocator_with_state()
292 SetInt sint1Cpy(sint1); in allocator_with_state()
294 SetInt sint2(intLess, stack2); in allocator_with_state()
297 SetInt sint2Cpy(sint2); in allocator_with_state()
314 SetInt sint1(intLess, stack1); in allocator_with_state()
315 SetInt sint1Cpy(sint1); in allocator_with_state()
317 SetInt sint2(intLess, stack2); in allocator_with_state()
320 SetInt sint2Cpy(sint2); in allocator_with_state()
337 SetInt sint1(intLess, stack1); in allocator_with_state()
340 SetInt sint1Cpy(sint1); in allocator_with_state()
342 SetInt sint2(intLess, stack2); in allocator_with_state()
343 SetInt sint2Cpy(sint2); in allocator_with_state()