Home
last modified time | relevance | path

Searched refs:TList (Results 176 – 200 of 2255) sorted by relevance

12345678910>>...91

/dports/games/dunelegacy/dunelegacy-0.96.4/include/
H A DConcatIterator.h26 typedef std::list<T> TList; typedef
27 typedef TList* TListPointer;
28 typedef typename TList::iterator TList_Iter;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/hs/test/
H A DJSONSpec.hs119 writeVal proto (TList T_BYTE [])
128 val `shouldBe` (TList T_BYTE [])
133 writeVal proto (TList T_BYTE [TByte 0])
142 val `shouldBe` (TList T_BYTE [TByte 0])
149 val `shouldBe` (TList T_BYTE [TByte 42, TByte 43])
154 writeVal proto $ (TList T_STRING $ map tString val)
156 val2 `shouldBe` (TList T_STRING $ map tString val)
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/hs/test/
H A DJSONSpec.hs119 writeVal proto (TList T_BYTE [])
128 val `shouldBe` (TList T_BYTE [])
133 writeVal proto (TList T_BYTE [TByte 0])
142 val `shouldBe` (TList T_BYTE [TByte 0])
149 val `shouldBe` (TList T_BYTE [TByte 42, TByte 43])
154 writeVal proto $ (TList T_STRING $ map tString val)
156 val2 `shouldBe` (TList T_STRING $ map tString val)
/dports/devel/py-thrift/thrift-0.14.0/lib/hs/test/
H A DJSONSpec.hs119 writeVal proto (TList T_BYTE [])
128 val `shouldBe` (TList T_BYTE [])
133 writeVal proto (TList T_BYTE [TByte 0])
142 val `shouldBe` (TList T_BYTE [TByte 0])
149 val `shouldBe` (TList T_BYTE [TByte 42, TByte 43])
154 writeVal proto $ (TList T_STRING $ map tString val)
156 val2 `shouldBe` (TList T_STRING $ map tString val)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/hs/test/
H A DJSONSpec.hs119 writeVal proto (TList T_BYTE [])
128 val `shouldBe` (TList T_BYTE [])
133 writeVal proto (TList T_BYTE [TByte 0])
142 val `shouldBe` (TList T_BYTE [TByte 0])
149 val `shouldBe` (TList T_BYTE [TByte 42, TByte 43])
154 writeVal proto $ (TList T_STRING $ map tString val)
156 val2 `shouldBe` (TList T_STRING $ map tString val)
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/hs/test/
H A DJSONSpec.hs119 writeVal proto (TList T_BYTE [])
128 val `shouldBe` (TList T_BYTE [])
133 writeVal proto (TList T_BYTE [TByte 0])
142 val `shouldBe` (TList T_BYTE [TByte 0])
149 val `shouldBe` (TList T_BYTE [TByte 42, TByte 43])
154 writeVal proto $ (TList T_STRING $ map tString val)
156 val2 `shouldBe` (TList T_STRING $ map tString val)
/dports/devel/thrift-cpp/thrift-0.14.0/lib/hs/test/
H A DJSONSpec.hs119 writeVal proto (TList T_BYTE [])
128 val `shouldBe` (TList T_BYTE [])
133 writeVal proto (TList T_BYTE [TByte 0])
142 val `shouldBe` (TList T_BYTE [TByte 0])
149 val `shouldBe` (TList T_BYTE [TByte 42, TByte 43])
154 writeVal proto $ (TList T_STRING $ map tString val)
156 val2 `shouldBe` (TList T_STRING $ map tString val)
/dports/devel/thrift/thrift-0.14.0/lib/hs/test/
H A DJSONSpec.hs119 writeVal proto (TList T_BYTE [])
128 val `shouldBe` (TList T_BYTE [])
133 writeVal proto (TList T_BYTE [TByte 0])
142 val `shouldBe` (TList T_BYTE [TByte 0])
149 val `shouldBe` (TList T_BYTE [TByte 42, TByte 43])
154 writeVal proto $ (TList T_STRING $ map tString val)
156 val2 `shouldBe` (TList T_STRING $ map tString val)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/hs/test/
H A DJSONSpec.hs119 writeVal proto (TList T_BYTE [])
128 val `shouldBe` (TList T_BYTE [])
133 writeVal proto (TList T_BYTE [TByte 0])
142 val `shouldBe` (TList T_BYTE [TByte 0])
149 val `shouldBe` (TList T_BYTE [TByte 42, TByte 43])
154 writeVal proto $ (TList T_STRING $ map tString val)
156 val2 `shouldBe` (TList T_STRING $ map tString val)
/dports/devel/node-thrift/thrift-0.14.0/lib/hs/test/
H A DJSONSpec.hs119 writeVal proto (TList T_BYTE [])
128 val `shouldBe` (TList T_BYTE [])
133 writeVal proto (TList T_BYTE [TByte 0])
142 val `shouldBe` (TList T_BYTE [TByte 0])
149 val `shouldBe` (TList T_BYTE [TByte 42, TByte 43])
154 writeVal proto $ (TList T_STRING $ map tString val)
156 val2 `shouldBe` (TList T_STRING $ map tString val)
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtgeneric5.pp7 generic TList<_T>=class(TObject)
15 procedure TList.Add(item: _T);
36 TMyIntList = specialize TList<integer>;
/dports/lang/fpc-source/fpc-3.2.2/tests/bench/shootout/obsolete/
H A Darray.pp9 X, Y : TList;
19 X := TList.Create;
24 Y := TList.Create;
H A Dlists.pp12 Li1, Li2, Li3 : TList;
16 Li1 := TList.Create;
23 Li2 := TList.Create;
30 Li3 := TList.Create;
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/
H A Dtraits.d11 alias AliasSeq(TList...) = TList;
446 template Filter(alias pred, TList...) in Filter() argument
448 static if (TList.length == 0) in Filter()
452 else static if (TList.length == 1) in Filter()
454 static if (pred!(TList[0])) in Filter()
455 alias Filter = AliasSeq!(TList[0]); in Filter()
462 else static if (TList.length == 2) in Filter()
464 static if (pred!(TList[0])) in Filter()
466 static if (pred!(TList[1])) in Filter()
467 alias Filter = AliasSeq!(TList[0], TList[1]); in Filter()
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cborg-0.2.5.0/tests/Tests/
H A DTerm.hs71 toRefTerm (TList ts) = Ref.TArray (map toRefTerm ts)
112 fromRefTerm (Ref.TArray ts) = TList (map fromRefTerm ts)
139 eqTerm (TList ts) (TList ts') = and (zipWith eqTerm ts ts')
163 canonicaliseTerm (TList ts) = TList (map canonicaliseTerm ts)
199 shrink (TList xs@[x]) = x : [ TList xs' | xs' <- shrink xs ]
200 shrink (TList xs) = [ TList xs' | xs' <- shrink xs ]
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-generics/tests/
H A Dtests.generics.utils.pas57 NotificationsListNode_String: TList<TNotificationNodeRec_String>;
58 NotificationsListNode_Empty: TList<TNotificationNodeRec_Empty>;
59 NotificationsListStr: TList<TNotificationRec_String>;
60 NotificationsListObj: TList<TNotificationRec_TObject>;
99 TStringList = TList<string>;
128 TObjectList = TList<TObject>;
434 NotificationsListStr := TList<TNotificationRec_String>.Create;
435 NotificationsListObj := TList<TNotificationRec_TObject>.Create;
436 NotificationsListNode_String := TList<TNotificationNodeRec_String>.Create;
437 NotificationsListNode_Empty := TList<TNotificationNodeRec_Empty>.Create;
/dports/lang/fpc-rtl-generics/fpc-3.2.2/packages/rtl-generics/tests/
H A Dtests.generics.utils.pas57 NotificationsListNode_String: TList<TNotificationNodeRec_String>;
58 NotificationsListNode_Empty: TList<TNotificationNodeRec_Empty>;
59 NotificationsListStr: TList<TNotificationRec_String>;
60 NotificationsListObj: TList<TNotificationRec_TObject>;
99 TStringList = TList<string>;
128 TObjectList = TList<TObject>;
434 NotificationsListStr := TList<TNotificationRec_String>.Create;
435 NotificationsListObj := TList<TNotificationRec_TObject>.Create;
436 NotificationsListNode_String := TList<TNotificationNodeRec_String>.Create;
437 NotificationsListNode_Empty := TList<TNotificationNodeRec_Empty>.Create;
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cborg-0.2.5.0/tests/Tests/
H A DTerm.hs71 toRefTerm (TList ts) = Ref.TArray (map toRefTerm ts)
112 fromRefTerm (Ref.TArray ts) = TList (map fromRefTerm ts)
139 eqTerm (TList ts) (TList ts') = and (zipWith eqTerm ts ts')
163 canonicaliseTerm (TList ts) = TList (map canonicaliseTerm ts)
199 shrink (TList xs@[x]) = x : [ TList xs' | xs' <- shrink xs ]
200 shrink (TList xs) = [ TList xs' | xs' <- shrink xs ]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/cobalt/
H A Dhitlist.hpp57 typedef vector<TListEntry> TList; typedef in CHitList
67 NON_CONST_ITERATE(TList, itr, m_List) { in ~CHitList()
199 TList m_List; ///< current list of hits
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/sci_gateway/cpp/
H A Dsci_macr2tree.cpp69 types::TList* l = new types::TList(); in sci_macr2tree()
114 types::TList* funcall = new types::TList(); in sci_macr2tree()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/data_loaders/genbank/impl/
H A Drequest_result.hpp79 typedef vector<CSeq_id_Handle> TList; typedef in CFixedSeq_ids
81 typedef TList::const_iterator const_iterator;
90 CFixedSeq_ids(const TList& list,
95 const TList& Get(void) const in Get()
99 operator const TList&(void) const in operator const TList&()
144 typedef CObjectFor<TList> TObject;
220 typedef vector<CBlob_Info> TList; typedef in CFixedBlob_ids
231 CFixedBlob_ids(const TList& list,
250 const TList& Get(void) const in Get()
254 operator const TList&(void) const in operator const TList&()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/data_loaders/genbank/impl/
H A Drequest_result.hpp79 typedef vector<CSeq_id_Handle> TList; typedef in CFixedSeq_ids
81 typedef TList::const_iterator const_iterator;
90 CFixedSeq_ids(const TList& list,
95 const TList& Get(void) const in Get()
99 operator const TList&(void) const in operator const TList&()
144 typedef CObjectFor<TList> TObject;
220 typedef vector<CBlob_Info> TList; typedef in CFixedBlob_ids
231 CFixedBlob_ids(const TList& list,
250 const TList& Get(void) const in Get()
254 operator const TList&(void) const in operator const TList&()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/basic/
H A Dtest_basic_tag.h88 typedef TagList<Nothing, TagList<Default> > TList; in SEQAN_DEFINE_TEST() typedef
89 unsigned len = LENGTH<TList>::VALUE; in SEQAN_DEFINE_TEST()
91 …bool b = IsSameType<typename TagSelector<TList>::Base, TagSelector<TagList<Default> > >::Type::VAL… in SEQAN_DEFINE_TEST()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/abyss/src/
H A Ddata.c57 void ListInit(TList * const sl) in ListInit()
64 void ListInitAutoFree(TList * const sl) in ListInitAutoFree()
74 ListFree(TList * const sl) { in ListFree()
93 ListFreeItems(TList * const sl) { in ListFreeItems()
105 ListAdd(TList * const sl, in ListAdd()
135 ListRemove(TList * const sl) { in ListRemove()
148 ListAddFromString(TList * const list, in ListAddFromString()
203 ListFindString(TList * const listP, in ListFindString()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/abyss/src/
H A Ddata.c59 ListInit(TList * const listP) { in ListInit()
68 ListInitAutoFree(TList * const listP) { in ListInitAutoFree()
79 ListFree(TList * const listP) { in ListFree()
98 ListFreeItems(TList * const listP) { in ListFreeItems()
110 ListAdd(TList * const listP, in ListAdd()
140 ListRemove(TList * const listP) { in ListRemove()
153 ListAddFromString(TList * const listP, in ListAddFromString()
208 ListFindString(TList * const listP, in ListFindString()

12345678910>>...91