Searched defs:AllocatorRef (Results 1 - 1 of 1) sorted by relevance

/external/fmtlib/test/
H A Dmock-allocator.h44 class AllocatorRef { class
51 explicit AllocatorRef(Allocator *alloc = 0) : alloc_(alloc) {} function in class:AllocatorRef
53 AllocatorRef(const AllocatorRef &other) : alloc_(other.alloc_) {} function in class:AllocatorRef
55 AllocatorRef& operator=(const AllocatorRef &other) {
62 void move(AllocatorRef &other) {
68 AllocatorRef(AllocatorRef &&other) { function in class:AllocatorRef
72 AllocatorRef
[all...]

Completed in 73 milliseconds