Home
last modified time | relevance | path

Searched defs:EnsureSpace (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dbit_memory_stream.h33 void EnsureSpace(size_t length) in EnsureSpace() function
Dbit_vector.h594 void EnsureSpace(size_t bits) in EnsureSpace() function
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_memory_stream.h33 void EnsureSpace(size_t length) in EnsureSpace() function
Dbit_vector.h547 void EnsureSpace(size_t bits) in EnsureSpace() function
/arkcompiler/ets_runtime/common_components/base/
Dc_string.cpp176 void CString::EnsureSpace(size_t addLen) in EnsureSpace() function in common::CString