Home
last modified time | relevance | path

Searched refs:typeSet (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/
H A Dmatcher_type_set_test.cpp243 MatcherTypeSet typeSet; in TEST() local
244 typeSet.allNumbers = true; in TEST()
254 MatcherTypeSet typeSet; in TEST() local
260 typeSet.allNumbers = true; in TEST()
265 MatcherTypeSet typeSet; in TEST() local
266 ASSERT_TRUE(typeSet.isEmpty()); in TEST()
270 MatcherTypeSet typeSet; in TEST() local
271 typeSet.allNumbers = true; in TEST()
281 MatcherTypeSet typeSet; in TEST() local
282 typeSet.allNumbers = true; in TEST()
[all …]
H A Dmatcher_type_set.cpp49 MatcherTypeSet* typeSet) { in addAliasToTypeSet() argument
50 invariant(typeSet); in addAliasToTypeSet()
53 typeSet->allNumbers = true; in addAliasToTypeSet()
63 typeSet->bsonTypes.insert(it->second); in addAliasToTypeSet()
75 MatcherTypeSet* typeSet) { in parseSingleType() argument
136 MatcherTypeSet typeSet; in fromStringAliases() local
143 return typeSet; in fromStringAliases()
148 MatcherTypeSet typeSet; in parse() local
151 auto status = parseSingleType(elt, aliasMap, &typeSet); in parse()
155 return typeSet; in parse()
[all …]
H A Dexpression_type_test.cpp69 MatcherTypeSet typeSet; in TEST() local
70 typeSet.allNumbers = true; in TEST()
195 MatcherTypeSet typeSet; in TEST() local
196 typeSet.allNumbers = true; in TEST()
208 MatcherTypeSet typeSet; in TEST() local
209 typeSet.allNumbers = true; in TEST()
210 typeSet.bsonTypes.insert(BSONType::String); in TEST()
211 typeSet.bsonTypes.insert(BSONType::Object); in TEST()
225 MatcherTypeSet typeSet; in TEST() local
226 typeSet.allNumbers = true; in TEST()
[all …]
H A Dexpression_parser_leaf_test.cpp1148 ASSERT_FALSE(tmeNumberInt->typeSet().allNumbers); in TEST()
1162 ASSERT_FALSE(tmeNumberLong->typeSet().allNumbers); in TEST()
1175 ASSERT_FALSE(tmeString->typeSet().allNumbers); in TEST()
1188 ASSERT_FALSE(tmejstOID->typeSet().allNumbers); in TEST()
1202 ASSERT_FALSE(tmejstNULL->typeSet().allNumbers); in TEST()
1215 ASSERT_FALSE(tmeBool->typeSet().allNumbers); in TEST()
1228 ASSERT_FALSE(tmeObject->typeSet().allNumbers); in TEST()
1241 ASSERT_FALSE(tmeArray->typeSet().allNumbers); in TEST()
1254 ASSERT_TRUE(tmeNumber->typeSet().allNumbers); in TEST()
1268 ASSERT_TRUE(tme->typeSet().allNumbers); in TEST()
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/zclconf/go-cty/cty/
H A Dset_type.go7 type typeSet struct { struct
17 typeSet{
25 func (t typeSet) Equals(other Type) bool { argument
26 ot, isSet := other.typeImpl.(typeSet)
34 func (t typeSet) FriendlyName(mode friendlyTypeNameMode) string { argument
44 func (t typeSet) ElementType() Type { argument
48 func (t typeSet) GoString() string { argument
55 _, ok := t.typeImpl.(typeSet)
68 if lt, ok := t.typeImpl.(typeSet); ok {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/zclconf/go-cty/cty/
H A Dset_type.go7 type typeSet struct { struct
17 typeSet{
25 func (t typeSet) Equals(other Type) bool { argument
26 ot, isSet := other.typeImpl.(typeSet)
34 func (t typeSet) FriendlyName(mode friendlyTypeNameMode) string { argument
44 func (t typeSet) ElementType() Type { argument
48 func (t typeSet) GoString() string { argument
55 _, ok := t.typeImpl.(typeSet)
68 if lt, ok := t.typeImpl.(typeSet); ok {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/zclconf/go-cty/cty/
H A Dset_type.go7 type typeSet struct { struct
17 typeSet{
25 func (t typeSet) Equals(other Type) bool { argument
26 ot, isSet := other.typeImpl.(typeSet)
34 func (t typeSet) FriendlyName(mode friendlyTypeNameMode) string { argument
44 func (t typeSet) ElementType() Type { argument
48 func (t typeSet) GoString() string { argument
55 _, ok := t.typeImpl.(typeSet)
68 if lt, ok := t.typeImpl.(typeSet); ok {
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/zclconf/go-cty/cty/
H A Dset_type.go7 type typeSet struct { struct
17 typeSet{
25 func (t typeSet) Equals(other Type) bool { argument
26 ot, isSet := other.typeImpl.(typeSet)
34 func (t typeSet) FriendlyName(mode friendlyTypeNameMode) string { argument
44 func (t typeSet) ElementType() Type { argument
48 func (t typeSet) GoString() string { argument
55 _, ok := t.typeImpl.(typeSet)
68 if lt, ok := t.typeImpl.(typeSet); ok {
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/zclconf/go-cty/cty/
H A Dset_type.go7 type typeSet struct { struct
17 typeSet{
25 func (t typeSet) Equals(other Type) bool { argument
26 ot, isSet := other.typeImpl.(typeSet)
34 func (t typeSet) FriendlyName(mode friendlyTypeNameMode) string { argument
44 func (t typeSet) ElementType() Type { argument
48 func (t typeSet) GoString() string { argument
55 _, ok := t.typeImpl.(typeSet)
68 if lt, ok := t.typeImpl.(typeSet); ok {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/zclconf/go-cty/cty/
H A Dset_type.go7 type typeSet struct { struct
17 typeSet{
25 func (t typeSet) Equals(other Type) bool { argument
26 ot, isSet := other.typeImpl.(typeSet)
34 func (t typeSet) FriendlyName(mode friendlyTypeNameMode) string { argument
44 func (t typeSet) ElementType() Type { argument
48 func (t typeSet) GoString() string { argument
55 _, ok := t.typeImpl.(typeSet)
68 if lt, ok := t.typeImpl.(typeSet); ok {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/zclconf/go-cty/cty/
H A Dset_type.go7 type typeSet struct { struct
17 typeSet{
25 func (t typeSet) Equals(other Type) bool { argument
26 ot, isSet := other.typeImpl.(typeSet)
34 func (t typeSet) FriendlyName(mode friendlyTypeNameMode) string { argument
44 func (t typeSet) ElementType() Type { argument
48 func (t typeSet) GoString() string { argument
55 _, ok := t.typeImpl.(typeSet)
68 if lt, ok := t.typeImpl.(typeSet); ok {
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/zclconf/go-cty/cty/
H A Dset_type.go7 type typeSet struct { struct
17 typeSet{
25 func (t typeSet) Equals(other Type) bool { argument
26 ot, isSet := other.typeImpl.(typeSet)
34 func (t typeSet) FriendlyName(mode friendlyTypeNameMode) string { argument
44 func (t typeSet) ElementType() Type { argument
48 func (t typeSet) GoString() string { argument
55 _, ok := t.typeImpl.(typeSet)
68 if lt, ok := t.typeImpl.(typeSet); ok {
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/oauth2-proxy/tools/reference-gen/pkg/generator/
H A Dutils.go50 type typeSet map[*types.Type]struct{} type
52 func (s typeSet) add(new *types.Type) {
56 func (s typeSet) has(required *types.Type) bool {
61 func (s typeSet) toList() []*types.Type {
69 func newTypeSetFromStringMap(typeMap map[string]*types.Type) typeSet {
70 set := make(typeSet)
77 func newTypeSetFromList(typeList []*types.Type) typeSet {
78 set := make(typeSet)
116 func aliasDisplayName(t *types.Type, knownTypes typeSet) string { argument
183 func linkForType(t *types.Type, knownTypes typeSet) string { argument
[all …]
H A Dreferences.go58 func filterToPackageTypes(allReferences map[*types.Type][]*types.Type, pkgTypes typeSet) map[*types… argument
71 m := make(map[*types.Type]typeSet)
75 m[typ] = make(typeSet)
83 m[t] = make(typeSet)
92 m[t] = make(typeSet)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DTypeClosure.java41 private final TypeSet typeSet; field in TypeClosure
43 public TypeClosure(TypeSet typeSet) { in TypeClosure() argument
44 this.typeSet = typeSet; in TypeClosure()
53 if( typeSet.contains(type) ) { in contains()
H A DSimpleTypeSet.java42 private final Set typeSet; field in SimpleTypeSet
45 typeSet = s; in SimpleTypeSet()
52 return typeSet.contains(type); in contains()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DTypeClosure.java41 private final TypeSet typeSet; field in TypeClosure
43 public TypeClosure(TypeSet typeSet) { in TypeClosure() argument
44 this.typeSet = typeSet; in TypeClosure()
53 if( typeSet.contains(type) ) { in contains()
H A DSimpleTypeSet.java42 private final Set typeSet; field in SimpleTypeSet
45 typeSet = s; in SimpleTypeSet()
52 return typeSet.contains(type); in contains()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dinterface.go29 func (t *Interface) typeSet() *_TypeSet { return computeInterfaceTypeSet(t.check, token.NoPos, t) } func
104 func (t *Interface) NumMethods() int { return t.typeSet().NumMethods() }
108 func (t *Interface) Method(i int) *Func { return t.typeSet().Method(i) }
111 func (t *Interface) Empty() bool { return t.typeSet().IsAll() }
114 func (t *Interface) IsComparable() bool { return t.typeSet().IsComparable() }
118 func (t *Interface) IsMethodSet() bool { return t.typeSet().IsMethodSet() }
134 t.typeSet() // checks if t.tset is already set
H A Dinstantiate.go185 if Vi != nil && Vi.typeSet().IsEmpty() {
191 if Ti.typeSet().IsEmpty() {
226 if !Ti.typeSet().hasTerms() {
234 if !Vi.typeSet().subsetOf(Ti.typeSet()) {
243 if Ti.typeSet().is(func(t *term) bool {
H A Dtypeparam.go143 return t.iface().typeSet().singleType()
148 return t.iface().typeSet().hasTerms()
155 return t.iface().typeSet().is(f)
162 return t.iface().typeSet().underIs(f)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dinterface.go26 func (t *Interface) typeSet() *_TypeSet { return computeInterfaceTypeSet(t.check, nopos, t) } func
79 func (t *Interface) NumMethods() int { return t.typeSet().NumMethods() }
83 func (t *Interface) Method(i int) *Func { return t.typeSet().Method(i) }
86 func (t *Interface) Empty() bool { return t.typeSet().IsAll() }
89 func (t *Interface) IsComparable() bool { return t.typeSet().IsComparable() }
92 func (t *Interface) IsMethodSet() bool { return t.typeSet().IsMethodSet() }
H A Dinstantiate.go185 if Vi != nil && Vi.typeSet().IsEmpty() {
191 if Ti.typeSet().IsEmpty() {
225 if !Ti.typeSet().hasTerms() {
233 if !Vi.typeSet().subsetOf(Ti.typeSet()) {
242 if Ti.typeSet().is(func(t *term) bool {
H A Dtypeparam.go140 return t.iface().typeSet().singleType()
145 return t.iface().typeSet().hasTerms()
152 return t.iface().typeSet().is(f)
159 return t.iface().typeSet().underIs(f)
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Internal/Metadata/NativeFormat/Generator/
H A DWriterGen.cs200 var typeSet = member.TypeName as string[]; in EmitRecord()
201 if (typeSet != null) in EmitRecord()
206 for (int i = 0; i < typeSet.Length; i++) in EmitRecord()
208 + ((i == typeSet.Length - 1) ? "));" : " ||")); in EmitRecord()
213 for (int i = 0; i < typeSet.Length; i++) in EmitRecord()
215 + ((i == typeSet.Length - 1) ? ");" : " ||")); in EmitRecord()

12345678