Home
last modified time | relevance | path

Searched refs:IsStruct (Results 176 – 200 of 538) sorted by relevance

12345678910>>...22

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/pkg/quick/
H A Dquick.go158 if !structs.IsStruct(data) {
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/structure/cd_utils/
H A DcuAlignmentCollection.hpp73 bool IsStruct(int row);
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/src/
H A Didl_gen_general.cpp654 : (IsStruct(type) ? "Struct" : "Offset"); in GenMethod()
670 if (IsStruct(type)) { in GenStructArgs()
716 if (IsStruct(field_type)) { in GenStructBody()
730 if (IsStruct(type)) { in GenStructBody()
1351 if (IsStruct(field.value.type)) { in GenStruct()
1445 if (!IsStruct(vector_type)) { in GenStruct()
H A Didl_gen_lua.cpp358 if (IsStruct(field.value.type)) { in StructBuilderArgs()
391 if (IsStruct(field.value.type)) { in StructBuilderBody()
602 : (IsStruct(field.value.type) ? "Struct" : "UOffsetTRelative"); in GenMethod()
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/src/
H A Didl_gen_lua.cpp356 if (IsStruct(field.value.type)) { in StructBuilderArgs()
389 if (IsStruct(field.value.type)) { in StructBuilderBody()
600 : (IsStruct(field.value.type) ? "Struct" : "UOffsetTRelative"); in GenMethod()
H A Didl_gen_python.cpp378 if (IsStruct(field.value.type)) { in StructBuilderArgs()
410 if (IsStruct(field.value.type)) { in StructBuilderBody()
611 : (IsStruct(field.value.type) ? "Struct" : "UOffsetTRelative"); in GenMethod()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/reader/spirv/
H A Dparser_impl_convert_type_test.cc561 EXPECT_TRUE(type->IsStruct()); in TEST_F()
582 EXPECT_TRUE(type->IsStruct()); in TEST_F()
607 EXPECT_TRUE(type->IsStruct()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/src/
H A Didl_gen_lua.cpp354 if (IsStruct(field.value.type)) { in StructBuilderArgs()
389 if (IsStruct(field.value.type)) { in StructBuilderBody()
594 : (IsStruct(field.value.type) ? "Struct" : "UOffsetTRelative"); in GenMethod()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/src/
H A Didl_gen_lua.cpp354 if (IsStruct(field.value.type)) { in StructBuilderArgs()
389 if (IsStruct(field.value.type)) { in StructBuilderBody()
594 : (IsStruct(field.value.type) ? "Struct" : "UOffsetTRelative"); in GenMethod()
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/src/
H A Didl_gen_lua.cpp357 if (IsStruct(field.value.type)) { in StructBuilderArgs()
390 if (IsStruct(field.value.type)) { in StructBuilderBody()
601 : (IsStruct(field.value.type) ? "Struct" : "UOffsetTRelative"); in GenMethod()
H A Didl_gen_python.cpp383 if (IsStruct(field.value.type)) { in StructBuilderArgs()
415 if (IsStruct(field.value.type)) { in StructBuilderBody()
618 : (IsStruct(field.value.type) ? "Struct" : "UOffsetTRelative"); in GenMethod()
/dports/devel/flatbuffers/flatbuffers-2.0.0/include/flatbuffers/
H A Didl.h470 inline bool IsStruct(const Type &type) { in IsStruct() function
495 return IsStruct(type) in InlineSize()
503 if (IsStruct(type)) { in InlineAlignment()
506 return IsStruct(type.VectorType()) ? type.struct_def->minalign in InlineAlignment()
/dports/databases/postgis32/postgis-3.2.0/deps/flatgeobuf/include/flatbuffers/
H A Didl.h470 inline bool IsStruct(const Type &type) { in IsStruct() function
495 return IsStruct(type) in InlineSize()
503 if (IsStruct(type)) { in InlineAlignment()
506 return IsStruct(type.VectorType()) ? type.struct_def->minalign in InlineAlignment()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/include/flatbuffers/
H A Didl.h470 inline bool IsStruct(const Type &type) { in IsStruct() function
495 return IsStruct(type) in InlineSize()
503 if (IsStruct(type)) { in InlineAlignment()
506 return IsStruct(type.VectorType()) ? type.struct_def->minalign in InlineAlignment()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/
H A DRuleValidation.cs1218 else if (IsStruct(fromType0)) in FindImplicitConversion()
1222 if ((toType0.IsClass) || (IsStruct(toType0))) in FindImplicitConversion()
1242 else if (IsStruct(fromType0)) in FindImplicitConversion()
1246 if ((toType0.IsClass) || (IsStruct(toType0))) in FindImplicitConversion()
1395 else if (IsStruct(fromType0)) in FindExplicitConversion()
1409 else if (IsStruct(toType0)) in FindExplicitConversion()
1429 else if (IsStruct(fromType0)) in FindExplicitConversion()
1443 else if (IsStruct(toType0)) in FindExplicitConversion()
1616 private static bool IsStruct(Type type) in IsStruct() method in System.Workflow.Activities.Rules.RuleValidation
/dports/math/gap/gap-4.11.0/lib/
H A Dmapphomo.gd614 #F InstallEqMethodForMappingsFromGenerators( <IsStruct>,
619 ## Arg='IsStruct, GeneratorsOfStruct, respects, infostring'/>
625 InstallEqMethodForMappingsFromGenerators := function( IsStruct,
636 if not IsStruct( Source( map1 ) ) then
653 if not IsStruct( preim ) then
673 if not IsStruct( Source( map ) ) then
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/include/flatbuffers/
H A Didl.h300 inline bool IsStruct(const Type &type) { in IsStruct() function
305 return IsStruct(type) ? type.struct_def->bytesize : SizeOf(type.base_type); in InlineSize()
309 return IsStruct(type) ? type.struct_def->minalign : SizeOf(type.base_type); in InlineAlignment()
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/include/flatbuffers/
H A Didl.h315 inline bool IsStruct(const Type &type) { in IsStruct() function
320 return IsStruct(type) ? type.struct_def->bytesize : SizeOf(type.base_type); in InlineSize()
324 return IsStruct(type) ? type.struct_def->minalign : SizeOf(type.base_type); in InlineAlignment()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc544 if (element() != NULL && IsStruct(*element()->parent_field())) { in StartObject()
564 if (IsStruct(*field)) { in StartObject()
1257 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/src/
H A Didl_gen_lua.cpp370 if (IsStruct(field.value.type)) { in StructBuilderArgs()
405 if (IsStruct(field.value.type)) { in StructBuilderBody()
614 : (IsStruct(field.value.type) ? "Struct" : "UOffsetTRelative"); in GenMethod()
/dports/devel/flatbuffers/flatbuffers-2.0.0/src/
H A Didl_gen_lua.cpp370 if (IsStruct(field.value.type)) { in StructBuilderArgs()
405 if (IsStruct(field.value.type)) { in StructBuilderBody()
614 : (IsStruct(field.value.type) ? "Struct" : "UOffsetTRelative"); in GenMethod()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc544 if (element() != NULL && IsStruct(*element()->parent_field())) { in StartObject()
564 if (IsStruct(*field)) { in StartObject()
1257 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/
H A Ddecompose.go240 case t.IsStruct():
280 case v.Type.IsStruct():
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dvmdata.cpp66 width = IsStruct(sti.t) ? sti.len : 1; in LVector()
347 if (IsStruct(ti.t)) { in VectorOrObjectToString()
/dports/devel/dbus-sharp/dbus-sharp-0.8.1/src/Protocol/
H A DMessageReader.cs658 if (sig.IsStruct) { in StepOver()
697 if (sig.IsStruct) { in StepInto()

12345678910>>...22