Home
last modified time | relevance | path

Searched refs:IsStruct (Results 251 – 275 of 538) sorted by relevance

1...<<11121314151617181920>>...22

/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc570 if (element() != nullptr && IsStruct(*element()->parent_field())) { in StartObject()
623 if (IsStruct(*field)) { in StartObject()
1383 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/include/flatbuffers/
H A Didl.h341 inline bool IsStruct(const Type &type) { in IsStruct() function
362 return IsStruct(type) in InlineSize()
370 return IsStruct(type) in InlineAlignment()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc570 if (element() != nullptr && IsStruct(*element()->parent_field())) { in StartObject()
623 if (IsStruct(*field)) { in StartObject()
1383 bool ProtoStreamObjectWriter::IsStruct(const google::protobuf::Field& field) { in IsStruct() function in google::protobuf::util::converter::ProtoStreamObjectWriter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
227 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
454 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
472 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/BPF/
H A DBTFDebug.cpp223 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
226 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
453 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
471 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/BPF/
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
227 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/BPF/
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
227 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/BPF/
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
227 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/BPF/
H A DBTFDebug.cpp223 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
226 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
453 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
471 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
227 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/src/
H A Didl_gen_js_ts.cpp504 : (IsStruct(type) ? "Struct" : "Offset"); in GenWriteMethod()
557 if (IsStruct(field.value.type)) { in GenStructArgs()
589 if (IsStruct(field.value.type)) { in GenStructBody()
1201 if (!IsStruct(vector_type)) { in GenStruct()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/BPF/
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
227 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/BPF/
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
227 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/src/
H A Didl_gen_js_ts.cpp497 : (IsStruct(type) ? "Struct" : "Offset"); in GenWriteMethod()
550 if (IsStruct(field.value.type)) { in GenStructArgs()
582 if (IsStruct(field.value.type)) { in GenStructBody()
1206 if (!IsStruct(vector_type)) { in GenStruct()
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/src/
H A Didl_gen_js_ts.cpp509 : (IsStruct(type) ? "Struct" : "Offset"); in GenWriteMethod()
562 if (IsStruct(field.value.type)) { in GenStructArgs()
594 if (IsStruct(field.value.type)) { in GenStructBody()
1161 if (!IsStruct(vector_type)) { in GenStruct()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/BPF/
H A DBTFDebug.cpp241 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
244 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
480 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
498 llvm::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/BPF/
H A DBTFDebug.cpp224 BTFTypeStruct::BTFTypeStruct(const DICompositeType *STy, bool IsStruct, in BTFTypeStruct() argument
227 Kind = IsStruct ? BTF::BTF_KIND_STRUCT : BTF::BTF_KIND_UNION; in BTFTypeStruct()
479 void BTFDebug::visitStructType(const DICompositeType *CTy, bool IsStruct, in visitStructType() argument
497 std::make_unique<BTFTypeStruct>(CTy, IsStruct, HasBitField, VLen); in visitStructType()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/src/
H A Didl_gen_js_ts.cpp508 : (IsStruct(type) ? "Struct" : "Offset"); in GenWriteMethod()
561 if (IsStruct(field.value.type)) { in GenStructArgs()
593 if (IsStruct(field.value.type)) { in GenStructBody()
1201 if (!IsStruct(vector_type)) { in GenStruct()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/writer/wgsl/
H A Dgenerator_impl.cc177 } else if (ty->IsStruct()) { in EmitConstructedType()
469 } else if (type->IsStruct()) { in EmitType()
/dports/devel/gio-sharp/gio-sharp-2.22.3/generator/
H A DFieldBase.cs156 bool is_struct = table.IsStruct (CType) || table.IsBoxed (CType); in Generate()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/generator/
H A DFieldBase.cs162 bool is_struct = table.IsStruct (CType) || table.IsBoxed (CType); in Generate()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/src/
H A Didl_gen_python.cpp241 if (IsStruct(vec_type)) { in GetArrayOfStruct()
473 if (IsStruct(type)) { in StructBuilderArgs()
517 if (IsStruct(field_type)) { in StructBuilderBody()
529 if (IsStruct(type)) { in StructBuilderBody()
1649 : (IsStruct(field.value.type) ? "Struct" : "UOffsetTRelative"); in GenMethod()
H A Didl_gen_rust.cpp2429 IsStruct(field.value.type) || IsArray(field.value.type) ? "&" : ""); in ForAllStructFields()
2560 if (IsStruct(field.value.type)) { in GenStruct()
2590 if (IsStruct(field.value.type)) { in GenStruct()
2655 std::string unpack = IsStruct(field.value.type) ? ".unpack()" : ""; in GenStruct()
2682 if (IsStruct(field.value.type)) { in GenStruct()
/dports/devel/flatbuffers/flatbuffers-2.0.0/src/
H A Didl_gen_python.cpp241 if (IsStruct(vec_type)) { in GetArrayOfStruct()
473 if (IsStruct(type)) { in StructBuilderArgs()
517 if (IsStruct(field_type)) { in StructBuilderBody()
529 if (IsStruct(type)) { in StructBuilderBody()
1649 : (IsStruct(field.value.type) ? "Struct" : "UOffsetTRelative"); in GenMethod()
H A Didl_gen_rust.cpp2429 IsStruct(field.value.type) || IsArray(field.value.type) ? "&" : ""); in ForAllStructFields()
2560 if (IsStruct(field.value.type)) { in GenStruct()
2590 if (IsStruct(field.value.type)) { in GenStruct()
2655 std::string unpack = IsStruct(field.value.type) ? ".unpack()" : ""; in GenStruct()
2682 if (IsStruct(field.value.type)) { in GenStruct()

1...<<11121314151617181920>>...22