Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_containers.hpp339 size_t target_capacity = buffer_capacity; in reserve() local
390 auto target_capacity = this->buffer_size + count; in insert() local
/third_party/node/deps/v8/src/heap/
Dnew-spaces.h119 size_t target_capacity() const { return target_capacity_; } in target_capacity() function