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

Method ptr

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

Source from the content-addressed store, hash-verified

226
227 _FORCE_INLINE_ char32_t* ptrw() { return _cowdata.ptrw(); }
228 _FORCE_INLINE_ const char32_t* ptr() const { return _cowdata.ptr(); }
229
230 void remove_at(int p_index) { _cowdata.remove_at(p_index); }
231

Callers 15

get_slicecMethod · 0.95
StackCmdAllocatorClass · 0.45
operator&Method · 0.45
ptrMethod · 0.45
ptrMethod · 0.45
ScriptIteratorMethod · 0.45
xformMethod · 0.45
xform_invMethod · 0.45
operator==Method · 0.45
ustring.cppFile · 0.45
to_ascii_bufferMethod · 0.45
to_utf8_bufferMethod · 0.45

Calls

no outgoing calls

Tested by 3