MCPcopy Create free account
hub / github.com/ZDoom/Raze / init

Method init

source/common/scripting/core/dictionary.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void DictionaryIterator::init(Dictionary *dict)
152{
153 Iterator = std::make_unique<Dictionary::ConstIterator>(dict->Map);
154 Dict = dict;
155
156 GC::WriteBarrier(this, Dict);
157}
158
159static DictionaryIterator *DictIteratorCreate(Dictionary *dict)
160{

Callers 6

DictIteratorCreateFunction · 0.45
CreateFuncSignatureMethod · 0.45
JitCompileFunction · 0.45
JitDumpLogFunction · 0.45
CreateUnwindInfoWindowsFunction · 0.45
CreateUnwindInfoUnixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected