Home
last modified time | relevance | path

Searched refs:buffer_capacity (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_containers.hpp210 buffer_capacity = N; in SmallVector()
241 buffer_capacity = other.buffer_capacity; in operator =()
244 other.buffer_capacity = 0; in operator =()
337 if (count > buffer_capacity) in reserve()
339 size_t target_capacity = buffer_capacity; in reserve()
372 buffer_capacity = target_capacity; in reserve()
388 if (this->buffer_size + count > buffer_capacity) in insert()
442 buffer_capacity = target_capacity; in insert()
521 size_t buffer_capacity = 0; member in SPIRV_CROSS_NAMESPACE::SmallVector
/third_party/jerryscript/jerry-core/api/
Dgenerate-bytecode.c118 …s_or_snapshot_file(char* filename, uint8_t* target_file, int* file_bytesize, int buffer_capacity) { in read_js_or_snapshot_file() argument
135 if (*file_bytesize > buffer_capacity) { in read_js_or_snapshot_file()