Home
last modified time | relevance | path

Searched refs:GetScope (Results 251 – 275 of 1773) sorted by relevance

1...<<11121314151617181920>>...71

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/alnmgr/
H A Dalnvec.hpp64 CScope& GetScope(void) const;
247 CScope& CAlnVec::GetScope(void) const in GetScope() function in CAlnVec
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/alnmgr/
H A Dalnvec.hpp64 CScope& GetScope(void) const;
247 CScope& CAlnVec::GetScope(void) const in GetScope() function in CAlnVec
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dseqid_guesser.cpp232 CBioseq_Handle bsh = m_SeqEntry.GetScope().GetBioseqHandle(*id); in FindMatches()
242 CBioseq_Handle bsh = m_SeqEntry.GetScope().GetBioseqHandle(*(it->second)); in FindMatches()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/config/
H A Dapplyrule.hpp32 Dictionary::Ptr GetScope() const;
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DnsNetAddr.cpp99 NS_IMETHODIMP nsNetAddr::GetScope(uint32_t* aScope) { in GetScope() function in nsNetAddr
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dicon_list.h88 IconListScope GetScope() const { return (m_eScope); } in GetScope() function
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DnsNetAddr.cpp99 NS_IMETHODIMP nsNetAddr::GetScope(uint32_t* aScope) { in GetScope() function in nsNetAddr
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsNetAddr.cpp99 NS_IMETHODIMP nsNetAddr::GetScope(uint32_t* aScope) { in GetScope() function in nsNetAddr
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsNetAddr.cpp99 NS_IMETHODIMP nsNetAddr::GetScope(uint32_t* aScope) { in GetScope() function in nsNetAddr
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/sequence/
H A Dmake_cdr_prods.cpp81 CSeqTranslator::Translate(**feat, handle.GetScope(), prot); in MakeCdrProds()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/table2asn/
H A Dtable2asn.hpp94 CRef<CScope> GetScope();
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/validator/
H A Dutilities.cpp161 CScope& scope = seh.GetScope(); in IsFarLocation()
1574 &curr_label, feature::fFGL_Content, &(feat.GetScope())); in s_AreFeatureLabelsSame()
1576 &prev_label, feature::fFGL_Content, &(prev.GetScope())); in s_AreFeatureLabelsSame()
1653 CBioseq_Handle bsh1 = f1.GetScope().GetBioseqHandle(f1.GetLocation()); in s_AreFullLengthCodingRegionsWithDifferentFrames()
1657 CBioseq_Handle bsh2 = f2.GetScope().GetBioseqHandle(f2.GetLocation()); in s_AreFullLengthCodingRegionsWithDifferentFrames()
1712 CScope& scope = f1.GetScope(); in s_AreLinkedToDifferentFeats()
1773 fh1.GetScope()) in s_AreLinkedToDifferentFeats()
1776 &(fh1.GetScope()), in s_AreLinkedToDifferentFeats()
1845 if (!s_IsSameStrand(feat1_loc, feat2_loc, f1.GetScope()) || in IsDuplicate()
1846 sequence::Compare(feat1_loc, feat2_loc, &(f1.GetScope()), in IsDuplicate()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/hgvs/
H A Dhgvs_parser2.cpp662 CVariationUtil vu(context.GetScope()); in x_general_pos()
826 bsh.GetScope(), in GetUniquePrimaryTranscriptId()
866 CBioseq_Handle bsh = context.GetScope().GetBioseqHandle(idh); in x_header()
895 context.GetScope(), in x_header()
1074 CVariationUtil util(context.GetScope()); in x_location()
1433 CVariationUtil util(context.GetScope()); in x_no_change()
1555 context.GetScope()); in x_ssr()
1622 CVariationUtil util(context.GetScope()); in x_translocation()
2026 AdjustMoltype(*vr, context.GetScope()); in x_root()
2086 sx_AppendMoltypeExceptions(*vr, context.GetScope()); in AsVariation()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Ddim.cxx321 if( pDef->GetScope() == SbLOCAL ) in DefVar()
322 if (auto eOldScope = pOld->GetScope(); eOldScope != SbLOCAL && eOldScope != SbPARAM) in DefVar()
356 && ( !bConst || pDef->GetScope() == SbGLOBAL ) ) in DefVar()
360 switch ( pDef->GetScope() ) in DefVar()
467 if( pDef->GetScope() == SbGLOBAL ) in DefVar()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/alnmgr/unit_test/
H A Dunit_test_alnmgr.cpp86 CScope& GetScope(void) in GetScope() function
131 TScopeAlnSeqIdConverter id_conv(&GetScope()); in InitAlnStats()
874 CSparseAln sparse_aln(built_aln, GetScope()); in BOOST_AUTO_TEST_CASE()
945 CSparseAln sparse_aln(built_aln, GetScope()); in BOOST_AUTO_TEST_CASE()
949 …eq_align> aln = CreateSeqAlignFromAnchoredAln(built_aln, CSeq_align::TSegs::e_Denseg, &GetScope()); in BOOST_AUTO_TEST_CASE()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h65 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wafv2/include/aws/wafv2/model/
H A DGetManagedRuleSetRequest.h105 inline const Scope& GetScope() const{ return m_scope; } in GetScope() function
H A DGetRegexPatternSetRequest.h89 inline const Scope& GetScope() const{ return m_scope; } in GetScope() function
H A DGetWebACLRequest.h97 inline const Scope& GetScope() const{ return m_scope; } in GetScope() function
H A DGetIPSetRequest.h97 inline const Scope& GetScope() const{ return m_scope; } in GetScope() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; }
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Symbol/
H A DVariable.h65 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Symbol/
H A DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope() function

1...<<11121314151617181920>>...71