Searched defs:StackAllocator (Results 1 – 3 of 3) sorted by relevance
77 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function91 StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function99 StackAllocator() : source_(NULL) { in StackAllocator() function102 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function
74 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function88 StackAllocator(const StackAllocator<U, other_capacity>& other) in StackAllocator() function96 StackAllocator() : source_(NULL) { in StackAllocator() function99 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function