Home
last modified time | relevance | path

Searched refs:RequestedType (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Internal/Materialization/
H A DTranslator.cs36 internal readonly Type RequestedType; field
40 this.RequestedType = requestedType; in TranslatorArg()
52 private readonly Type RequestedType; field in System.Data.Common.Internal.Materialization.TranslatorResult
56 this.RequestedType = requestedType; in TranslatorResult()
1185 return new TranslatorResult(result, arg.RequestedType); in Visit()
1304 return new TranslatorResult(result, arg.RequestedType); in Visit()
1435 arg.RequestedType); in Visit()
1473 return new TranslatorResult(result, arg.RequestedType); in Visit()
1484 return new TranslatorResult(result, arg.RequestedType); in Visit()
1580 return new TranslatorResult(result, arg.RequestedType); in Visit()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/function_types/example/
H A Dinterpreter.hpp104 template<typename RequestedType>
105 typename remove_cv_ref<RequestedType>::type get() in get()
112 typedef typename remove_cv_ref<RequestedType>::type result_type; in get()
/dports/devel/boost-python-libs/boost_1_72_0/libs/function_types/example/
H A Dinterpreter.hpp104 template<typename RequestedType>
105 typename remove_cv_ref<RequestedType>::type get() in get()
112 typedef typename remove_cv_ref<RequestedType>::type result_type; in get()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/function_types/example/
H A Dinterpreter.hpp104 template<typename RequestedType>
105 typename remove_cv_ref<RequestedType>::type get() in get()
112 typedef typename remove_cv_ref<RequestedType>::type result_type; in get()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/function_types/example/
H A Dinterpreter.hpp104 template<typename RequestedType>
105 typename remove_cv_ref<RequestedType>::type get() in get()
112 typedef typename remove_cv_ref<RequestedType>::type result_type; in get()
/dports/databases/percona57-server/boost_1_59_0/libs/function_types/example/
H A Dinterpreter.hpp104 template<typename RequestedType>
105 typename remove_cv_ref<RequestedType>::type get() in get()
112 typedef typename remove_cv_ref<RequestedType>::type result_type; in get()
/dports/databases/xtrabackup/boost_1_59_0/libs/function_types/example/
H A Dinterpreter.hpp104 template<typename RequestedType>
105 typename remove_cv_ref<RequestedType>::type get() in get()
112 typedef typename remove_cv_ref<RequestedType>::type result_type; in get()
/dports/databases/percona57-client/boost_1_59_0/libs/function_types/example/
H A Dinterpreter.hpp104 template<typename RequestedType>
105 typename remove_cv_ref<RequestedType>::type get() in get()
112 typedef typename remove_cv_ref<RequestedType>::type result_type; in get()
/dports/devel/boost-libs/boost_1_72_0/libs/function_types/example/
H A Dinterpreter.hpp104 template<typename RequestedType>
105 typename remove_cv_ref<RequestedType>::type get() in get()
112 typedef typename remove_cv_ref<RequestedType>::type result_type; in get()
/dports/devel/hyperscan/boost_1_75_0/libs/function_types/example/
H A Dinterpreter.hpp104 template<typename RequestedType>
105 typename remove_cv_ref<RequestedType>::type get() in get()
112 typedef typename remove_cv_ref<RequestedType>::type result_type; in get()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting/
H A DRemotingServices.cs302 public static ObjRef Marshal (MarshalByRefObject Obj, string ObjURI, Type RequestedType) in Marshal() argument
319 return cboundIdentity.CreateObjRef (RequestedType); in Marshal()
324 ObjRef or = proxy.ObjectIdentity.CreateObjRef (RequestedType); in Marshal()
330 if (RequestedType == null) RequestedType = Obj.GetType (); in Marshal()
337 CreateClientActivatedServerIdentity (Obj, RequestedType, ObjURI); in Marshal()
344 CreateClientActivatedServerIdentity (Obj, RequestedType, ObjURI); in Marshal()
350 oref = RemotingServices.GetRealProxy (Obj).ObjectIdentity.CreateObjRef (RequestedType); in Marshal()
352 oref = Obj.CreateObjRef (RequestedType); in Marshal()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dremotingservices.cs477 public static ObjRef Marshal(MarshalByRefObject Obj, String ObjURI, Type RequestedType) in Marshal() argument
479 return MarshalInternal(Obj, ObjURI, RequestedType); in Marshal()
484 … internal static ObjRef MarshalInternal(MarshalByRefObject Obj, String ObjURI, Type RequestedType) in MarshalInternal() argument
486 return MarshalInternal(Obj, ObjURI, RequestedType, true); in MarshalInternal()
490 …ic ObjRef MarshalInternal(MarshalByRefObject Obj, String ObjURI, Type RequestedType, bool updateCh… in MarshalInternal() argument
492 … return MarshalInternal(Obj, ObjURI, RequestedType, updateChannelData, isInitializing: false); in MarshalInternal()
497 …ic ObjRef MarshalInternal(MarshalByRefObject Obj, String ObjURI, Type RequestedType, bool updateCh… in MarshalInternal() argument
508 if (RequestedType != null) in MarshalInternal()
517 srvIdObj.ServerType = RequestedType; in MarshalInternal()
546 objectRef = realProxy.CreateObjRef(RequestedType); in MarshalInternal()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dexpression.cs7529 protected Expression RequestedType; field in Mono.CSharp.New
7535 RequestedType = requested_type; in New()
7558 return RequestedType;
7651 if (RequestedType is TupleTypeExpr) { in DoResolve()
7655 type = RequestedType.ResolveAsType (ec); in DoResolve()
7668 Constant c = Constantify (type, RequestedType.Location); in DoResolve()
7706 RequestedType = CheckComImport (ec); in DoResolve()
7707 if (RequestedType != null) in DoResolve()
7708 return RequestedType; in DoResolve()
7888 target.RequestedType = RequestedType.Clone (clonectx); in CloneTo()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.CSharp.cs4487 protected Mono.CSharp.Expression RequestedType; field in Mono.CSharp.New
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A Dmscorlib.cs13995 …Ref Marshal(System.MarshalByRefObject Obj, string ObjURI, System.Type RequestedType) { throw null;… in Marshal() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A Dmscorlib.cs15266 …Ref Marshal(System.MarshalByRefObject Obj, string ObjURI, System.Type RequestedType) { throw null;… in Marshal() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A Dmscorlib.cs16877 …Ref Marshal(System.MarshalByRefObject Obj, string ObjURI, System.Type RequestedType) { throw null;…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A Dmscorlib.cs16877 …Ref Marshal(System.MarshalByRefObject Obj, string ObjURI, System.Type RequestedType) { throw null;…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A Dmscorlib.cs16678 …Ref Marshal(System.MarshalByRefObject Obj, string ObjURI, System.Type RequestedType) { throw null;…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A Dmscorlib.cs15838 …Ref Marshal(System.MarshalByRefObject Obj, string ObjURI, System.Type RequestedType) { throw null;…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A Dmscorlib.cs15979 …Ref Marshal(System.MarshalByRefObject Obj, string ObjURI, System.Type RequestedType) { throw null;…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A Dmscorlib.cs16681 …Ref Marshal(System.MarshalByRefObject Obj, string ObjURI, System.Type RequestedType) { throw null;…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A Dmscorlib.cs16648 …Ref Marshal(System.MarshalByRefObject Obj, string ObjURI, System.Type RequestedType) { throw null;…
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A Dmscorlib.cs16885 …Ref Marshal(System.MarshalByRefObject Obj, string ObjURI, System.Type RequestedType) { throw null;…
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmscorlib.cs17353 …Ref Marshal(System.MarshalByRefObject Obj, string ObjURI, System.Type RequestedType) { throw null;…

12