Searched refs:typeCtor (Results 1 – 9 of 9) sorted by relevance
1035 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()
164 const convert32To64Bit = (typeCtor: any, dataCtor: any) => {165 return (typeCtor === Int64 || typeCtor === Uint64) &&
122 const convertTo16Bit = (typeCtor: any, dataCtor: any) => {123 return (typeCtor === Float16) && (dataCtor !== Uint16Array);
162 const convert32To64Bit = (typeCtor: any, dataCtor: any) => {163 return (typeCtor === Int64 || typeCtor === Uint64) &&
27 , typeCtor255 typeCtor (fromQualified -> (mn, name)) = function289 typeCtor (Qualified Nothing (ProperName name))
46 Just (typeCtor n)