Home
last modified time | relevance | path

Searched refs:CustomTags (Results 1 – 25 of 126) sorted by relevance

123456

/dports/biology/bamtools/bamtools-2.5.2/src/api/internal/sam/
H A DSamFormatPrinter_p.cpp76 if (!m_header.CustomTags.empty()) { in PrintHD()
77 for (std::size_t i = 0; i < m_header.CustomTags.size(); ++i) { in PrintHD()
121 if (!seq.CustomTags.empty()) { in PrintSQ()
122 for (std::size_t i = 0; i < seq.CustomTags.size(); ++i) { in PrintSQ()
123 const CustomHeaderTag& customTag = seq.CustomTags[i]; in PrintSQ()
201 if (!rg.CustomTags.empty()) { in PrintRG()
202 for (std::size_t i = 0; i < rg.CustomTags.size(); ++i) { in PrintRG()
203 const CustomHeaderTag& customTag = rg.CustomTags[i]; in PrintRG()
246 if (!pg.CustomTags.empty()) { in PrintPG()
247 for (std::size_t i = 0; i < pg.CustomTags.size(); ++i) { in PrintPG()
[all …]
H A DSamFormatParser_p.cpp94 m_header.CustomTags.push_back(otherTag); in ParseHDLine()
138 seq.CustomTags.push_back(otherTag); in ParseSQLine()
200 rg.CustomTags.push_back(otherTag); in ParseRGLine()
245 pg.CustomTags.push_back(otherTag); in ParsePGLine()
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/
H A DProgramInfo.h91 std::map<std::string, std::string> CustomTags() const;
128 ProgramInfo& CustomTags(std::map<std::string, std::string> custom);
H A DSequenceInfo.h104 std::map<std::string, std::string> CustomTags() const;
145 SequenceInfo& CustomTags(std::map<std::string, std::string> custom);
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/internal/
H A DProgramInfo.inl18 inline std::map<std::string, std::string> ProgramInfo::CustomTags() const function in PacBio::BAM::ProgramInfo
21 inline ProgramInfo& ProgramInfo::CustomTags(std::map<std::string, function in PacBio::BAM::ProgramInfo
H A DSequenceInfo.inl38 inline std::map<std::string, std::string> SequenceInfo::CustomTags() const function in PacBio::BAM::SequenceInfo
41 inline SequenceInfo& SequenceInfo::CustomTags(std::map<std::string, std::string> custom) function in PacBio::BAM::SequenceInfo
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAStreamWriter/include/
H A DCOLLADASWExtraTechnique.h102 typedef std::map<String, CustomTagData> CustomTags; typedef
132 CustomTags mCustomTags;
206 void addCustomTags(COLLADASW::Technique & technique, const CustomTags & customTags) const;
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Dcustomization_passes.go123 ref.CustomTags = append(ref.CustomTags, ShapeTag{
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Dcustomization_passes.go123 ref.CustomTags = append(ref.CustomTags, ShapeTag{
/dports/biology/bamtools/bamtools-2.5.2/src/api/
H A DSamProgram.h45 std::vector<CustomHeaderTag> CustomTags; // optional custom tags member
H A DSamHeader.h55 std::vector<CustomHeaderTag> CustomTags; // optional custom tags on @HD line member
H A DSamSequence.cpp85 CustomTags.clear(); in Clear()
H A DSamSequence.h46 std::vector<CustomHeaderTag> CustomTags; // optional custom tags member
H A DSamReadGroup.h58 std::vector<CustomHeaderTag> CustomTags; // optional custom tags member
H A DSamReadGroup.cpp90 CustomTags.clear(); in Clear()
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Dcustomization_passes.go153 ref.CustomTags = append(ref.CustomTags, ShapeTag{
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/private/model/api/
H A Dcustomization_passes.go153 ref.CustomTags = append(ref.CustomTags, ShapeTag{
/dports/dns/cli53/cli53-0.8.18/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Dcustomization_passes.go153 ref.CustomTags = append(ref.CustomTags, ShapeTag{
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Dcustomization_passes.go153 ref.CustomTags = append(ref.CustomTags, ShapeTag{
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Dcustomization_passes.go153 ref.CustomTags = append(ref.CustomTags, ShapeTag{
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/private/model/api/
H A Dcustomization_passes.go153 ref.CustomTags = append(ref.CustomTags, ShapeTag{
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Dcustomization_passes.go123 ref.CustomTags = append(ref.CustomTags, ShapeTag{
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Dcustomization_passes.go153 ref.CustomTags = append(ref.CustomTags, ShapeTag{
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Dcustomization_passes.go153 ref.CustomTags = append(ref.CustomTags, ShapeTag{
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/aws/aws-sdk-go/private/model/api/
H A Dcustomization_passes.go153 ref.CustomTags = append(ref.CustomTags, ShapeTag{

123456