Home
last modified time | relevance | path

Searched refs:grow_vector (Results 1 – 7 of 7) sorted by relevance

/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/adt/b_vector/z80/
H A Dasm_b_vector_append.asm54 call grow_vector
64 grow_vector: label
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-vector.hh236 grow_vector (unsigned size) in grow_vector() function
245 grow_vector (unsigned size) in grow_vector() function
333 grow_vector (size); in resize()
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/src/
H A Dhb-vector.hh236 grow_vector (unsigned size) in grow_vector() function
245 grow_vector (unsigned size) in grow_vector() function
333 grow_vector (size); in resize()
/dports/print/harfbuzz/harfbuzz-3.4.0/src/
H A Dhb-vector.hh236 grow_vector (unsigned size) in grow_vector() function
245 grow_vector (unsigned size) in grow_vector() function
333 grow_vector (size); in resize()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/src/
H A Dhb-vector.hh236 grow_vector (unsigned size) in grow_vector() function
245 grow_vector (unsigned size) in grow_vector() function
333 grow_vector (size); in resize()
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhyper.h465 template<class T> struct grow_vector : public vector<T> { struct
H A Dmonstermove.cpp22 grow_vector<vector<cell*>> movesofgood;