Home
last modified time | relevance | path

Searched refs:typeB (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/types/
H A DUnion2.java36 protected final DataType<B> typeB; field in Union2
42 public Union2(DataType<A> typeA, DataType<B> typeB) { in Union2() argument
44 this.typeB = typeB; in Union2()
49 return typeA.isOrderPreserving() && typeB.isOrderPreserving(); in isOrderPreserving()
57 return typeA.isNullable() && typeB.isNullable(); in isNullable()
62 return typeA.isSkippable() && typeB.isSkippable(); in isSkippable()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/utilities/
H A DtypeComparators.mjs16 export function isEqualType(typeA, typeB) { argument
18 if (typeA === typeB) {
23 if (isNonNullType(typeA) && isNonNullType(typeB)) {
24 return isEqualType(typeA.ofType, typeB.ofType);
28 if (isListType(typeA) && isListType(typeB)) {
29 return isEqualType(typeA.ofType, typeB.ofType);
91 if (typeA === typeB) {
96 if (isAbstractType(typeB)) {
104 return schema.isPossibleType(typeA, typeB);
107 if (isAbstractType(typeB)) {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/SqlClient/Common/
H A DTypeSystemProvider.cs66 internal abstract ProviderType GetBestType(ProviderType typeA, ProviderType typeB); in GetBestType() argument
239 public static bool operator ==(ProviderType typeA, ProviderType typeB) { in operator ==() argument
240 if ((object)typeA == (object)typeB) in operator ==()
243 return typeA.Equals(typeB); in operator ==()
247 public static bool operator != (ProviderType typeA, ProviderType typeB) { in operator !=() argument
248 if ((object)typeA == (object)typeB) in operator !=()
251 return !typeA.Equals(typeB); in operator !=()
/dports/math/rocs/rocs-21.12.3/libgraphtheory/autotests/
H A Dtest_graphoperations.cpp116 QVERIFY(typeB->id() != -1); in testNodeTypeCreateDelete()
125 node->setType(typeB); in testNodeTypeCreateDelete()
126 QCOMPARE(node->type(), typeB); in testNodeTypeCreateDelete()
130 typeB->destroy(); in testNodeTypeCreateDelete()
132 typeB.reset(); in testNodeTypeCreateDelete()
149 QVERIFY(typeB->id() != -1); in testEdgeTypeCreateDelete()
158 edge->setType(typeB); in testEdgeTypeCreateDelete()
159 QCOMPARE(edge->type(), typeB); in testEdgeTypeCreateDelete()
163 typeB->destroy(); in testEdgeTypeCreateDelete()
165 typeB.reset(); in testEdgeTypeCreateDelete()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/credhub-cli/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go158 typeB := reflect.TypeOf(bodyB)
159 if typeB.Kind() != reflect.Func {
163 returnsNothing := typeB.NumOut() == 0
164 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
165 takesBytesAndDone := typeB.NumIn() == 2 &&
166 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
167 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/textproc/spiff/spiff-1.0.8/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go158 typeB := reflect.TypeOf(bodyB)
159 if typeB.Kind() != reflect.Func {
163 returnsNothing := typeB.NumOut() == 0
164 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
165 takesBytesAndDone := typeB.NumIn() == 2 &&
166 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
167 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/net/storj/storj-1.45.3/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go158 typeB := reflect.TypeOf(bodyB)
159 if typeB.Kind() != reflect.Func {
163 returnsNothing := typeB.NumOut() == 0
164 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
165 takesBytesAndDone := typeB.NumIn() == 2 &&
166 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
167 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/yudai/gojsondiff/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go158 typeB := reflect.TypeOf(bodyB)
159 if typeB.Kind() != reflect.Func {
163 returnsNothing := typeB.NumOut() == 0
164 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
165 takesBytesAndDone := typeB.NumIn() == 2 &&
166 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
167 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/cloudfoundry/socks5-proxy/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go158 typeB := reflect.TypeOf(bodyB)
159 if typeB.Kind() != reflect.Func {
163 returnsNothing := typeB.NumOut() == 0
164 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
165 takesBytesAndDone := typeB.NumIn() == 2 &&
166 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
167 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/onsi/ginkgo/internal/leafnodes/
H A Dsynchronized_before_suite_node.go157 typeB := reflect.TypeOf(bodyB)
158 if typeB.Kind() != reflect.Func {
162 returnsNothing := typeB.NumOut() == 0
163 …takesBytesOnly := typeB.NumIn() == 1 && typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().…
164 takesBytesAndDone := typeB.NumIn() == 2 &&
165 typeB.In(0).Kind() == reflect.Slice && typeB.In(0).Elem().Kind() == reflect.Uint8 &&
166 typeB.In(1).Kind() == reflect.Chan && typeB.In(1).Elem().Kind() == reflect.Interface

12345678910>>...28