Searched refs:stack_storage (Results 1 – 2 of 2) sorted by relevance
209 this->ptr = stack_storage.data(); in SmallVector()234 if (other.ptr != other.stack_storage.data()) in operator =()237 if (this->ptr != stack_storage.data()) in operator =()287 if (this->ptr != stack_storage.data()) in ~SmallVector()352 …target_capacity > N ? static_cast<T *>(malloc(target_capacity * sizeof(T))) : stack_storage.data(); in reserve()369 if (this->ptr != stack_storage.data()) in reserve()401 …target_capacity > N ? static_cast<T *>(malloc(target_capacity * sizeof(T))) : stack_storage.data(); in insert()439 if (this->ptr != stack_storage.data()) in insert()522 AlignedBuffer<T, N> stack_storage; member in SPIRV_CROSS_NAMESPACE::SmallVector
242 char stack_storage[16384]; // 16kb in WriteString() local247 bool try_write = storage_size <= sizeof(stack_storage) && in WriteString()251 stack_storage, in WriteString()255 buf = uv_buf_init(stack_storage, data_size); in WriteString()