append(void *user_context, char ch) | Halide::Runtime::Internal::StringStorage | |
append(void *user_context, const char *str, size_t length=0) | Halide::Runtime::Internal::StringStorage | |
assign(void *user_context, char ch) | Halide::Runtime::Internal::StringStorage | |
assign(void *user_context, const char *str, size_t length=0) | Halide::Runtime::Internal::StringStorage | |
clear(void *user_context) | Halide::Runtime::Internal::StringStorage | |
contains(const char *str) const | Halide::Runtime::Internal::StringStorage | |
contains(const StringStorage &other) const | Halide::Runtime::Internal::StringStorage | |
create(void *user_context, const SystemMemoryAllocatorFns &ma) | Halide::Runtime::Internal::StringStorage | static |
current_allocator() const | Halide::Runtime::Internal::StringStorage | |
data() const | Halide::Runtime::Internal::StringStorage | |
default_allocator() | Halide::Runtime::Internal::StringStorage | static |
destroy(void *user_context, StringStorage *string_storage) | Halide::Runtime::Internal::StringStorage | static |
destroy(void *user_context) | Halide::Runtime::Internal::StringStorage | |
initialize(void *user_context, uint32_t capacity=0, const SystemMemoryAllocatorFns &sma=default_allocator()) | Halide::Runtime::Internal::StringStorage | |
length() const | Halide::Runtime::Internal::StringStorage | |
operator!=(const StringStorage &other) const | Halide::Runtime::Internal::StringStorage | |
operator=(const StringStorage &other) | Halide::Runtime::Internal::StringStorage | |
operator==(const StringStorage &other) const | Halide::Runtime::Internal::StringStorage | |
prepend(void *user_context, char ch) | Halide::Runtime::Internal::StringStorage | |
prepend(void *user_context, const char *str, size_t length=0) | Halide::Runtime::Internal::StringStorage | |
reserve(void *user_context, size_t length) | Halide::Runtime::Internal::StringStorage | |
StringStorage(void *user_context=nullptr, uint32_t capacity=0, const SystemMemoryAllocatorFns &sma=default_allocator()) | Halide::Runtime::Internal::StringStorage | explicit |
StringStorage(const StringStorage &other)=default | Halide::Runtime::Internal::StringStorage | |
terminate(void *user_context, size_t length) | Halide::Runtime::Internal::StringStorage | |
~StringStorage() | Halide::Runtime::Internal::StringStorage | |