Home
last modified time | relevance | path

Searched refs:IsStruct (Results 101 – 125 of 538) sorted by relevance

12345678910>>...22

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/ast/type/
H A Dsampled_texture_type_test.cc39 EXPECT_FALSE(s.IsStruct()); in TEST_F()
H A Dvector_type_test.cc46 EXPECT_FALSE(v.IsStruct()); in TEST_F()
H A Dtype.h68 virtual bool IsStruct() const;
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/src/
H A Didl_gen_cpp.cpp583 } else if (IsStruct(type)) { in GenTypeWire()
595 } else if (IsStruct(type)) { in GenTypeSize()
664 if (IsStruct(type)) { in GenTypeNative()
1483 if (IsStruct(vtype)) { in GenParam()
1533 if (IsStruct(field.value.type)) { in GenDefaultConstructor()
2005 } else if (IsStruct(field.value.type)) { in GenBuilders()
2111 if (IsStruct(vtype)) { in GenBuilders()
2159 if (IsStruct(type)) { in GenUnpackVal()
2345 if (IsStruct(vector_type)) { in GenCreateParam()
2427 if (IsStruct(field.value.type)) { in GenCreateParam()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/src/
H A Didl_gen_cpp.cpp590 } else if (IsStruct(type)) { in GenTypeWire()
602 } else if (IsStruct(type)) { in GenTypeSize()
682 if (IsStruct(type)) { in GenTypeNative()
1540 if (IsStruct(vtype)) { in GenParam()
1602 if (IsStruct(field.value.type)) { in GenDefaultConstructor()
2110 } else if (IsStruct(field.value.type)) { in GenBuilders()
2223 if (IsStruct(vtype)) { in GenBuilders()
2282 if (IsStruct(type)) { in GenUnpackVal()
2493 if (IsStruct(vector_type)) { in GenCreateParam()
2575 if (IsStruct(field.value.type)) { in GenCreateParam()
[all …]
H A Didl_gen_csharp.cpp350 : (IsStruct(type) ? "Struct" : "Offset"); in GenMethod()
365 if (IsStruct(type)) { in GenStructArgs()
405 if (IsStruct(field_type)) { in GenStructBody()
419 if (IsStruct(type)) { in GenStructBody()
902 if (IsStruct(field.value.type)) { in GenStruct()
989 if (!IsStruct(vector_type)) { in GenStruct()
H A Didl_gen_java.cpp418 : (IsStruct(type) ? "Struct" : "Offset"); in GenMethod()
434 if (IsStruct(type)) { in GenStructArgs()
470 if (IsStruct(field_type)) { in GenStructBody()
484 if (IsStruct(type)) { in GenStructBody()
964 if (IsStruct(field.value.type)) { in GenStruct()
1045 if (!IsStruct(vector_type)) { in GenStruct()
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/src/
H A Didl_gen_cpp.cpp545 } else if (IsStruct(type)) { in GenTypeWire()
557 } else if (IsStruct(type)) { in GenTypeSize()
637 if (IsStruct(type)) { in GenTypeNative()
1472 if (IsStruct(vtype)) { in GenParam()
1530 if (IsStruct(field.value.type)) { in GenDefaultConstructor()
2035 } else if (IsStruct(field.value.type)) { in GenBuilders()
2147 if (IsStruct(vtype)) { in GenBuilders()
2200 if (IsStruct(type)) { in GenUnpackVal()
2411 if (IsStruct(vector_type)) { in GenCreateParam()
2493 if (IsStruct(field.value.type)) { in GenCreateParam()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/src/
H A Didl_gen_cpp.cpp580 } else if (IsStruct(type)) { in GenTypeWire()
592 } else if (IsStruct(type)) { in GenTypeSize()
672 if (IsStruct(type)) { in GenTypeNative()
1526 if (IsStruct(vtype)) { in GenParam()
1584 if (IsStruct(field.value.type)) { in GenDefaultConstructor()
2089 } else if (IsStruct(field.value.type)) { in GenBuilders()
2201 if (IsStruct(vtype)) { in GenBuilders()
2254 if (IsStruct(type)) { in GenUnpackVal()
2465 if (IsStruct(vector_type)) { in GenCreateParam()
2547 if (IsStruct(field.value.type)) { in GenCreateParam()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/src/
H A Didl_gen_cpp.cpp680 } else if (IsStruct(type)) { in GenTypeWire()
692 } else if (IsStruct(type)) { in GenTypeSize()
771 if (IsStruct(type)) { in GenTypeNative()
1618 if (IsStruct(vtype)) { in GenParam()
1680 if (IsStruct(field.value.type)) { in GenDefaultConstructor()
2206 } else if (IsStruct(field.value.type)) { in GenBuilders()
2334 if (IsStruct(vtype)) { in GenBuilders()
2394 if (IsStruct(type)) { in GenUnpackVal()
2605 if (IsStruct(vector_type)) { in GenCreateParam()
2688 if (IsStruct(field.value.type)) { in GenCreateParam()
[all …]
H A Didl_gen_csharp.cpp370 : (IsStruct(type) ? "Struct" : "Offset"); in GenMethod()
385 if (IsStruct(type)) { in GenStructArgs()
425 if (IsStruct(field_type)) { in GenStructBody()
439 if (IsStruct(type)) { in GenStructBody()
942 if (IsStruct(field.value.type)) { in GenStruct()
1030 if (!IsStruct(vector_type)) { in GenStruct()
1735 if (IsStruct(field_type)) { in GenStructArgs_ObjectAPI()
1756 if (!IsStruct(field_type)) { in GenArrayPackDecl_ObjectAPI()
1811 if (IsStruct(field_type)) { in GenArrayPackCall_ObjectAPI()
1958 if (IsStruct(field.value.type)) { in GenStruct_ObjectAPI()
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/internal/util/
H A Dreflect_test.go233 rt.True(util.IsStruct(reflect.ValueOf(v).Kind()))
237 rt.False(util.IsStruct(reflect.ValueOf(v).Kind()))
240 rt.False(util.IsStruct(reflect.ValueOf(v).Kind()))
243 rt.False(util.IsStruct(reflect.ValueOf(v).Kind()))
246 rt.False(util.IsStruct(reflect.ValueOf(v).Kind()))
249 rt.False(util.IsStruct(reflect.ValueOf(v).Kind()))
252 rt.False(util.IsStruct(reflect.ValueOf(v).Kind()))
255 rt.False(util.IsStruct(reflect.ValueOf(v).Kind()))
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DUserDefinedTypeDescriptor.cs329 IsStruct = 0, in GetArrayTypeIndex()
403 IsStruct = type.IsValueType ? 1 : 0, in GetClassTypeIndex()
495 IsStruct = !staticDataInObject ? 1 : 0, in InsertStaticFieldRegionMember()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/
H A DCodeTypeDeclaration.cs138 public bool IsStruct { property in System.CodeDom.CodeTypeDeclaration
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/inspector/
H A Dinspector.cc176 if (!unwrapped_type->IsStruct()) { in GetUniformBufferResourceBindings()
342 if (!var->type()->UnwrapIfNeeded()->IsStruct()) { in GetStorageBufferResourceBindingsImpl()
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/go-critic/go-critic/checkers/
H A Dunlambda_checker.go63 return !typep.IsStruct(obj.Type().Underlying())
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Activation/
H A DActivationContext4.cs70 if (classMetadata.IsStruct()) in CascadeActivation()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Delete/
H A DDeleteContextImpl.cs98 if (Platform4.IsStruct(_fieldClass)) in AdjustedDepth()
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/
H A Dunlambda_checker.go63 return !typep.IsStruct(obj.Type().Underlying())
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/google.golang.org/api/google-api-go-client-9bf6e6e569ff/google-api-go-generator/
H A Dgen.go898 if t.IsStruct() || isAny {
923 func (t *Type) IsStruct() bool {
1033 if !s.Type().IsStruct() {
1077 if s.Type().IsStruct() {
1087 if at.IsStruct() {
1099 if p.Type().IsStruct() {
1117 if at.IsStruct() {
1175 if s.Type().IsStruct() && !s.Type().IsMap() {
1506 if s == nil || !s.Type().IsStruct() {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types/
H A Dalg.go165 if !t.IsStruct() {
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/ObjWriter/
H A DtypeBuilder.h38 int32_t IsStruct; member
/dports/sysutils/istio/istio-1.6.7/operator/pkg/tpath/
H A Dstruct.go61 if !util.IsStruct(structElems) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/reader/wgsl/
H A Dparser_impl_type_alias_test.cc58 ASSERT_TRUE(alias->type()->IsStruct()); in TEST_F()
/dports/devel/flatbuffers/flatbuffers-2.0.0/src/
H A Didl_gen_java.cpp412 : (IsStruct(type) ? "Struct" : "Offset"); in GenMethod()
428 if (IsStruct(type)) { in GenStructArgs()
464 if (IsStruct(field_type)) { in GenStructBody()
478 if (IsStruct(type)) { in GenStructBody()
962 if (IsStruct(field.value.type)) { in GenStruct()
1043 if (!IsStruct(vector_type)) { in GenStruct()

12345678910>>...22