MCPcopy Create free account
hub / github.com/anjo76/angelscript / SetRepeatCount

Method SetRepeatCount

sdk/angelscript/source/as_restore.cpp:3464–3473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3462}
3463
3464void asCReader::SListAdjuster::SetRepeatCount(asUINT rc)
3465{
3466 // Make sure the list is expecting a repeat at this location
3467 asASSERT( patternNode->type == asLPT_REPEAT || patternNode->type == asLPT_REPEAT_SAME );
3468
3469 // Now move to the next patternNode
3470 patternNode = patternNode->next;
3471
3472 repeatCount = rc;
3473}
3474
3475void asCReader::SListAdjuster::AdjustAllocMem()
3476{

Callers 2

TranslateFunctionMethod · 0.80
WriteByteCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected