Home
last modified time | relevance | path

Searched refs:TList (Results 76 – 100 of 2255) sorted by relevance

12345678910>>...91

/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcontrolsproc.inc11 procedure ListAdd(var List : TList; Item: Pointer);
14 List := TList.Create;
18 procedure ListInsert(var List : TList; Index : Longint; Item: Pointer);
21 List := TList.Create;
25 function ListIndexOf(var List : TList; Item: Pointer) : Longint;
32 function ListCount(List : TList) : Longint;
39 procedure ListRemove(var List : TList; Item: Pointer);
51 procedure ListDelete(var List : TList; Index: integer);
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/cocoa/src/
H A DTList.swift24 public struct TList<Element : TSerializable> : MutableCollectionType, Hashable, ArrayLiteralConvert…
108 public static func readValueFromProtocol(proto: TProtocol) throws -> TList { in readValueFromProtocol()
116 var list = TList() in readValueFromProtocol()
125 public static func writeValue(value: TList, toProtocol proto: TProtocol) throws { in writeValue()
134 extension TList : CustomStringConvertible, CustomDebugStringConvertible { extension
146 public func ==<Element>(lhs: TList<Element>, rhs: TList<Element>) -> Bool { in ==<Element>()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/cocoa/src/
H A DTList.swift24 public struct TList<Element : TSerializable> : MutableCollectionType, Hashable, ArrayLiteralConvert…
108 public static func readValueFromProtocol(proto: TProtocol) throws -> TList { in readValueFromProtocol()
116 var list = TList() in readValueFromProtocol()
125 public static func writeValue(value: TList, toProtocol proto: TProtocol) throws { in writeValue()
134 extension TList : CustomStringConvertible, CustomDebugStringConvertible { extension
146 public func ==<Element>(lhs: TList<Element>, rhs: TList<Element>) -> Bool { in ==<Element>()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtgeneric8.pp4 generic TList<_T>=class(TObject)
20 procedure TList.Add(item: _T);
31 function TList.GetFirst : TIterator; inline;
37 function TList.GetNext(i : TIterator) : TIterator; inline;
43 TMyIntList = specialize TList<integer>;
44 TMyStringList = specialize TList<string>;
H A Dtgeneric1.pp4 generic TList<_T>=class(TObject)
9 procedure TList.Add(item: _T);
15 TMyIntList = specialize TList<integer>;
16 TMyIntList2 = specialize TList<integer>;
17 TMyStringList = specialize TList<string>;
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/getHandleProperty/
H A Dget_border_property.cpp137 types::TList* pTL = new types::TList(); in getNoBorder()
181 types::TList* pTL = new types::TList(); in getLineBorder()
263 types::TList* pTL = new types::TList(); in getCommonBevelBorder()
342 types::TList* pTL = new types::TList(); in getEtchedBorder()
429 types::TList* pTL = new types::TList(); in getTitledBorder()
458 types::TList* pTLBorder = new types::TList(); in getTitledBorder()
503 types::TList* pTL = new types::TList(); in getEmptyBorder()
544 types::TList* pTL = new types::TList(); in getCompoundBorder()
584 types::TList* pTL = new types::TList(); in getMatteBorder()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/xdmf3/vtkxdmf3/core/loki/
H A DTypelist.h99 template <class TList> struct Length;
121 template <class TList, unsigned int index> struct TypeAt;
147 template <class TList, unsigned int index,
175 template <class TList, class T> struct IndexOf;
206 template <class TList, class T> struct Append;
240 template <class TList, class T> struct Erase;
270 template <class TList, class T> struct EraseAll;
298 template <class TList> struct NoDuplicates;
383 template <class TList> struct Reverse;
406 template <class TList, class T> struct MostDerived;
[all …]
/dports/devel/loki/loki-0.1.7/include/loki/
H A DTypelist.h99 template <class TList> struct Length;
121 template <class TList, unsigned int index> struct TypeAt;
147 template <class TList, unsigned int index,
175 template <class TList, class T> struct IndexOf;
206 template <class TList, class T> struct Append;
240 template <class TList, class T> struct Erase;
270 template <class TList, class T> struct EraseAll;
298 template <class TList> struct NoDuplicates;
383 template <class TList> struct Reverse;
406 template <class TList, class T> struct MostDerived;
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/core/loki/
H A DTypelist.h99 template <class TList> struct Length;
121 template <class TList, unsigned int index> struct TypeAt;
147 template <class TList, unsigned int index,
175 template <class TList, class T> struct IndexOf;
206 template <class TList, class T> struct Append;
240 template <class TList, class T> struct Erase;
270 template <class TList, class T> struct EraseAll;
298 template <class TList> struct NoDuplicates;
383 template <class TList> struct Reverse;
406 template <class TList, class T> struct MostDerived;
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf3/vtkxdmf3/core/loki/
H A DTypelist.h99 template <class TList> struct Length;
121 template <class TList, unsigned int index> struct TypeAt;
147 template <class TList, unsigned int index,
175 template <class TList, class T> struct IndexOf;
206 template <class TList, class T> struct Append;
240 template <class TList, class T> struct Erase;
270 template <class TList, class T> struct EraseAll;
298 template <class TList> struct NoDuplicates;
383 template <class TList> struct Reverse;
406 template <class TList, class T> struct MostDerived;
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pod/
H A DTList.pod13 Tk::TList - Create and manipulate Tix Tabular List widgets
19 S< >I<$tlist> = I<$parent>-E<gt>B<TList>(?I<options>?);
45 entries in the TList widget.
54 entry in the TList widget. Normally the user invokes a list
185 The B<TList> method creates a new window (given by the
186 $widget argument) and makes it into a TList widget.
189 TList widget such as its cursor and relief.
236 The B<TList> method creates a widget object.
434 0.2 and the second element is 0.6, 20% of the TList entry is
570 use Tk::TList;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lto/
H A D20110311-1_0.C7 struct TList struct
17 struct TListLength<TList<T,U> > argument
50 typedef DDQMC< TList<float, TList<int, NullType> > > mytype;

12345678910>>...91