Searched refs:init_fill (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | vector.h | 459 init_fill(tmp + size_, count - size_, value); in resize() 631 pointer next = init_fill(res, count, value); in insert() 642 init_fill(res, count, value); in insert() 679 init_fill(tmp + size_, count, value); in append() 1057 pointer init_fill(pointer dst, size_t count, const_reference value) in init_fill() function
|