Home
last modified time | relevance | path

Searched refs:TList (Results 151 – 175 of 2255) sorted by relevance

12345678910>>...91

/dports/devel/py-thrift/thrift-0.14.0/lib/cpp/src/thrift/protocol/
H A DTList.h35 class TList {
37 TList() : elemType_(T_STOP), in TList() function
42 TList(TType t = T_STOP, int s = 0)
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/operations/
H A Dtypes_comparison_eq.cpp1426 scilab_fill_comparisonequal(TList, TList, LT_LT, TList, TList, Bool); in fillComparisonEqualFunction()
1428 scilab_fill_comparisonequal(List, TList, LT_LT, List, TList, Bool); in fillComparisonEqualFunction()
1429 scilab_fill_comparisonequal(TList, List, LT_LT, TList, List, Bool); in fillComparisonEqualFunction()
1530 scilab_fill_comparisonequal(TList, Int8, M_E, TList, Int8, Bool); in fillComparisonEqualFunction()
1531 scilab_fill_comparisonequal(Int8, TList, M_E, Int8, TList, Bool); in fillComparisonEqualFunction()
1532 scilab_fill_comparisonequal(TList, UInt8, M_E, TList, UInt8, Bool); in fillComparisonEqualFunction()
1533 scilab_fill_comparisonequal(UInt8, TList, M_E, UInt8, TList, Bool); in fillComparisonEqualFunction()
1535 scilab_fill_comparisonequal(TList, Int16, M_E, TList, Int16, Bool); in fillComparisonEqualFunction()
1536 scilab_fill_comparisonequal(Int16, TList, M_E, Int16, TList, Bool); in fillComparisonEqualFunction()
1742 scilab_fill_comparisonequal(Cell, TList, M_E, Cell, TList, Bool); in fillComparisonEqualFunction()
[all …]
H A Dtypes_comparison_ne.cpp1426 scilab_fill_comparison_no_equal(TList, TList, LT_LT, TList, TList, Bool); in fillComparisonNoEqualFunction()
1428 scilab_fill_comparison_no_equal(List, TList, LT_LT, List, TList, Bool); in fillComparisonNoEqualFunction()
1429 scilab_fill_comparison_no_equal(TList, List, LT_LT, TList, List, Bool); in fillComparisonNoEqualFunction()
1530 scilab_fill_comparison_no_equal(TList, Int8, M_E, TList, Int8, Bool); in fillComparisonNoEqualFunction()
1531 scilab_fill_comparison_no_equal(Int8, TList, M_E, Int8, TList, Bool); in fillComparisonNoEqualFunction()
1532 scilab_fill_comparison_no_equal(TList, UInt8, M_E, TList, UInt8, Bool); in fillComparisonNoEqualFunction()
1533 scilab_fill_comparison_no_equal(UInt8, TList, M_E, UInt8, TList, Bool); in fillComparisonNoEqualFunction()
1535 scilab_fill_comparison_no_equal(TList, Int16, M_E, TList, Int16, Bool); in fillComparisonNoEqualFunction()
1536 scilab_fill_comparison_no_equal(Int16, TList, M_E, Int16, TList, Bool); in fillComparisonNoEqualFunction()
1742 scilab_fill_comparison_no_equal(Cell, TList, M_E, Cell, TList, Bool); in fillComparisonNoEqualFunction()
[all …]
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/base/
H A Ddatabase.inc82 L : TList;
101 L : TList;
125 L : TList;
143 L : TList;
166 L : TList;
184 L : TList;
202 L : TList;
224 L : TList;
247 L : TList;
265 L : TList;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/base/
H A Ddatabase.inc82 L : TList;
101 L : TList;
125 L : TList;
143 L : TList;
166 L : TList;
184 L : TList;
202 L : TList;
224 L : TList;
247 L : TList;
265 L : TList;
[all …]
/dports/devel/loki/loki-0.1.7/include/loki/
H A DHierarchyGenerators.h56 template <class TList, template <class> class Unit>
65 typedef Typelist<T1, T2> TList; typedef
141 template <class TList>
142 struct Tuple : public GenScatterHierarchy<TList, TupleUnit>
156 typedef typename H::TList::Head ElementType;
186 typedef typename TL::TypeAt<typename H::TList, i>::Result ElementType;
246 class TList,
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/core/loki/
H A DHierarchyGenerators.h56 template <class TList, template <class> class Unit>
65 typedef Typelist<T1, T2> TList; typedef
141 template <class TList>
142 struct Tuple : public GenScatterHierarchy<TList, TupleUnit>
156 typedef typename H::TList::Head ElementType;
186 typedef typename TL::TypeAt<typename H::TList, i>::Result ElementType;
246 class TList,
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf3/vtkxdmf3/core/loki/
H A DHierarchyGenerators.h56 template <class TList, template <class> class Unit>
65 typedef Typelist<T1, T2> TList; typedef
141 template <class TList>
142 struct Tuple : public GenScatterHierarchy<TList, TupleUnit>
156 typedef typename H::TList::Head ElementType;
186 typedef typename TL::TypeAt<typename H::TList, i>::Result ElementType;
246 class TList,
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf3/vtkxdmf3/core/loki/
H A DHierarchyGenerators.h56 template <class TList, template <class> class Unit>
65 typedef Typelist<T1, T2> TList; typedef
141 template <class TList>
142 struct Tuple : public GenScatterHierarchy<TList, TupleUnit>
156 typedef typename H::TList::Head ElementType;
186 typedef typename TL::TypeAt<typename H::TList, i>::Result ElementType;
246 class TList,
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/Types/
H A DTransferQueue.hs14 import Utility.TList
18 , queuelist :: TList (Transfer, TransferInfo)
19 , deferreddownloads :: TList (Key, AssociatedFile)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/diff/test/
H A Dtest_diff.cpp77 ITERATE(CDiffList::TList, it, diff.GetList()) { in s_PrintDiff()
167 CDiffList::TList::const_iterator it = diffs.GetList().begin(); in s_CleanupAndMerge_MergeEquities()
187 CDiffList::TList::const_iterator it = diffs.GetList().begin(); in s_CleanupAndMerge_MergeEquities()
209 CDiffList::TList::const_iterator it = diffs.GetList().begin(); in s_CleanupAndMerge_MergeEquities()
235 CDiffList::TList::const_iterator it = diffs.GetList().begin(); in s_CleanupAndMerge_Cleanup()
252 CDiffList::TList::const_iterator it = diffs.GetList().begin(); in s_CleanupAndMerge_Cleanup()
269 CDiffList::TList::const_iterator it = diffs.GetList().begin(); in s_CleanupAndMerge_Cleanup()
286 CDiffList::TList::const_iterator it = diffs.GetList().begin(); in s_CleanupAndMerge_Cleanup()
302 CDiffList::TList::const_iterator it = diffs.GetList().begin(); in s_Diff()
332 CDiffList::TList::const_iterator it = diffs.GetList().begin(); in s_Diff()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/types/
H A Dmlist.hxx24 class EXTERN_AST MList : public TList
27 MList() : TList() {} in MList()
57 MList(MList *_oMListCopyMe) : TList(_oMListCopyMe) {} in MList()
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw0877.pp8 l: TList;
12 L:= TList.Create;
23 Writeln('Error in TList');
/dports/biology/seqan1/seqan-1.3.1/apps/insegt/
H A Dbase.h241 template<typename TList>
243 interSec(TList &result, const TList &list1, const TList &list2) in interSec()
245 typedef typename Value<TList>::Type TValue; in interSec()
246 typedef typename Iterator<TList>::Type TIter; in interSec()
249 TList sort1 = list1; in interSec()
250 TList sort2 = list2; in interSec()
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dprojectresourcesintf.pas56 class function GetRegisteredResources: TList; in GetRegisteredResources()
76 FRegisteredProjectResources: TList = nil;
81 FRegisteredProjectResources := TList.Create;
118 class function TAbstractProjectResources.GetRegisteredResources: TList; in TAbstractProjectResources.GetRegisteredResources()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/buildintf/
H A Dprojectresourcesintf.pas56 class function GetRegisteredResources: TList; in GetRegisteredResources()
76 FRegisteredProjectResources: TList = nil;
81 FRegisteredProjectResources := TList.Create;
118 class function TAbstractProjectResources.GetRegisteredResources: TList; in TAbstractProjectResources.GetRegisteredResources()
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dprojectresourcesintf.pas56 class function GetRegisteredResources: TList; in GetRegisteredResources()
76 FRegisteredProjectResources: TList = nil;
81 FRegisteredProjectResources := TList.Create;
118 class function TAbstractProjectResources.GetRegisteredResources: TList; in TAbstractProjectResources.GetRegisteredResources()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/buildintf/
H A Dprojectresourcesintf.pas56 class function GetRegisteredResources: TList; in GetRegisteredResources()
76 FRegisteredProjectResources: TList = nil;
81 FRegisteredProjectResources := TList.Create;
118 class function TAbstractProjectResources.GetRegisteredResources: TList; in TAbstractProjectResources.GetRegisteredResources()
/dports/biology/seqan1/seqan-1.3.1/seqan/graph_types/
H A Dgraph_types_generated_forwards.h379 … bool TList, bool TSource, typename TSpec> inline typename Id<EdgeStump<TCargo, TList, TSource, tr…
380 …rgo, bool TList, bool TSource> inline typename Id<EdgeStump<TCargo, TList, TSource, false, TreeTag…
381 …Cargo, bool TList, bool TSource> inline typename Id<EdgeStump<TCargo, TList, TSource, false, TreeT…
382 …bool TList, bool TSource, typename TSpec> inline typename Id<EdgeStump<TCargo, TList, TSource, fal…
383 …bool TList, bool TSource, typename TSpec> inline typename Id<EdgeStump<TCargo, TList, TSource, fal…
646 …l TList, bool TSource, bool TId, typename TSpec> inline typename Cargo<EdgeStump<void, TList, TSou…
647TList, bool TSource, bool TId, typename TSpec> inline typename Cargo<EdgeStump<void, TList, TSourc…
795TList, bool TSource, bool TId, typename TSpec> inline typename Cargo<EdgeStump<void, TList, TSourc…
796TList, bool TSource, bool TId, typename TSpec> inline typename Cargo<EdgeStump<void, TList, TSour…
872TList, bool TId, typename TSpec> inline typename VertexDescriptor<EdgeStump<TCargo, TList, false,…
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dugeneric10.pp8 generic TList<_T>=class(TObject)
21 procedure TList.Add(item: _T);
26 procedure TList.Sort(compare: TCompareFunc);
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/insegt/
H A Dbase.h207 template<typename TList>
209 interSec(TList &result, const TList &list1, const TList &list2) in interSec()
212 typedef typename Iterator<TList>::Type TIter; in interSec()
215 TList sort1 = list1; in interSec()
216 TList sort2 = list2; in interSec()
/dports/x11-toolkits/p5-Tk/Tk-804.035/examples/
H A Dtlist_demo4 use Tk::TList;
8 $mw->Label(-text=>"\nA TList with $num widgets\n")->pack;
16 $tl = $mw->Scrolled('TList', -scrollbars => 'osow');
/dports/devel/loki/loki-0.1.7/doc/html/
H A Da00445.dot6 …Node1 [label="Loki::CyclicVisitor\< R, TList \>",height=0.2,width=0.4,color="black", fillcolor="gr…
8 Node2 [label="Visitor\< TList, R \>",height=0.2,width=0.4,color="black",URL="$a00142.html"];
9 …Node3 -> Node2 [dir=back,color="orange",fontsize="10",style="dashed",label="\<TList, R\>",fontname…
H A Da00446.dot6 …Node1 [label="Loki::CyclicVisitor\< R, TList \>",height=0.2,width=0.4,color="black", fillcolor="gr…
8 Node2 [label="Visitor\< TList, R \>",height=0.2,width=0.4,color="black",URL="$a00142.html"];
9 …Node3 -> Node2 [dir=back,color="orange",fontsize="10",style="dashed",label="\<TList, R\>",fontname…
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/arranger/
H A Dtlist.cpp107 TList::TList(Header* hdr, QWidget* parent, const char* name) in TList() function in MusEGui::TList
187 void TList::redraw() in redraw()
206 bool TList::event(QEvent *event) in event()
242 void TList::paint(const QRect& r) in paint()
653 void TList::returnPressed() in returnPressed()
700 void TList::chanValueFinished() in chanValueFinished()
721 void TList::ctrlValueFinished() in ctrlValueFinished()
786 void TList::adjustScrollbar() in adjustScrollbar()
951 void TList::editTrackNameSlot() in editTrackNameSlot()
1435 void TList::tracklistChanged() in tracklistChanged()
[all …]

12345678910>>...91