Searched defs:StackAllocator (Results 1 – 3 of 3) sorted by relevance
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
170 using StackAllocator = typename StackArray::AllocatorType; in populateRecords() typedef
40 class StackAllocator : public flatbuffers::Allocator { class42 StackAllocator() : data_(data_backing_), data_size_(0) {} in StackAllocator() function in tflite::testing::__anon4d49c9e80111::StackAllocator