Home
last modified time | relevance | path

Searched defs:StackAllocator (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DStackContainer.h74 StackAllocator(const StackAllocator<T, stack_capacity>& rhs) in StackAllocator() function
88 StackAllocator(const StackAllocator<U, other_capacity>& other) : source_(nullptr) { in StackAllocator() function
95 StackAllocator() : source_(nullptr) { in StackAllocator() function
98 explicit StackAllocator(Source* source) : source_(source) { in StackAllocator() function