Home
last modified time | relevance | path

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

/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) => {
166 (dataCtor === Int32Array || dataCtor === Uint32Array);
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) => {
164 (dataCtor === Int32Array || dataCtor === Uint32Array);
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) => {
166 (dataCtor === Int32Array || dataCtor === Uint32Array);
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.hs26 , dataCtor
250 dataCtor :: Qualified (ProperName 'ConstructorName) -> RenderedCode
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Docs/
H A DRender.hs129 dataCtor' = dataCtor . notQualified function
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/TypeChecker/
H A DKinds.hs630 dataCtor <- flip (foldr ((E.-:>) . snd)) dataCtorFields' <$> checkKind tyCtor E.kindType
631 pure ( DataConstructorDeclaration { dataCtorFields = dataCtorFields', .. }, dataCtor )