Home
last modified time | relevance | path

Searched refs:arrayType (Results 1 – 25 of 3851) sorted by relevance

12345678910>>...155

/dports/lang/seed7/seed7/lib/
H A Didxarray.s7i34 var type: arrayType is void;
40 if arrayType = void then
42 arrayType := newtype;
49 … const proc: (ref arrayType: dest) ::= (in arrayType: source) is action "ARR_CREATE";
51 const proc: (inout arrayType: dest) := (in arrayType: source) is action "ARR_CPY";
71 const func arrayType: (in arrayType: arr1) & (in arrayType: arr2) is action "ARR_CAT";
92 const func arrayType: (attr arrayType) conv (in stdArrayType: arr) is action "ARR_CONV";
96 …const arrayType: (attr arrayType) . value is arrayType._GENERATE_EMP…
127 const func arrayType: (in arrayType: an_array) [ (in indexType: start) .. ] is
135 const func arrayType: (in arrayType: an_array) [ .. (in indexType: stop) ] is
[all …]
H A Darray.s7i89 const func arrayType: (in arrayType: arr1) & (in arrayType: arr2) is action "ARR_CAT";
124 const func arrayType: (in arrayType: arr) [ (in integer: start) ..
134 const func arrayType: (in arrayType: arr) [ (in integer: start) len
179 const func arrayType: remove (inout arrayType: arr, in integer: index,
209 …const arrayType: (attr arrayType) . value is arrayType._GENERATE_EMP…
229 var arrayType: anArray is arrayType.value;
492 const func boolean: (in arrayType: arr1) < (in arrayType: arr2) is
495 const func boolean: (in arrayType: arr1) > (in arrayType: arr2) is
498 const func boolean: (in arrayType: arr1) <= (in arrayType: arr2) is
508 const func arrayType: sort (in arrayType: arr_obj) is
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/constant/
H A DTypeDescriptorTest.java46 assertEquals(f.arrayType(), array); in testArray()
51 assertEquals(f.arrayType(), array); in testArray()
72 testArray(CD_int, false, null, CD_int.arrayType()); in testClassDesc()
73 testArray(CD_int.arrayType(), true, CD_int, CD_int.arrayType(2)); in testClassDesc()
74 testArray(CD_int.arrayType(2), true, CD_int.arrayType(), CD_int.arrayType(3)); in testClassDesc()
75 testArray(CD_String, false, null, CD_String.arrayType()); in testClassDesc()
76 testArray(CD_String.arrayType(), true, CD_String, CD_String.arrayType(2)); in testClassDesc()
77 testArray(CD_String.arrayType(2), true, CD_String.arrayType(), CD_String.arrayType(3)); in testClassDesc()
80 assertFalse(CD_int.arrayType().isPrimitive()); in testClassDesc()
82 assertFalse(CD_String.arrayType().isPrimitive()); in testClassDesc()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/constant/
H A DTypeDescriptorTest.java46 assertEquals(f.arrayType(), array); in testArray()
51 assertEquals(f.arrayType(), array); in testArray()
72 testArray(CD_int, false, null, CD_int.arrayType()); in testClassDesc()
73 testArray(CD_int.arrayType(), true, CD_int, CD_int.arrayType(2)); in testClassDesc()
74 testArray(CD_int.arrayType(2), true, CD_int.arrayType(), CD_int.arrayType(3)); in testClassDesc()
75 testArray(CD_String, false, null, CD_String.arrayType()); in testClassDesc()
76 testArray(CD_String.arrayType(), true, CD_String, CD_String.arrayType(2)); in testClassDesc()
77 testArray(CD_String.arrayType(2), true, CD_String.arrayType(), CD_String.arrayType(3)); in testClassDesc()
80 assertFalse(CD_int.arrayType().isPrimitive()); in testClassDesc()
82 assertFalse(CD_String.arrayType().isPrimitive()); in testClassDesc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/constant/
H A DTypeDescriptorTest.java46 assertEquals(f.arrayType(), array); in testArray()
51 assertEquals(f.arrayType(), array); in testArray()
72 testArray(CD_int, false, null, CD_int.arrayType()); in testClassDesc()
73 testArray(CD_int.arrayType(), true, CD_int, CD_int.arrayType(2)); in testClassDesc()
74 testArray(CD_int.arrayType(2), true, CD_int.arrayType(), CD_int.arrayType(3)); in testClassDesc()
75 testArray(CD_String, false, null, CD_String.arrayType()); in testClassDesc()
76 testArray(CD_String.arrayType(), true, CD_String, CD_String.arrayType(2)); in testClassDesc()
77 testArray(CD_String.arrayType(2), true, CD_String.arrayType(), CD_String.arrayType(3)); in testClassDesc()
80 assertFalse(CD_int.arrayType().isPrimitive()); in testClassDesc()
82 assertFalse(CD_String.arrayType().isPrimitive()); in testClassDesc()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/constant/
H A DTypeDescriptorTest.java46 assertEquals(f.arrayType(), array); in testArray()
51 assertEquals(f.arrayType(), array); in testArray()
72 testArray(CD_int, false, null, CD_int.arrayType()); in testClassDesc()
73 testArray(CD_int.arrayType(), true, CD_int, CD_int.arrayType(2)); in testClassDesc()
74 testArray(CD_int.arrayType(2), true, CD_int.arrayType(), CD_int.arrayType(3)); in testClassDesc()
75 testArray(CD_String, false, null, CD_String.arrayType()); in testClassDesc()
76 testArray(CD_String.arrayType(), true, CD_String, CD_String.arrayType(2)); in testClassDesc()
77 testArray(CD_String.arrayType(2), true, CD_String.arrayType(), CD_String.arrayType(3)); in testClassDesc()
80 assertFalse(CD_int.arrayType().isPrimitive()); in testClassDesc()
82 assertFalse(CD_String.arrayType().isPrimitive()); in testClassDesc()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/constant/
H A DTypeDescriptorTest.java46 assertEquals(f.arrayType(), array); in testArray()
51 assertEquals(f.arrayType(), array); in testArray()
72 testArray(CD_int, false, null, CD_int.arrayType()); in testClassDesc()
73 testArray(CD_int.arrayType(), true, CD_int, CD_int.arrayType(2)); in testClassDesc()
74 testArray(CD_int.arrayType(2), true, CD_int.arrayType(), CD_int.arrayType(3)); in testClassDesc()
75 testArray(CD_String, false, null, CD_String.arrayType()); in testClassDesc()
76 testArray(CD_String.arrayType(), true, CD_String, CD_String.arrayType(2)); in testClassDesc()
77 testArray(CD_String.arrayType(2), true, CD_String.arrayType(), CD_String.arrayType(3)); in testClassDesc()
80 assertFalse(CD_int.arrayType().isPrimitive()); in testClassDesc()
82 assertFalse(CD_String.arrayType().isPrimitive()); in testClassDesc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/constant/
H A DTypeDescriptorTest.java46 assertEquals(f.arrayType(), array); in testArray()
51 assertEquals(f.arrayType(), array); in testArray()
72 testArray(CD_int, false, null, CD_int.arrayType()); in testClassDesc()
73 testArray(CD_int.arrayType(), true, CD_int, CD_int.arrayType(2)); in testClassDesc()
74 testArray(CD_int.arrayType(2), true, CD_int.arrayType(), CD_int.arrayType(3)); in testClassDesc()
75 testArray(CD_String, false, null, CD_String.arrayType()); in testClassDesc()
76 testArray(CD_String.arrayType(), true, CD_String, CD_String.arrayType(2)); in testClassDesc()
77 testArray(CD_String.arrayType(2), true, CD_String.arrayType(), CD_String.arrayType(3)); in testClassDesc()
80 assertFalse(CD_int.arrayType().isPrimitive()); in testClassDesc()
82 assertFalse(CD_String.arrayType().isPrimitive()); in testClassDesc()
/dports/net/inlets/inlets-3.0.2/vendor/github.com/json-iterator/go/go-1.1.10/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/sigs.k8s.io/structured-merge-diff/v4/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/security/vault/vault-1.8.2/vendor/sigs.k8s.io/structured-merge-diff/v3/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/net/rospo/rospo-0.7.1/vendor/github.com/json-iterator/go/go-1.1.11/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/json-iterator/go/
H A Dreflect_array.go11 arrayType := typ.(*reflect2.UnsafeArrayType)
13 return &arrayDecoder{arrayType, decoder}
17 arrayType := typ.(*reflect2.UnsafeArrayType)
18 if arrayType.Len() == 0 {
22 return &arrayEncoder{arrayType, encoder}
36 arrayType *reflect2.UnsafeArrayType member
44 for i := 1; i < encoder.arrayType.Len(); i++ {
60 arrayType *reflect2.UnsafeArrayType member
73 arrayType := decoder.arrayType
87 elemPtr := arrayType.UnsafeGetIndex(ptr, 0)
[all …]

12345678910>>...155