Home | History | Annotate | Download | only in protobuf

Lines Matching refs:alloc_type

1291       typedef typename Allocator::template rebind<U>::other alloc_type;
1292 return alloc_type(alloc_).allocate(n);
1298 typedef typename Allocator::template rebind<U>::other alloc_type;
1299 alloc_type(alloc_).deallocate(t, n);