Home
last modified time | relevance | path

Searched refs:compoundType (Results 1 – 25 of 80) sorted by relevance

1234

/dports/science/hdf5-18/hdf5-1.8.21/hl/c++/test/
H A DptableTest.cpp143 typedef struct compoundType in TestCompoundDatatype() struct
147 } compoundType; in TestCompoundDatatype() typedef
149 dtypeID = H5Tcreate( H5T_COMPOUND, sizeof(compoundType)); in TestCompoundDatatype()
152 H5Tinsert(dtypeID, "bert", HOFFSET( compoundType, b ), H5T_NATIVE_SHORT); in TestCompoundDatatype()
154 H5Tinsert(dtypeID, "ebert", HOFFSET( compoundType, e ), H5T_NATIVE_INT); in TestCompoundDatatype()
162 compoundType first; in TestCompoundDatatype()
475 typedef struct compoundType in SystemTest() struct
479 } compoundType; in SystemTest() typedef
481 dtypeID1 = H5Tcreate(H5T_COMPOUND, sizeof(compoundType)); in SystemTest()
491 compoundType g; in SystemTest()
[all …]
/dports/science/hdf5/hdf5-1.10.6/hl/c++/test/
H A DptableTest.cpp145 typedef struct compoundType in TestCompoundDatatype() struct
149 } compoundType; in TestCompoundDatatype() typedef
151 dtypeID = H5Tcreate( H5T_COMPOUND, sizeof(compoundType)); in TestCompoundDatatype()
154 H5Tinsert(dtypeID, "bert", HOFFSET( compoundType, b ), H5T_NATIVE_SHORT); in TestCompoundDatatype()
156 H5Tinsert(dtypeID, "ebert", HOFFSET( compoundType, e ), H5T_NATIVE_INT); in TestCompoundDatatype()
164 compoundType first; in TestCompoundDatatype()
482 typedef struct compoundType in SystemTest() struct
486 } compoundType; in SystemTest() typedef
488 dtypeID1 = H5Tcreate(H5T_COMPOUND, sizeof(compoundType)); in SystemTest()
498 compoundType g; in SystemTest()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/hdf5/src/cpp/
H A DH5CompoundData.cpp23compoundType, const hsize_t _stride, const size_t _offset, const bool _dataOwner) : H5BasicData<ch… in H5CompoundData() argument
25 nfields = (unsigned int)H5Tget_nmembers(compoundType); in H5CompoundData()
30 hid_t mtype = H5Tget_member_type(compoundType, i); in H5CompoundData()
32 char * mname = H5Tget_member_name(compoundType, i); in H5CompoundData()
38 size_t offs = H5Tget_member_offset(compoundType, i); in H5CompoundData()
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Ddocsets.cpp355 if (cd && (cd->compoundType()==ClassDef::Interface || in addIndexItem()
356 cd->compoundType()==ClassDef::Class)) in addIndexItem()
363 else if (cd && cd->compoundType()==ClassDef::Protocol) in addIndexItem()
392 if (cd && cd->compoundType()==ClassDef::Protocol) in addIndexItem()
454 else if (cd->compoundType()==ClassDef::Protocol) in addIndexItem()
459 else if (cd->compoundType()==ClassDef::Interface) in addIndexItem()
463 else if (cd->compoundType()==ClassDef::Category) in addIndexItem()
H A Dtagreader.cpp110 CompoundType compoundType() const { return m_type; } in compoundType() function in __anone2db38e00111::TagCompoundInfo
1003 if (comp->compoundType()==TagCompoundInfo::CompoundType::Class) in dump()
1062 if (comp->compoundType()==TagCompoundInfo::CompoundType::File) in dump()
1096 if (comp->compoundType()==TagCompoundInfo::CompoundType::Group) in dump()
1137 if (comp->compoundType()==TagCompoundInfo::CompoundType::Page) in dump()
1149 if (comp->compoundType()==TagCompoundInfo::CompoundType::Dir) in dump()
1313 if (comp->compoundType()==TagCompoundInfo::CompoundType::Class) in buildLists()
1370 if (comp->compoundType()==TagCompoundInfo::CompoundType::File) in buildLists()
1472 if (comp->compoundType()==TagCompoundInfo::CompoundType::Group) in buildLists()
1514 if (comp->compoundType()==TagCompoundInfo::CompoundType::Page) in buildLists()
[all …]
H A Dclasslist.cpp36 (filter==0 || *filter==cd->compoundType()) in declVisible()
64 (filter==0 || *filter==cd->compoundType()) in writeDeclaration()
/dports/devel/doxygen/doxygen-1.9.3/templates/html/
H A Dhtmldeclcomp.tpl7 …<td class="memItemLeft" align="right" valign="top">{% if nc.compoundType %}{{ nc.compoundType }}&#…
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dimpastpl.cxx77 const typelib_CompoundTypeDescription *compoundType = in struct2string() local
80 for (int i = 0; i < compoundType->nMembers; i++) in struct2string()
84 result.append(compoundType->ppMemberNames[i]); in struct2string()
86 result.append(data2string(static_cast<char *>(data)+compoundType->pMemberOffsets[i], in struct2string()
87 compoundType->ppTypeRefs[i])); in struct2string()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dimpastpl.cxx77 const typelib_CompoundTypeDescription *compoundType = in struct2string() local
80 for (int i = 0; i < compoundType->nMembers; i++) in struct2string()
84 result.append(compoundType->ppMemberNames[i]); in struct2string()
86 result.append(data2string(static_cast<char *>(data)+compoundType->pMemberOffsets[i], in struct2string()
87 compoundType->ppTypeRefs[i])); in struct2string()
/dports/lang/gcc48/gcc-4.8.5/libgo/go/encoding/asn1/
H A Dasn1.go415 expectedTag, compoundType, ok := getUniversalType(elemType)
435 if t.class != classUniversal || t.isCompound != compoundType || t.tag != expectedTag {
553 universalTag, compoundType, ok1 := getUniversalType(fieldType)
625 if t.class != expectedClass || t.tag != expectedTag || t.isCompound != compoundType {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/encoding/asn1/
H A Dasn1.go439 expectedTag, compoundType, ok := getUniversalType(elemType)
459 if t.class != classUniversal || t.isCompound != compoundType || t.tag != expectedTag {
577 universalTag, compoundType, ok1 := getUniversalType(fieldType)
649 if t.class != expectedClass || t.tag != expectedTag || t.isCompound != compoundType {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/encoding/asn1/
H A Dasn1.go415 expectedTag, compoundType, ok := getUniversalType(elemType)
435 if t.class != classUniversal || t.isCompound != compoundType || t.tag != expectedTag {
553 universalTag, compoundType, ok1 := getUniversalType(fieldType)
625 if t.class != expectedClass || t.tag != expectedTag || t.isCompound != compoundType {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/google/certificate-transparency-go/asn1/
H A Dasn1.go596 matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
622 …if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag…
623 ….Sprintf("sequence tag mismatch (got:%+v, want:0/%d/%t)", t, expectedTag, compoundType), fieldName}
829 matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
878 (!matchAny && t.isCompound != compoundType) {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/asn1/
H A Dasn1.go596 matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
622 …if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag…
623 ….Sprintf("sequence tag mismatch (got:%+v, want:0/%d/%t)", t, expectedTag, compoundType), fieldName}
829 matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
878 (!matchAny && t.isCompound != compoundType) {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/asn1/
H A Dasn1.go596 matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
622 …if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag…
623 ….Sprintf("sequence tag mismatch (got:%+v, want:0/%d/%t)", t, expectedTag, compoundType), fieldName}
829 matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
878 (!matchAny && t.isCompound != compoundType) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/google/certificate-transparency-go/asn1/
H A Dasn1.go596 matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
622 …if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag…
623 ….Sprintf("sequence tag mismatch (got:%+v, want:0/%d/%t)", t, expectedTag, compoundType), fieldName}
829 matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
878 (!matchAny && t.isCompound != compoundType) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/asn1/
H A Dasn1.go596 matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
622 …if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag…
623 ….Sprintf("sequence tag mismatch (got:%+v, want:0/%d/%t)", t, expectedTag, compoundType), fieldName}
829 matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
878 (!matchAny && t.isCompound != compoundType) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/asn1/
H A Dasn1.go596 matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
622 …if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag…
623 ….Sprintf("sequence tag mismatch (got:%+v, want:0/%d/%t)", t, expectedTag, compoundType), fieldName}
829 matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
878 (!matchAny && t.isCompound != compoundType) {
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/google/certificate-transparency-go/asn1/
H A Dasn1.go596 matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
622 …if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag…
623 ….Sprintf("sequence tag mismatch (got:%+v, want:0/%d/%t)", t, expectedTag, compoundType), fieldName}
829 matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
878 (!matchAny && t.isCompound != compoundType) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/asn1/
H A Dasn1.go596 matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
622 …if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag…
623 ….Sprintf("sequence tag mismatch (got:%+v, want:0/%d/%t)", t, expectedTag, compoundType), fieldName}
829 matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
878 (!matchAny && t.isCompound != compoundType) {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/asn1/
H A Dasn1.go596 matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
622 …if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag…
623 ….Sprintf("sequence tag mismatch (got:%+v, want:0/%d/%t)", t, expectedTag, compoundType), fieldName}
829 matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
878 (!matchAny && t.isCompound != compoundType) {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/asn1/
H A Dasn1.go596 matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
622 …if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag…
623 ….Sprintf("sequence tag mismatch (got:%+v, want:0/%d/%t)", t, expectedTag, compoundType), fieldName}
829 matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
878 (!matchAny && t.isCompound != compoundType) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/asn1/
H A Dasn1.go596 matchAny, expectedTag, compoundType, ok := getUniversalType(elemType)
622 …if !matchAny && (t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag…
623 ….Sprintf("sequence tag mismatch (got:%+v, want:0/%d/%t)", t, expectedTag, compoundType), fieldName}
829 matchAny, universalTag, compoundType, ok1 := getUniversalType(fieldType)
878 (!matchAny && t.isCompound != compoundType) {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/encoding/asn1/
H A Dasn1.go517 expectedTag, compoundType, ok := getUniversalType(elemType)
543 if t.class != ClassUniversal || t.isCompound != compoundType || t.tag != expectedTag {
663 universalTag, compoundType, ok1 := getUniversalType(fieldType)
747 if t.class != expectedClass || t.tag != expectedTag || t.isCompound != compoundType {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/snmp/asn1/
H A Dasn1.go487 expectedTag, compoundType, ok := getUniversalType(elemType)
513 if t.class != classUniversal || t.isCompound != compoundType || t.tag != expectedTag {
633 universalTag, compoundType, ok1 := getUniversalType(fieldType)
717 if t.class != expectedClass || t.tag != expectedTag || t.isCompound != compoundType {

1234