Home
last modified time | relevance | path

Searched refs:Grow (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/idl_tool/util/
H A Dstring_builder.cpp37 if (!Grow(1)) { in Append()
55 if (!Grow(len)) { in Append()
75 if (!Grow(len)) { in Append()
104 if (!Grow(len)) { in AppendFormat()
123 bool StringBuilder::Grow(size_t size) in Grow() function in OHOS::Idl::StringBuilder
H A Dstring_pool.cpp58 if (!Grow(string.GetLength() + 1)) { in AddInternal()
71 bool StringPool::Grow(size_t expand) in Grow() function in OHOS::Idl::StringPool
H A Dstring_builder.h38 bool Grow(size_t size);
H A Dstring_pool.h47 bool Grow(size_t expand);
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_builder.cpp38 if (!Grow(1)) { in Append()
56 if (!Grow(len)) { in Append()
78 if (!Grow(len)) { in Append()
110 if (!Grow(writeSize)) { in AppendFormat()
130 bool StringBuilder::Grow(size_t size) in Grow() function in OHOS::Idl::StringBuilder
H A Dstring_pool.cpp58 if (!Grow(string.length() + 1)) { in AddInternal()
71 bool StringPool::Grow(size_t expand) in Grow() function in OHOS::Idl::StringPool
H A Dstring_builder.h38 bool Grow(size_t size);
H A Dstring_pool.h49 bool Grow(size_t expand);

Completed in 2 milliseconds