Home
last modified time | relevance | path

Searched refs:GetFrom (Results 1 – 25 of 1510) sorted by relevance

12345678910>>...61

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Drange.hpp217 return GetFrom() == r.GetFrom() && GetToOpen() == r.GetToOpen(); in operator ==()
225 return GetFrom() < r.GetFrom() || in operator <()
226 (GetFrom() == r.GetFrom() && GetToOpen() < r.GetToOpen()); in operator <()
230 return GetFrom() < r.GetFrom() || in operator <=()
231 (GetFrom() == r.GetFrom() && GetToOpen() <= r.GetToOpen()); in operator <=()
235 return GetFrom() > r.GetFrom() || in operator >()
236 (GetFrom() == r.GetFrom() && GetToOpen() > r.GetToOpen()); in operator >()
240 return GetFrom() > r.GetFrom() || in operator >=()
241 (GetFrom() == r.GetFrom() && GetToOpen() >= r.GetToOpen()); in operator >=()
314 return TThisType(max(GetFrom(), r.GetFrom()), in IntersectionWith()
[all …]
H A Drange_set.hpp124 position_type GetFrom() const in GetFrom() function in CRangeSet
272 const_iterator it = find(r.GetFrom()); in x_Intersects()
279 const_iterator it = find(r.GetFrom()); in x_Contains()
280 … bool contains = it != end() && it->GetFrom() <= r.GetFrom() && it->GetToOpen() >= r.GetToOpen(); in x_Contains()
327 x_TrimBefore(r.GetFrom()); in x_IntersectWith()
335 position_type pos_from = r.GetFrom(); in x_CombineWith()
366 iterator it = find(r.GetFrom()); in x_Subtract()
367 if ( it != m_Ranges.end() && it->GetFrom() < r.GetFrom() ) { in x_Subtract()
369 m_Ranges.insert(it, TOpenRange(it->GetFrom(), r.GetFrom())); in x_Subtract()
424 while ( it != m_Ranges.end() && rr.GetFrom() >= it->GetFrom() ) { in x_CombineWithAndKeepAbutting()
[all …]
H A Drange_coll.hpp123 position_type GetFrom() const in GetFrom() function in CRangeCollection
126 return begin()->GetFrom(); in GetFrom()
152 position_type From = begin()->GetFrom(); in GetLength()
171 position_type From = begin()->GetFrom(); in GetLimits()
277 bool b_contains = it != end() && it->GetFrom() >= pos; in x_Find()
293 contains = (it->GetFrom() <= r.GetFrom() && in x_Contains()
306 if(it_right->GetFrom() <= pos_to) { //intersects in x_IntersectWith()
313 position_type pos_from = r.GetFrom(); in x_IntersectWith()
317 if(it_left->GetFrom() < pos_from) in x_IntersectWith()
328 position_type pos_from = r.GetFrom(); in x_CombineWith()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Drange.hpp217 return GetFrom() == r.GetFrom() && GetToOpen() == r.GetToOpen(); in operator ==()
225 return GetFrom() < r.GetFrom() || in operator <()
226 (GetFrom() == r.GetFrom() && GetToOpen() < r.GetToOpen()); in operator <()
230 return GetFrom() < r.GetFrom() || in operator <=()
231 (GetFrom() == r.GetFrom() && GetToOpen() <= r.GetToOpen()); in operator <=()
235 return GetFrom() > r.GetFrom() || in operator >()
236 (GetFrom() == r.GetFrom() && GetToOpen() > r.GetToOpen()); in operator >()
240 return GetFrom() > r.GetFrom() || in operator >=()
241 (GetFrom() == r.GetFrom() && GetToOpen() >= r.GetToOpen()); in operator >=()
314 return TThisType(max(GetFrom(), r.GetFrom()), in IntersectionWith()
[all …]
H A Drange_set.hpp124 position_type GetFrom() const in GetFrom() function in CRangeSet
272 const_iterator it = find(r.GetFrom()); in x_Intersects()
279 const_iterator it = find(r.GetFrom()); in x_Contains()
280 … bool contains = it != end() && it->GetFrom() <= r.GetFrom() && it->GetToOpen() >= r.GetToOpen(); in x_Contains()
327 x_TrimBefore(r.GetFrom()); in x_IntersectWith()
335 position_type pos_from = r.GetFrom(); in x_CombineWith()
366 iterator it = find(r.GetFrom()); in x_Subtract()
367 if ( it != m_Ranges.end() && it->GetFrom() < r.GetFrom() ) { in x_Subtract()
369 m_Ranges.insert(it, TOpenRange(it->GetFrom(), r.GetFrom())); in x_Subtract()
424 while ( it != m_Ranges.end() && rr.GetFrom() >= it->GetFrom() ) { in x_CombineWithAndKeepAbutting()
[all …]
H A Drange_coll.hpp123 position_type GetFrom() const in GetFrom() function in CRangeCollection
126 return begin()->GetFrom(); in GetFrom()
152 position_type From = begin()->GetFrom(); in GetLength()
171 position_type From = begin()->GetFrom(); in GetLimits()
277 bool b_contains = it != end() && it->GetFrom() >= pos; in x_Find()
293 contains = (it->GetFrom() <= r.GetFrom() && in x_Contains()
306 if(it_right->GetFrom() <= pos_to) { //intersects in x_IntersectWith()
313 position_type pos_from = r.GetFrom(); in x_IntersectWith()
317 if(it_left->GetFrom() < pos_from) in x_IntersectWith()
328 position_type pos_from = r.GetFrom(); in x_CombineWith()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/mergetree/
H A Dequiv_range.cpp136 if(A.Query.GetFrom() != B.Query.GetFrom()) in operator <()
140 else if(A.Subjt.GetFrom() != B.Subjt.GetFrom()) in operator <()
151 if(A.Subjt.GetFrom() != B.Subjt.GetFrom()) in s_SortEquivBySubjt()
155 else if(A.Query.GetFrom() != B.Query.GetFrom()) in s_SortEquivBySubjt()
208 else if(Check.Query.GetFrom() > Query.GetFrom() && in END_SCOPE()
212 Check.Subjt.GetFrom() > Subjt.GetFrom()) in END_SCOPE()
222 else if(Check.Query.GetFrom() > Query.GetFrom() && in END_SCOPE()
223 Check.Subjt.GetFrom() > Subjt.GetFrom()) in END_SCOPE()
287 else if(Check.Query.GetFrom() > Query.GetFrom() && in CalcRelativeDuo()
291 Check.Subjt.GetFrom() > Subjt.GetFrom()) in CalcRelativeDuo()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/alnmgr/
H A Dsparse_ci.cpp114 from = m_NextRowRg.GetFrom(); in x_InitSegment()
116 left_offset = m_NextRowRg.GetFrom() - m_RowIt.GetFirstRange().GetFrom(); in x_InitSegment()
120 from = m_NextAnchorRg.GetFrom(); in x_InitSegment()
130 from = min(m_NextAnchorRg.GetFrom(), m_NextRowRg.GetFrom()); in x_InitSegment()
133 if (m_NextAnchorRg.GetFrom() > from) { in x_InitSegment()
139 else if (m_NextRowRg.GetFrom() > from) { in x_InitSegment()
159 m_RowIt.GetFirstRange().GetFrom() >= to; in x_InitSegment()
175 from = max(m_NextAnchorRg.GetFrom(), m_NextRowRg.GetFrom()); in x_InitSegment()
190 if (m_NextAnchorRg.GetFrom() < to) { in x_InitSegment()
193 if (m_NextRowRg.GetFrom() < to) { in x_InitSegment()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/alnmgr/
H A Dsparse_ci.cpp114 from = m_NextRowRg.GetFrom(); in x_InitSegment()
116 left_offset = m_NextRowRg.GetFrom() - m_RowIt.GetFirstRange().GetFrom(); in x_InitSegment()
120 from = m_NextAnchorRg.GetFrom(); in x_InitSegment()
130 from = min(m_NextAnchorRg.GetFrom(), m_NextRowRg.GetFrom()); in x_InitSegment()
133 if (m_NextAnchorRg.GetFrom() > from) { in x_InitSegment()
139 else if (m_NextRowRg.GetFrom() > from) { in x_InitSegment()
159 m_RowIt.GetFirstRange().GetFrom() >= to; in x_InitSegment()
175 from = max(m_NextAnchorRg.GetFrom(), m_NextRowRg.GetFrom()); in x_InitSegment()
190 if (m_NextAnchorRg.GetFrom() < to) { in x_InitSegment()
193 if (m_NextRowRg.GetFrom() < to) { in x_InitSegment()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/
H A Dhitlist.cpp75 if (a->m_SeqRange1.GetFrom() < b->m_SeqRange1.GetFrom()) in operator ()()
77 if (a->m_SeqRange1.GetFrom() > b->m_SeqRange1.GetFrom()) in operator ()()
85 if (a->m_SeqRange2.GetFrom() < b->m_SeqRange2.GetFrom()) in operator ()()
87 if (a->m_SeqRange2.GetFrom() > b->m_SeqRange2.GetFrom()) in operator ()()
283 if (new_subhit->m_SeqRange1.GetFrom() - in MatchOverlappingSubHits()
285 new_subhit->m_SeqRange2.GetFrom() - in MatchOverlappingSubHits()
299 new_subhit->m_SeqRange1.GetFrom(), in MatchOverlappingSubHits()
304 new_subhit->m_SeqRange2.GetFrom(), in MatchOverlappingSubHits()
371 if (a->m_SeqRange1.GetFrom() < b->m_SeqRange1.GetFrom()) in operator ()()
373 if (a->m_SeqRange1.GetFrom() > b->m_SeqRange1.GetFrom()) in operator ()()
[all …]
H A Dhit.cpp118 TOffsetPair start_off(m_SeqRange1.GetFrom(), in GetRangeFromSeq2()
119 m_SeqRange2.GetFrom()); in GetRangeFromSeq2()
126 target_off = seq_range2.GetFrom(); in GetRangeFromSeq2()
154 TOffsetPair start_off(m_SeqRange1.GetFrom(), in GetRangeFromSeq1()
155 m_SeqRange2.GetFrom()); in GetRangeFromSeq1()
162 target_off = seq_range1.GetFrom(); in GetRangeFromSeq1()
206 if (a->m_SeqRange1.GetFrom() < b->m_SeqRange1.GetFrom()) in operator ()()
208 if (a->m_SeqRange1.GetFrom() > b->m_SeqRange1.GetFrom()) in operator ()()
323 TRange new_q_range1(seq1range1.GetFrom(), seq2range1.GetFrom() - 1); in ResolveSubHitConflicts()
329 TOffsetPair(seq1range1.GetFrom(), in ResolveSubHitConflicts()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dgnomon_model.cpp403 if(m_max_cds_limits.GetFrom() == m_stop.GetFrom()) in SetStop()
574 if (m_max_cds_limits.GetFrom() < limits.GetFrom()) in Clip()
625 if(hole.GetFrom() <= m_reading_frame.GetFrom()) in Cut()
768 if (MyExons()[i].GetFrom()<hole.GetFrom()) { in CutExons()
822 …if (RealCdsLimits().GetFrom() < cds_clip_limits.GetFrom() && cds_clip_limits.GetFrom() < ReadingFr… in Clip()
849 if(e->GetFrom() <= clip_limits.GetFrom()) in Clip()
851 if(e->GetFrom() < clip_limits.GetFrom()) in Clip()
956 return alimits.GetFrom() < limits.GetFrom() && alimits.GetTo() > limits.GetFrom(); in MutualExtension()
961 return limits.GetFrom() < alimits.GetFrom() && limits.GetTo() > alimits.GetFrom(); in MutualExtension()
1165 (!m_fsplice || GetFrom() <= e.GetFrom()) && in Extend()
[all …]
H A Daligncollapser.cpp80 … a.AddExon(TSignedSeqRange(ali.m_range.GetFrom(), m_introns.front().m_range.GetFrom()), fs, ss); in GetAlignment()
119 else if(a.m_range.GetFrom() != b.m_range.GetFrom()) in operator ()()
120 return a.m_range.GetFrom() < b.m_range.GetFrom(); in operator ()()
484 …(align.Strand() == eMinus && align.Limits().GetFrom() != old_limits.GetFrom()))) { // clipped pol… in ClipNotSupportedFlanks()
490 … (align.Strand() == ePlus && align.Limits().GetFrom() != old_limits.GetFrom()))) { // clipped cap in ClipNotSupportedFlanks()
645 …(align.Strand() == eMinus && align.Limits().GetFrom() != old_limits.GetFrom()))) { // clipped pol… in RemoveNotSupportedIntronsFromTranscript()
651 … (align.Strand() == ePlus && align.Limits().GetFrom() != old_limits.GetFrom()))) { // clipped cap in RemoveNotSupportedIntronsFromTranscript()
870 tlim.SetFrom(tlim.GetFrom()+p+2-elim.GetFrom()); in CleanSelfTranscript()
1846 } else if(a->Limits().GetFrom() != b->Limits().GetFrom()) { in operator ()()
1847 return a->Limits().GetFrom() < b->Limits().GetFrom(); in operator ()()
[all …]
H A Dchainer.cpp1233 else if(alimits.GetFrom() == blimits.GetFrom()) in operator ()()
1792 if(alimits.GetFrom() == blimits.GetFrom()) in operator ()()
1818 else if(alimits.GetFrom() == blimits.GetFrom()) in operator ()()
2348 if(ai_rf.GetFrom() != aj_rf.GetFrom()) { in CanIncludeJinI()
3197 if(n_rf.GetFrom() <= i_rf.GetFrom()) { in MakeChains()
3471 …if (ap->Limits().GetFrom() != bp->Limits().GetFrom()) return ap->Limits().GetFrom() < bp->Limits()… in operator ()()
4878 if(limits.GetFrom() > Limits().GetFrom()) { in ClipChain()
4919 if(limits.GetFrom() > m_supported_range.GetFrom()) in ClipChain()
4959 if(new_limits.GetFrom() < old_limits.GetFrom()) { in SetConfirmedEnds()
4997 if(new_limits.GetFrom() < old_limits.GetFrom()) in SetConfirmedEnds()
[all …]
H A Dgnomon_seq.cpp203 reading_frame_start = rf.GetFrom(); in FindStartsStops()
509 …(orientation == eMinus && transcript_exons.front().GetFrom() > transcript_exons.back().GetFrom())); in CAlignMap()
598 if(lim.GetFrom() >= start) { in CAlignMap()
599 start = lim.GetFrom(); in CAlignMap()
764 TSignedSeqPos tp = m_edited_ranges[numa].GetFrom()+a-m_orig_ranges[numa].GetFrom(); in ShrinkToRealPoints()
792 TSignedSeqPos tp = m_edited_ranges[numb].GetFrom()+b-m_orig_ranges[numb].GetFrom(); in ShrinkToRealPoints()
829 if(p < a.front().GetFrom()) { in MapAtoB()
867 } else if(p == a[num].GetFrom()) { in MapAtoB()
871 return b[num].GetFrom(); in MapAtoB()
874 return b[num].GetFrom()+p-a[num].GetFrom(); in MapAtoB()
[all …]
H A Dselect_alignments_alt.cpp67 if(a.Exons()[i].GetFrom() == b.Exons()[j].GetFrom() ) in CountCommonSplices()
88 int common_point = (acds & bcds).GetFrom(); in AreSimilar()
89 …if(a.FShiftedLen(acds.GetFrom(),common_point,false)%3 != b.FShiftedLen(bcds.GetFrom(),common_point… in AreSimilar()
95 TSignedSeqPos mutual_min = intersection.GetFrom(); in AreSimilar()
103 while(amax >=0 && a.Exons()[amax].GetFrom() > mutual_max) --amax; in AreSimilar()
111 while(bmax >=0 && b.Exons()[bmax].GetFrom() > mutual_max) --bmax; in AreSimilar()
121 …if(abs(max(mutual_min,a.Exons()[amin].GetFrom())-max(mutual_min,b.Exons()[bmin].GetFrom())) >= tol… in AreSimilar()
144 TSignedSeqRange intron(algn.Exons()[i-1].GetTo()+1,algn.Exons()[i].GetFrom()-1); in RangeNestedInIntron()
164 TSignedSeqRange introna(a.Exons()[i-1].GetTo()+1,a.Exons()[i].GetFrom()-1); in HaveCommonExonOrIntron()
166 TSignedSeqRange intronb(b.Exons()[j-1].GetTo()+1,b.Exons()[j].GetFrom()-1); in HaveCommonExonOrIntron()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/ice/v2/
H A Dicecontrol_test.go13 if err := c.GetFrom(m); !errors.Is(err, stun.ErrAttributeNotFound) {
24 if err := c1.GetFrom(m1); err != nil {
34 if err := c2.GetFrom(m3); !stun.IsAttrSizeInvalid(err) {
43 if err := c.GetFrom(m); !errors.Is(err, stun.ErrAttributeNotFound) {
54 if err := c1.GetFrom(m1); err != nil {
64 if err := c2.GetFrom(m3); !stun.IsAttrSizeInvalid(err) {
74 if err := c.GetFrom(m); !errors.Is(err, stun.ErrAttributeNotFound) {
94 if err := c1.GetFrom(m1); err != nil {
104 if err := c2.GetFrom(m3); !stun.IsAttrSizeInvalid(err) {
125 if err := c1.GetFrom(m1); err != nil {
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/ice/
H A Dicecontrol_test.go12 if err := c.GetFrom(m); err != stun.ErrAttributeNotFound {
23 if err := c1.GetFrom(m1); err != nil {
33 if err := c2.GetFrom(m3); !stun.IsAttrSizeInvalid(err) {
42 if err := c.GetFrom(m); err != stun.ErrAttributeNotFound {
53 if err := c1.GetFrom(m1); err != nil {
63 if err := c2.GetFrom(m3); !stun.IsAttrSizeInvalid(err) {
73 if err := c.GetFrom(m); err != stun.ErrAttributeNotFound {
80 if err := c.GetFrom(m); err != stun.ErrAttributeNotFound {
93 if err := c1.GetFrom(m1); err != nil {
103 if err := c2.GetFrom(m3); !stun.IsAttrSizeInvalid(err) {
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dcdd_pssm_input.cpp270 int q_from = (*it)->m_QueryRange.GetFrom(); in x_CreateMsa()
557 int d_from = max(seg_range.GetFrom(), in IntersectWith()
558 r_itr->GetFrom()) - seg_range.GetFrom(); in IntersectWith()
630 if (m_SegmentList.front()->m_QueryRange.GetFrom() >= to in Subtract()
665 if ((*it)->m_QueryRange.GetFrom() < from) { in Subtract()
681 int d_from = to - new_seg->m_QueryRange.GetFrom(); in Subtract()
697 if ((*it)->m_QueryRange.GetFrom() >= from) { in Subtract()
725 if ((*it)->m_QueryRange.GetFrom() < to) { in Subtract()
730 _ASSERT((*it)->m_QueryRange.GetFrom() in Subtract()
790 m_QueryRange.SetFrom(m_QueryRange.GetFrom() + d_from); in AdjustRanges()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dcdd_pssm_input.cpp270 int q_from = (*it)->m_QueryRange.GetFrom(); in x_CreateMsa()
557 int d_from = max(seg_range.GetFrom(), in IntersectWith()
558 r_itr->GetFrom()) - seg_range.GetFrom(); in IntersectWith()
630 if (m_SegmentList.front()->m_QueryRange.GetFrom() >= to in Subtract()
665 if ((*it)->m_QueryRange.GetFrom() < from) { in Subtract()
681 int d_from = to - new_seg->m_QueryRange.GetFrom(); in Subtract()
697 if ((*it)->m_QueryRange.GetFrom() >= from) { in Subtract()
725 if ((*it)->m_QueryRange.GetFrom() < to) { in Subtract()
730 _ASSERT((*it)->m_QueryRange.GetFrom() in Subtract()
790 m_QueryRange.SetFrom(m_QueryRange.GetFrom() + d_from); in AdjustRanges()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/align_format/
H A Dvectorscreen.cpp143 from1 = info1->GetSeqRange(0).GetFrom(); in AlnFromRangeAscendingSort()
144 from2 = info2->GetSeqRange(0).GetFrom(); in AlnFromRangeAscendingSort()
184 seqalign.GetSeqRange(0).GetFrom()); in x_GetEdgeRanges()
186 seqalign.GetSeqRange(0).GetFrom()); in x_GetEdgeRanges()
224 seqalign.GetSeqRange(0).GetFrom()); in x_GetMatchType()
226 seqalign.GetSeqRange(0).GetFrom()); in x_GetMatchType()
270 cur_range.Set((*iter)->GetSeqRange(0).GetFrom(), in x_MergeLowerRankSeqalign()
297 iter_higher->GetFrom() && in x_MergeLowerRankSeqalign()
349 if (cur_range.GetFrom() <= next_range.GetFrom() && in x_MergeInclusiveSeqalign()
673 if ((*iter_lower)->range.GetFrom() > (*iter_higher)->range.GetFrom()) { in x_BuildNonOverlappingRange()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/align_format/
H A Dvectorscreen.cpp143 from1 = info1->GetSeqRange(0).GetFrom(); in AlnFromRangeAscendingSort()
144 from2 = info2->GetSeqRange(0).GetFrom(); in AlnFromRangeAscendingSort()
184 seqalign.GetSeqRange(0).GetFrom()); in x_GetEdgeRanges()
186 seqalign.GetSeqRange(0).GetFrom()); in x_GetEdgeRanges()
224 seqalign.GetSeqRange(0).GetFrom()); in x_GetMatchType()
226 seqalign.GetSeqRange(0).GetFrom()); in x_GetMatchType()
270 cur_range.Set((*iter)->GetSeqRange(0).GetFrom(), in x_MergeLowerRankSeqalign()
297 iter_higher->GetFrom() && in x_MergeLowerRankSeqalign()
349 if (cur_range.GetFrom() <= next_range.GetFrom() && in x_MergeInclusiveSeqalign()
673 if ((*iter_lower)->range.GetFrom() > (*iter_higher)->range.GetFrom()) { in x_BuildNonOverlappingRange()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/biblio/
H A DCit_art.cpp75 switch ( GetFrom().Which() ) { in GetLabelV1()
77 journal = &GetFrom().GetJournal(); in GetLabelV1()
82 book = &GetFrom().GetBook(); in GetLabelV1()
89 book = &GetFrom().GetProc().GetBook(); in GetLabelV1()
105 switch (GetFrom().Which()) { in GetLabelV2()
109 return GetFrom().GetJournal() in GetLabelV2()
112 return x_GetLabelV2(label, flags, GetFrom().GetBook()); in GetLabelV2()
114 return x_GetLabelV2(label, flags, GetFrom().GetProc().GetBook()); in GetLabelV2()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/biblio/
H A DCit_art.cpp75 switch ( GetFrom().Which() ) { in GetLabelV1()
77 journal = &GetFrom().GetJournal(); in GetLabelV1()
82 book = &GetFrom().GetBook(); in GetLabelV1()
89 book = &GetFrom().GetProc().GetBook(); in GetLabelV1()
105 switch (GetFrom().Which()) { in GetLabelV2()
109 return GetFrom().GetJournal() in GetLabelV2()
112 return x_GetLabelV2(label, flags, GetFrom().GetBook()); in GetLabelV2()
114 return x_GetLabelV2(label, flags, GetFrom().GetProc().GetBook()); in GetLabelV2()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/stun/
H A Drfc5769_test.go35 if err := software.GetFrom(m); err != nil {
67 if err := u.GetFrom(m); err != nil {
75 if err := n.GetFrom(m); err != nil {
82 if err := r.GetFrom(m); err != nil {
120 if err := software.GetFrom(m); err != nil {
130 if err := addr.GetFrom(m); err != nil {
165 if err := software.GetFrom(m); err != nil {
175 if err := addr.GetFrom(m); err != nil {

12345678910>>...61