MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / get

Method get

modules/gui/gui/src/backend/text_server/ustring.h:234–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 _FORCE_INLINE_ void clear() { resize(0); }
233
234 _FORCE_INLINE_ char32_t get(int p_index) const { return _cowdata.get(p_index); }
235 _FORCE_INLINE_ void set(int p_index, const char32_t& p_elem) { _cowdata.set(p_index, p_elem); }
236 _FORCE_INLINE_ int size() const { return _cowdata.size(); }
237 Error resize(int p_size) { return _cowdata.resize(p_size); }

Callers 15

destroy_windowMethod · 0.45
_copy_on_writeMethod · 0.45
TMethod · 0.45
getMethod · 0.45
Char16StringClass · 0.45
getMethod · 0.45
CharStringClass · 0.45
StringClass · 0.45
cleanupMethod · 0.45
unrefMethod · 0.45
get_mem_usageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected