Home
last modified time | relevance | path

Searched refs:typeCtor (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DCodeGeneratorFromTypeTestBase.cs1035 CodeTypeConstructor typeCtor = new CodeTypeConstructor (); in GenerateTypeConstructor()
1037 typeCtor.Attributes |= MemberAttributes.Public | MemberAttributes.Abstract in GenerateTypeConstructor()
1041 TypeDeclaration.Members.Add (typeCtor); in GenerateTypeConstructor()
1046 typeCtor.CustomAttributes.Add (attrDec); in GenerateTypeConstructor()
1050 typeCtor.CustomAttributes.Add (attrDec); in GenerateTypeConstructor()
1055 typeCtor.Parameters.Add (param); in GenerateTypeConstructor()
1058 typeCtor.ImplementationTypes.Add (new CodeTypeReference ("IPolicy")); in GenerateTypeConstructor()
1061 typeCtor.PrivateImplementationType = new CodeTypeReference (typeof (int)); in GenerateTypeConstructor()
1064 typeCtor.ReturnType = new CodeTypeReference (typeof (int)); in GenerateTypeConstructor()
1073 typeCtor.ReturnTypeCustomAttributes.Add (attrDec); in GenerateTypeConstructor()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/src/vector/
H A Dint.ts164 const convert32To64Bit = (typeCtor: any, dataCtor: any) => {
165 return (typeCtor === Int64 || typeCtor === Uint64) &&
H A Dfloat.ts122 const convertTo16Bit = (typeCtor: any, dataCtor: any) => {
123 return (typeCtor === Float16) && (dataCtor !== Uint16Array);
/dports/databases/arrow/apache-arrow-6.0.1/js/src/vector/
H A Dint.ts162 const convert32To64Bit = (typeCtor: any, dataCtor: any) => {
163 return (typeCtor === Int64 || typeCtor === Uint64) &&
H A Dfloat.ts122 const convertTo16Bit = (typeCtor: any, dataCtor: any) => {
123 return (typeCtor === Float16) && (dataCtor !== Uint16Array);
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/src/vector/
H A Dint.ts164 const convert32To64Bit = (typeCtor: any, dataCtor: any) => {
165 return (typeCtor === Int64 || typeCtor === Uint64) &&
H A Dfloat.ts122 const convertTo16Bit = (typeCtor: any, dataCtor: any) => {
123 return (typeCtor === Float16) && (dataCtor !== Uint16Array);
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Docs/RenderedCode/
H A DTypes.hs27 , typeCtor
255 typeCtor (fromQualified -> (mn, name)) = function
289 typeCtor (Qualified Nothing (ProperName name))
H A DRenderType.hs46 Just (typeCtor n)