MCPcopy Create free account
hub / github.com/Samsung/UTopia / setGlobalDef

Method setGlobalDef

lib/type/Type.cpp:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231void Type::setBoolean(bool Boolean) { this->Boolean = Boolean; }
232
233void Type::setGlobalDef(std::shared_ptr<Enum> GlobalDef) {
234 this->GlobalDef = GlobalDef;
235}
236
237void Type::setUnsigned(bool Unsigned) { this->Unsigned = Unsigned; }
238

Callers 4

createEnumTypeMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64