Home
last modified time | relevance | path

Searched defs:DukValue (Results 1 – 3 of 3) sorted by relevance

/dports/games/openfodder/openfodder-1.6.0/Source/Utils/dukglue/
H A Ddukvalue.h45 inline DukValue() : mContext(NULL), mType(UNDEFINED), mRefCount(NULL) {} in DukValue() function
53 inline DukValue(DukValue&& move) { in DukValue() function
96 inline DukValue(const DukValue& copy) : DukValue() { in DukValue() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/thirdparty/dukglue/
H A Ddukvalue.h45 inline DukValue() : mContext(NULL), mType(UNDEFINED), mRefCount(NULL) {} in DukValue() function
53 inline DukValue(DukValue&& move) { in DukValue() function
96 inline DukValue(const DukValue& copy) : DukValue() { in DukValue() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/scripting/
H A DCustomListView.h155 class DukValue; variable