Home
last modified time | relevance | path

Searched refs:QualifiedType (Results 1 – 25 of 83) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DQualifiedType.java73 public class QualifiedType extends AnnotatableType { class
83 …new ChildPropertyDescriptor(QualifiedType.class, "qualifier", Type.class, MANDATORY, CYCLE_RISK); …
90 internalAnnotationsPropertyFactory(QualifiedType.class);
96 …new ChildPropertyDescriptor(QualifiedType.class, "name", SimpleName.class, MANDATORY, NO_CYCLE_RIS…
114 createPropertyList(QualifiedType.class, propertyList); in createPropertyList()
120 createPropertyList(QualifiedType.class, propertyList); in createPropertyList()
168 QualifiedType(AST ast) { in QualifiedType() method in QualifiedType
225 QualifiedType result = new QualifiedType(target); in clone0()
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/apache/arrow/go/arrow/
H A Dnumeric.tmpldata79 "QualifiedType": "arrow.Timestamp",
91 "QualifiedType": "arrow.Time32",
103 "QualifiedType": "arrow.Time64",
115 "QualifiedType": "arrow.Date32",
124 "QualifiedType": "arrow.Date64",
133 "QualifiedType": "arrow.Duration",
H A Dtype_traits_numeric.gen_test.go.tmpl30 b1 := arrow.{{.Name}}Traits.CastToBytes([]{{or .QualifiedType .Type}}{
38 arrow.{{.Name}}Traits.PutValue(b2[beg:end], {{or .QualifiedType .Type}}(i))
49 if got, want := v, {{or .QualifiedType .Type}}(i); got != want {
54 v2 := make([]{{or .QualifiedType .Type}}, N)
H A Ddatatype_numeric.gen.go.tmpldata55 "QualifiedType": "arrow.Date32",
62 "QualifiedType": "arrow.Date64",
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/go/arrow/
H A Dnumeric.tmpldata79 "QualifiedType": "arrow.Timestamp",
91 "QualifiedType": "arrow.Time32",
103 "QualifiedType": "arrow.Time64",
115 "QualifiedType": "arrow.Date32",
124 "QualifiedType": "arrow.Date64",
133 "QualifiedType": "arrow.Duration",
H A Dtype_traits_numeric.gen_test.go.tmpl30 b1 := arrow.{{.Name}}Traits.CastToBytes([]{{or .QualifiedType .Type}}{
38 arrow.{{.Name}}Traits.PutValue(b2[beg:end], {{or .QualifiedType .Type}}(i))
49 if got, want := v, {{or .QualifiedType .Type}}(i); got != want {
54 v2 := make([]{{or .QualifiedType .Type}}, N)
H A Ddatatype_numeric.gen.go.tmpldata55 "QualifiedType": "arrow.Date32",
62 "QualifiedType": "arrow.Date64",
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/
H A Dnumeric.tmpldata79 "QualifiedType": "arrow.Timestamp",
91 "QualifiedType": "arrow.Time32",
103 "QualifiedType": "arrow.Time64",
115 "QualifiedType": "arrow.Date32",
124 "QualifiedType": "arrow.Date64",
133 "QualifiedType": "arrow.Duration",
H A Dtype_traits_numeric.gen_test.go.tmpl30 b1 := arrow.{{.Name}}Traits.CastToBytes([]{{or .QualifiedType .Type}}{
38 arrow.{{.Name}}Traits.PutValue(b2[beg:end], {{or .QualifiedType .Type}}(i))
49 if got, want := v, {{or .QualifiedType .Type}}(i); got != want {
54 v2 := make([]{{or .QualifiedType .Type}}, N)
H A Ddatatype_numeric.gen.go.tmpldata55 "QualifiedType": "arrow.Date32",
62 "QualifiedType": "arrow.Date64",
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/go/arrow/
H A Dnumeric.tmpldata79 "QualifiedType": "arrow.Timestamp",
91 "QualifiedType": "arrow.Time32",
103 "QualifiedType": "arrow.Time64",
115 "QualifiedType": "arrow.Date32",
124 "QualifiedType": "arrow.Date64",
133 "QualifiedType": "arrow.Duration",
H A Dtype_traits_numeric.gen_test.go.tmpl30 b1 := arrow.{{.Name}}Traits.CastToBytes([]{{or .QualifiedType .Type}}{
38 arrow.{{.Name}}Traits.PutValue(b2[beg:end], {{or .QualifiedType .Type}}(i))
49 if got, want := v, {{or .QualifiedType .Type}}(i); got != want {
54 v2 := make([]{{or .QualifiedType .Type}}, N)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy-allowed-types.cpp73 struct QualifiedType { struct
74 ~QualifiedType();
151 for (auto Q : View<Iterator<fully::QualifiedType>>()) { in negativeFullyQualified()
154 using fully::QualifiedType; in negativeFullyQualified()
155 for (auto Q : View<Iterator<QualifiedType>>()) { in negativeFullyQualified()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy-allowed-types.cpp73 struct QualifiedType { struct
74 ~QualifiedType();
151 for (auto Q : View<Iterator<fully::QualifiedType>>()) { in negativeFullyQualified()
154 using fully::QualifiedType; in negativeFullyQualified()
155 for (auto Q : View<Iterator<QualifiedType>>()) { in negativeFullyQualified()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy-allowed-types.cpp73 struct QualifiedType { struct
74 ~QualifiedType();
151 for (auto Q : View<Iterator<fully::QualifiedType>>()) { in negativeFullyQualified()
154 using fully::QualifiedType; in negativeFullyQualified()
155 for (auto Q : View<Iterator<QualifiedType>>()) { in negativeFullyQualified()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy-allowed-types.cpp73 struct QualifiedType { struct
74 ~QualifiedType();
151 for (auto Q : View<Iterator<fully::QualifiedType>>()) { in negativeFullyQualified()
154 using fully::QualifiedType; in negativeFullyQualified()
155 for (auto Q : View<Iterator<QualifiedType>>()) { in negativeFullyQualified()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dperformance-for-range-copy-allowed-types.cpp73 struct QualifiedType { struct
74 ~QualifiedType();
151 for (auto Q : View<Iterator<fully::QualifiedType>>()) { in negativeFullyQualified()
154 using fully::QualifiedType; in negativeFullyQualified()
155 for (auto Q : View<Iterator<QualifiedType>>()) { in negativeFullyQualified()
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/apache/arrow/go/arrow/array/
H A Dnumericbuilder.gen_test.go.tmpl68 …assert.Equal(t, []{{or .QualifiedType .Type}}{1, 2, 3, 0, 5, 6, 0, 8, 9, 10}, a.{{.Name}}Values(),…
80 assert.Equal(t, []{{or .QualifiedType .Type}}{7, 8}, a.{{.Name}}Values())
86 want = []{{or .QualifiedType .Type}}{1, 2, 3, 4}
138 exp := []{{or .QualifiedType .Type}}{0, 1, 2, 3}
158 exp := []{{or .QualifiedType .Type}}{0, 1, 2, 3}
160 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
170 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
177 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
H A Dnumeric.gen.go.tmpl28 // A type which represents an immutable sequence of {{or .QualifiedType .Type}} values.
31 values []{{or .QualifiedType .Type}}
48 func (a *{{.Name}}) Value(i int) {{or .QualifiedType .Type}} { return a.values[i] }
51 func (a *{{.Name}}) {{.Name}}Values() []{{or .QualifiedType .Type}} { return a.values }
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/go/arrow/array/
H A Dnumericbuilder.gen_test.go.tmpl68 …assert.Equal(t, []{{or .QualifiedType .Type}}{1, 2, 3, 0, 5, 6, 0, 8, 9, 10}, a.{{.Name}}Values(),…
80 assert.Equal(t, []{{or .QualifiedType .Type}}{7, 8}, a.{{.Name}}Values())
86 want = []{{or .QualifiedType .Type}}{1, 2, 3, 4}
138 exp := []{{or .QualifiedType .Type}}{0, 1, 2, 3}
158 exp := []{{or .QualifiedType .Type}}{0, 1, 2, 3}
160 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
170 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
177 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
H A Dnumeric.gen.go.tmpl28 // A type which represents an immutable sequence of {{or .QualifiedType .Type}} values.
31 values []{{or .QualifiedType .Type}}
48 func (a *{{.Name}}) Value(i int) {{or .QualifiedType .Type}} { return a.values[i] }
51 func (a *{{.Name}}) {{.Name}}Values() []{{or .QualifiedType .Type}} { return a.values }
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/array/
H A Dnumericbuilder.gen_test.go.tmpl68 …assert.Equal(t, []{{or .QualifiedType .Type}}{1, 2, 3, 0, 5, 6, 0, 8, 9, 10}, a.{{.Name}}Values(),…
80 assert.Equal(t, []{{or .QualifiedType .Type}}{7, 8}, a.{{.Name}}Values())
86 want = []{{or .QualifiedType .Type}}{1, 2, 3, 4}
138 exp := []{{or .QualifiedType .Type}}{0, 1, 2, 3}
158 exp := []{{or .QualifiedType .Type}}{0, 1, 2, 3}
160 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
170 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
177 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
H A Dnumeric.gen.go.tmpl28 // A type which represents an immutable sequence of {{or .QualifiedType .Type}} values.
31 values []{{or .QualifiedType .Type}}
48 func (a *{{.Name}}) Value(i int) {{or .QualifiedType .Type}} { return a.values[i] }
51 func (a *{{.Name}}) {{.Name}}Values() []{{or .QualifiedType .Type}} { return a.values }
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/go/arrow/array/
H A Dnumericbuilder.gen_test.go.tmpl68 …assert.Equal(t, []{{or .QualifiedType .Type}}{1, 2, 3, 0, 5, 6, 0, 8, 9, 10}, a.{{.Name}}Values(),…
80 assert.Equal(t, []{{or .QualifiedType .Type}}{7, 8}, a.{{.Name}}Values())
86 want = []{{or .QualifiedType .Type}}{1, 2, 3, 4}
138 exp := []{{or .QualifiedType .Type}}{0, 1, 2, 3}
158 exp := []{{or .QualifiedType .Type}}{0, 1, 2, 3}
160 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
170 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
177 ab.AppendValues([]{{or .QualifiedType .Type}}{}, nil)
H A Dnumeric.gen.go.tmpl28 // A type which represents an immutable sequence of {{or .QualifiedType .Type}} values.
31 values []{{or .QualifiedType .Type}}
48 func (a *{{.Name}}) Value(i int) {{or .QualifiedType .Type}} { return a.values[i] }
51 func (a *{{.Name}}) {{.Name}}Values() []{{or .QualifiedType .Type}} { return a.values }

1234