Home
last modified time | relevance | path

Searched defs:TRow (Results 1 – 25 of 90) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.DataSetExtensions/System/Data/
H A DEnumerableRowCollectionExtensions.cs29 Func<TRow, bool> predicate) in Where()
42 Func<TRow, TKey> keySelector) in OrderBy()
56 Func<TRow, TKey> keySelector, in OrderBy()
70 Func<TRow, TKey> keySelector) in OrderByDescending()
84 Func<TRow, TKey> keySelector, in OrderByDescending()
99 Func<TRow, TKey> keySelector) in ThenBy()
116 Func<TRow, TKey> keySelector, in ThenBy()
134 Func<TRow, TKey> keySelector) in ThenByDescending()
151 Func<TRow, TKey> keySelector, in ThenByDescending()
171 Func<TRow, S> selector) in Select()
H A DEnumerableRowCollection.cs118 …(EnumerableRowCollection<TRow> source, IEnumerable<TRow> enumerableRows, Func<TRow, TRow> selector) in EnumerableRowCollection()
314 internal void AddPredicate(Func<TRow, bool> pred) in AddPredicate()
323 …internal void AddSortExpression<TKey>(Func<TRow, TKey> keySelector, bool isDescending, bool isOrde… in AddSortExpression()
332 Func<TRow, TKey> keySelector, in AddSortExpression()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.DataSetExtensions/src/System/Data/
H A DEnumerableRowCollectionExtensions.cs19 …Collection<TRow> Where<TRow>(this EnumerableRowCollection<TRow> source, Func<TRow, bool> predicate) in Where()
30 …on<TRow> OrderBy<TRow, TKey>(this EnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelect… in OrderBy()
42 …on<TRow> OrderBy<TRow, TKey>(this EnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelect… in OrderBy()
53 …rderByDescending<TRow, TKey>(this EnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelect… in OrderByDescending()
65 …rderByDescending<TRow, TKey>(this EnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelect… in OrderByDescending()
77 …w> ThenBy<TRow, TKey>(this OrderedEnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelect… in ThenBy()
89 …w> ThenBy<TRow, TKey>(this OrderedEnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelect… in ThenBy()
101 …escending<TRow, TKey>(this OrderedEnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelect… in ThenByDescending()
113 …escending<TRow, TKey>(this OrderedEnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelect… in ThenByDescending()
127 …RowCollection<S> Select<TRow, S>(this EnumerableRowCollection<TRow> source, Func<TRow, S> selector) in Select()
H A DEnumerableRowCollection.cs102 …(EnumerableRowCollection<TRow> source, IEnumerable<TRow> enumerableRows, Func<TRow, TRow> selector) in EnumerableRowCollection()
144 internal void AddPredicate(Func<TRow, bool> pred) in AddPredicate()
153 …internal void AddSortExpression<TKey>(Func<TRow, TKey> keySelector, bool isDescending, bool isOrde… in AddSortExpression()
161 …internal void AddSortExpression<TKey>(Func<TRow, TKey> keySelector, IComparer<TKey> comparer, bool… in AddSortExpression()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Data.DataSetExtensions.cs67 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
68 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
69 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
70 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
71 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
72 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
73 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
74 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
75 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
76 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Data.DataSetExtensions.cs67 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
68 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
69 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
70 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
71 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
72 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
73 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
74 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
75 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
76 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Data.DataSetExtensions.cs67 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
68 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
69 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
70 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
71 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
72 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
73 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
74 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
75 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
76 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Data.DataSetExtensions.cs67 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
68 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
69 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
70 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
71 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
72 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
73 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
74 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
75 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
76 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Data.DataSetExtensions.cs67 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
68 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
69 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
70 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
71 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
72 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
73 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
74 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
75 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
76 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Data.DataSetExtensions.cs67 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
68 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
69 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
70 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
71 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
72 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
73 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
74 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
75 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
76 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Data.DataSetExtensions.cs69 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
70 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
71 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
72 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
73 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
74 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
75 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
76 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
77 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
78 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Data.DataSetExtensions.cs69 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
70 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
71 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
72 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
73 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
74 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
75 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
76 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
77 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
78 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Data.DataSetExtensions.cs64 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
65 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
66 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
67 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
68 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
69 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
70 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
71 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
72 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
73 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.DataSetExtensions/ref/
H A DSystem.Data.DataSetExtensions.cs48 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
49 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
50 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
51 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
52 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
53 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
54 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
55 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
56 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
57 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Data.DataSetExtensions.cs102 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
103 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
104 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
105 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
106 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
107 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
108 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
109 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
110 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
111 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Data.DataSetExtensions.cs102 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
103 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderByDescending()
104 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
105 …<TRow, TKey>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in OrderBy()
106 …ect<TRow, S>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, S> selector)… in Select()
107 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
108 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenByDescending()
109 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
110 …TKey>(this System.Data.OrderedEnumerableRowCollection<TRow> source, System.Func<TRow, TKey> keySel… in ThenBy()
111 … Where<TRow>(this System.Data.EnumerableRowCollection<TRow> source, System.Func<TRow, bool> predic… in Where()
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/
H A DTRow.java34 public class TRow implements org.apache.thrift.TBase<TRow, TRow._Fields>, java.io.Serializable, Clo… class
116 public TRow() { in TRow() method in TRow
119 public TRow( in TRow() method in TRow
129 public TRow(TRow other) { in TRow() method in TRow
/dports/biology/seqan1/seqan-1.3.1/demos/tutorial/alignments/
H A Dalignment_gaps.cpp12 typedef Row<TAlign>::Type TRow; // gapped sequence type in main() typedef
H A Dalignment_pairwise_global.cpp11 typedef Row<TAlign>::Type TRow; in main() typedef
H A Dalignment_pairwise_global_assignment1.cpp11 typedef Row<TAlign>::Type TRow; in main() typedef
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/demos/tutorial/alignment/
H A Dalign_assignment1.cpp12 typedef Row<TAlign>::Type TRow; in main() typedef
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/demos/tutorial/pairwise_sequence_alignment/
H A Dalignment_global_assignment3.cpp11 typedef Row<TAlign>::Type TRow; in main() typedef
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/align/
H A Dalign_iterator_base.h64 typedef typename Row<TAlign>::Type TRow; typedef
160 typedef typename Row<TAlign>::Type TRow; in goNext() typedef
200 typedef typename Row<TAlign>::Type TRow; in goPrevious() typedef
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/align/
H A Dalign_iterator_base.h64 typedef typename Row<TAlign>::Type TRow; typedef
160 typedef typename Row<TAlign>::Type TRow; in goNext() typedef
200 typedef typename Row<TAlign>::Type TRow; in goPrevious() typedef
/dports/biology/seqan1/seqan-1.3.1/seqan/align/
H A Dalign_iterator_base.h50 typedef typename Row<TAlign>::Type TRow; typedef
155 typedef typename Row<TAlign>::Type TRow; in goNext() typedef
198 typedef typename Row<TAlign>::Type TRow; in goPrevious() typedef

1234