Home
last modified time | relevance | path

Searched refs:ValidateReturnType (Results 1 – 7 of 7) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/thirdparty/dukglue/
H A Ddetail_function.h42 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call() typedef
86 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call() typedef
H A Ddetail_method.h54 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call() typedef
124 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call() typedef
H A Dpublic_util.h23 typedef typename dukglue::types::ArgStorage<FullT>::type ValidateReturnType; in dukglue_push() typedef
52 typedef typename dukglue::types::ArgStorage<RetT>::type ValidateReturnType; in dukglue_read() typedef
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/dukglue/
H A Ddetail_function.h40 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call() typedef
84 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call() typedef
H A Ddetail_method.h54 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call() typedef
124 typedef typename dukglue::types::ArgStorage<RetType>::type ValidateReturnType; in actually_call() typedef
H A Dpublic_util.h22 typedef typename dukglue::types::ArgStorage<FullT>::type ValidateReturnType; in dukglue_push() typedef
51 typedef typename dukglue::types::ArgStorage<RetT>::type ValidateReturnType; in dukglue_read() typedef
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/ELinq/
H A DMethodCallTranslator.cs619 … return ValidateReturnType(result, result.ResultType, parent, call, call.Type, false); in TranslateFunctionCall()
728 …private DbExpression ValidateReturnType(DbExpression result, TypeUsage actualReturnType, Expressio… in ValidateReturnType() method in System.Data.Objects.ELinq.ExpressionConverter.MethodCallTranslator.FunctionCallTranslator
746 …result = ValidateReturnType(result, TypeHelpers.GetElementTypeUsage(actualReturnType), parent, cal… in ValidateReturnType()