MCPcopy Create free account
hub / github.com/axmolengine/axmol / insert

Method insert

core/base/UTF8.cpp:600–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598}
599
600bool StringUTF8::insert(std::size_t pos, std::string_view insertStr)
601{
602 StringUTF8 utf8(insertStr);
603
604 return insert(pos, utf8);
605}
606
607bool StringUTF8::insert(std::size_t pos, const StringUTF8& insertStr)
608{

Callers 15

initWithDictionaryMethod · 0.45
getTileAtMethod · 0.45
insertTextMethod · 0.45
rdpMethod · 0.45
insertFrameMethod · 0.45
FNTConfigLoadFileFunction · 0.45
parseConfigFileMethod · 0.45
parseBinaryConfigFileMethod · 0.45
reloadBMFontResourceMethod · 0.45
addChildHelperMethod · 0.45
reorderChildMethod · 0.45

Calls 4

insertFunction · 0.50
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by 5

unzipTestFunction · 0.36
onTouchesBeganMethod · 0.36
onTouchBeganMethod · 0.36
onTouchesBeganMethod · 0.36
onTouchesMovedMethod · 0.36