Home | History | Annotate | Download | only in test

Lines Matching refs:AllocatorRef

44 class AllocatorRef {
51 explicit AllocatorRef(Allocator *alloc = 0) : alloc_(alloc) {}
53 AllocatorRef(const AllocatorRef &other) : alloc_(other.alloc_) {}
55 AllocatorRef& operator=(const AllocatorRef &other) {
62 void move(AllocatorRef &other) {
68 AllocatorRef(AllocatorRef &&other) {
72 AllocatorRef& operator=(AllocatorRef &&other) {