Home
last modified time | relevance | path

Searched refs:asCFuncdefType (Results 1 – 25 of 46) sorted by relevance

12

/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_typeinfo.cpp315 asCFuncdefType *asCTypeInfo::CastToFuncdefType() in CastToFuncdefType()
321 return reinterpret_cast<asCFuncdefType*>(this); in CastToFuncdefType()
421 asCFuncdefType::asCFuncdefType(asCScriptEngine *en, asCScriptFunction *func) : asCTypeInfo(en) in asCFuncdefType() function in asCFuncdefType
438 asCFuncdefType::~asCFuncdefType() in ~asCFuncdefType()
443 void asCFuncdefType::DestroyInternal() in DestroyInternal()
470 asIScriptFunction *asCFuncdefType::GetFuncdefSignature() const in GetFuncdefSignature()
476 asITypeInfo *asCFuncdefType::GetParentType() const in GetParentType()
H A Das_typeinfo.h53 class asCFuncdefType; variable
156 asCFuncdefType *CastToFuncdefType();
222 class asCFuncdefType : public asCTypeInfo
225 asCFuncdefType(asCScriptEngine *engine, asCScriptFunction *func);
226 ~asCFuncdefType();
236 asCFuncdefType() : asCTypeInfo(), funcdef(0), parentClass(0) {} in asCFuncdefType() function
H A Das_scriptengine.h273 asCConfigGroup *FindConfigGroupForFuncDef(const asCFuncdefType *funcDef) const;
304 void RemoveFuncdef(asCFuncdefType *func);
318asCFuncdefType *GenerateNewTemplateFuncdef(asCObjectType *templateType, asCObjectType *template…
325 asCFuncdefType *FindMatchingFuncdef(asCScriptFunction *func, asCModule *mod);
361 asCArray<asCFuncdefType *> registeredFuncDefs; // doesn't increase ref count
429 asCArray<asCFuncdefType *> funcDefs; // doesn't increases ref count
H A Das_scriptfunction.h56 class asCFuncdefType; variable
279 asCFuncdefType *funcdefType; // Doesn't increase refCount
H A Das_module.h62 class asCFuncdefType; variable
241 asCArray<asCFuncdefType*> funcDefs; // increases ref count
H A Das_objecttype.h153 asCArray<asCFuncdefType*> childFuncDefs;
H A Das_scriptengine.cpp3961 asCFuncdefType *asCScriptEngine::GenerateNewTemplateFuncdef(asCObjectType *templateType, asCObjectT… in GenerateNewTemplateFuncdef()
3990 asCFuncdefType *fdt2 = asNEW(asCFuncdefType)(this, func2); in GenerateNewTemplateFuncdef()
4798 asCFuncdefType *fromFunc = reinterpret_cast<asCTypeInfo*>(fromType)->CastToFuncdefType(); in RefCastObject()
4799 asCFuncdefType *toFunc = reinterpret_cast<asCTypeInfo*>(toType)->CastToFuncdefType(); in RefCastObject()
5352 asCConfigGroup *asCScriptEngine::FindConfigGroupForFuncDef(const asCFuncdefType *funcDef) const in FindConfigGroupForFuncDef()
5356 asCFuncdefType *f = const_cast<asCFuncdefType*>(funcDef); in FindConfigGroupForFuncDef()
5465 void asCScriptEngine::RemoveFuncdef(asCFuncdefType *funcdef) in RemoveFuncdef()
5502 asCFuncdefType *fdt = asNEW(asCFuncdefType)(this, func); in RegisterFuncdef()
5547 asCFuncdefType *funcDef = func->funcdefType; in FindMatchingFuncdef()
5576 funcDef = asNEW(asCFuncdefType)(this, fd); in FindMatchingFuncdef()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_typeinfo.cpp307 asCFuncdefType *CastToFuncdefType(asCTypeInfo *ti) in CastToFuncdefType()
313 return reinterpret_cast<asCFuncdefType*>(ti); in CastToFuncdefType()
413 asCFuncdefType::asCFuncdefType(asCScriptEngine *en, asCScriptFunction *func) : asCTypeInfo(en) in asCFuncdefType() function in asCFuncdefType
430 asCFuncdefType::~asCFuncdefType() in ~asCFuncdefType()
435 void asCFuncdefType::DestroyInternal() in DestroyInternal()
462 asIScriptFunction *asCFuncdefType::GetFuncdefSignature() const in GetFuncdefSignature()
468 asITypeInfo *asCFuncdefType::GetParentType() const in GetParentType()
H A Das_typeinfo.h53 class asCFuncdefType; variable
156 friend asCFuncdefType *CastToFuncdefType(asCTypeInfo *);
223 class asCFuncdefType : public asCTypeInfo
226 asCFuncdefType(asCScriptEngine *engine, asCScriptFunction *func);
227 ~asCFuncdefType();
237 asCFuncdefType() : asCTypeInfo(), funcdef(0), parentClass(0) {} in asCFuncdefType() function
H A Das_scriptengine.h248 asCConfigGroup *FindConfigGroupForFuncDef(const asCFuncdefType *funcDef) const;
279 void RemoveFuncdef(asCFuncdefType *func);
293asCFuncdefType *GenerateNewTemplateFuncdef(asCObjectType *templateType, asCObjectType *template…
300 asCFuncdefType *FindMatchingFuncdef(asCScriptFunction *func, asCModule *mod);
331 asCArray<asCFuncdefType *> registeredFuncDefs; // doesn't increase ref count
400 asCArray<asCFuncdefType *> funcDefs; // doesn't increases ref count
H A Das_module.h62 class asCFuncdefType; variable
232 asCArray<asCFuncdefType*> funcDefs; // increases ref count
H A Das_scriptfunction.h56 class asCFuncdefType; variable
299 asCFuncdefType *funcdefType; // Doesn't increase refCount
H A Das_objecttype.h153 asCArray<asCFuncdefType*> childFuncDefs;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_typeinfo.cpp305 asCFuncdefType *CastToFuncdefType(asCTypeInfo *ti) in CastToFuncdefType()
311 return reinterpret_cast<asCFuncdefType*>(ti); in CastToFuncdefType()
411 asCFuncdefType::asCFuncdefType(asCScriptEngine *en, asCScriptFunction *func) : asCTypeInfo(en) in asCFuncdefType() function in asCFuncdefType
428 asCFuncdefType::~asCFuncdefType() in ~asCFuncdefType()
433 void asCFuncdefType::DestroyInternal() in DestroyInternal()
460 asIScriptFunction *asCFuncdefType::GetFuncdefSignature() const in GetFuncdefSignature()
466 asITypeInfo *asCFuncdefType::GetParentType() const in GetParentType()
H A Das_typeinfo.h53 class asCFuncdefType; variable
156 friend asCFuncdefType *CastToFuncdefType(asCTypeInfo *);
222 class asCFuncdefType : public asCTypeInfo
225 asCFuncdefType(asCScriptEngine *engine, asCScriptFunction *func);
226 ~asCFuncdefType();
236 asCFuncdefType() : asCTypeInfo(), funcdef(0), parentClass(0) {} in asCFuncdefType() function
H A Das_scriptengine.h274 asCConfigGroup *FindConfigGroupForFuncDef(const asCFuncdefType *funcDef) const;
305 void RemoveFuncdef(asCFuncdefType *func);
319asCFuncdefType *GenerateNewTemplateFuncdef(asCObjectType *templateType, asCObjectType *template…
326 asCFuncdefType *FindMatchingFuncdef(asCScriptFunction *func, asCModule *mod);
362 asCArray<asCFuncdefType *> registeredFuncDefs; // doesn't increase ref count
430 asCArray<asCFuncdefType *> funcDefs; // doesn't increases ref count
H A Das_scriptfunction.h56 class asCFuncdefType; variable
279 asCFuncdefType *funcdefType; // Doesn't increase refCount
H A Das_module.h62 class asCFuncdefType; variable
241 asCArray<asCFuncdefType*> funcDefs; // increases ref count
H A Das_objecttype.h153 asCArray<asCFuncdefType*> childFuncDefs;
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_typeinfo.cpp307 asCFuncdefType *CastToFuncdefType(asCTypeInfo *ti) in CastToFuncdefType()
313 return reinterpret_cast<asCFuncdefType*>(ti); in CastToFuncdefType()
413 asCFuncdefType::asCFuncdefType(asCScriptEngine *en, asCScriptFunction *func) : asCTypeInfo(en) in asCFuncdefType() function in asCFuncdefType
430 asCFuncdefType::~asCFuncdefType() in ~asCFuncdefType()
435 void asCFuncdefType::DestroyInternal() in DestroyInternal()
462 asIScriptFunction *asCFuncdefType::GetFuncdefSignature() const in GetFuncdefSignature()
468 asITypeInfo *asCFuncdefType::GetParentType() const in GetParentType()
H A Das_typeinfo.h53 class asCFuncdefType; variable
156 friend asCFuncdefType *CastToFuncdefType(asCTypeInfo *);
223 class asCFuncdefType : public asCTypeInfo
226 asCFuncdefType(asCScriptEngine *engine, asCScriptFunction *func);
227 ~asCFuncdefType();
237 asCFuncdefType() : asCTypeInfo(), funcdef(0), parentClass(0) {} in asCFuncdefType() function
H A Das_scriptengine.h254 asCConfigGroup *FindConfigGroupForFuncDef(const asCFuncdefType *funcDef) const;
285 void RemoveFuncdef(asCFuncdefType *func);
299asCFuncdefType *GenerateNewTemplateFuncdef(asCObjectType *templateType, asCObjectType *template…
306 asCFuncdefType *FindMatchingFuncdef(asCScriptFunction *func, asCModule *mod);
335 asCArray<asCFuncdefType *> registeredFuncDefs; // doesn't increase ref count
404 asCArray<asCFuncdefType *> funcDefs; // doesn't increases ref count
H A Das_module.h62 class asCFuncdefType; variable
232 asCArray<asCFuncdefType*> funcDefs; // increases ref count
H A Das_scriptfunction.h56 class asCFuncdefType; variable
312 asCFuncdefType *funcdefType; // Doesn't increase refCount
H A Das_objecttype.h153 asCArray<asCFuncdefType*> childFuncDefs;

12