Home
last modified time | relevance | path

Searched defs:ListOf (Results 1 – 25 of 46) sorted by relevance

12

/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DListOf.cs110 public class ListOf : SBase { class
113 …internal ListOf(IntPtr cPtr, bool cMemoryOwn) : base(libsbmlPINVOKE.ListOf_SWIGUpcast(cPtr), cMemo… in ListOf() method in libsbmlcs.ListOf
188 ListOf(long level, long version) : this(libsbmlPINVOKE.new_ListOf__SWIG_0(level, version), true) { in ListOf() method in libsbmlcs.ListOf
230 ListOf(long level) : this(libsbmlPINVOKE.new_ListOf__SWIG_1(level), true) { in ListOf() method in libsbmlcs.ListOf
272 ListOf() : this(libsbmlPINVOKE.new_ListOf__SWIG_2(), true) { in ListOf() method in libsbmlcs.ListOf
309ListOf(SBMLNamespaces sbmlns) : this(libsbmlPINVOKE.new_ListOf__SWIG_3(SBMLNamespaces.getCPtr(sbml… in ListOf() method in libsbmlcs.ListOf
319 ListOf(ListOf orig) : this(libsbmlPINVOKE.new_ListOf__SWIG_4(ListOf.getCPtr(orig)), true) { in ListOf() method in libsbmlcs.ListOf
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DListOf.cs107 public class ListOf : SBase { class
110 …internal ListOf(IntPtr cPtr, bool cMemoryOwn) : base(libsbmlPINVOKE.ListOf_SWIGUpcast(cPtr), cMemo… in ListOf() method in libsbml.ListOf
185 ListOf(long level, long version) : this(libsbmlPINVOKE.new_ListOf__SWIG_0(level, version), true) { in ListOf() method in libsbml.ListOf
227 ListOf(long level) : this(libsbmlPINVOKE.new_ListOf__SWIG_1(level), true) { in ListOf() method in libsbml.ListOf
269 ListOf() : this(libsbmlPINVOKE.new_ListOf__SWIG_2(), true) { in ListOf() method in libsbml.ListOf
306ListOf(SBMLNamespaces sbmlns) : this(libsbmlPINVOKE.new_ListOf__SWIG_3(SBMLNamespaces.getCPtr(sbml… in ListOf() method in libsbml.ListOf
316 ListOf(ListOf orig) : this(libsbmlPINVOKE.new_ListOf__SWIG_4(ListOf.getCPtr(orig)), true) { in ListOf() method in libsbml.ListOf
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/vector/
H A DListOf.h36 ListOf(): list(R_NilValue) {} in ListOf() function
38 ListOf(SEXP data_): list(data_) { in ListOf() function
43 ListOf(const U& data_): list(data_) { in ListOf() function
47 ListOf(const ListOf& other): list(other.list) {} in ListOf() function
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DListOf.java96 public class ListOf extends SBase { class
99 protected ListOf(long cPtr, boolean cMemoryOwn) in ListOf() method in ListOf
188 ListOf(long level, long version) throws org.sbml.libsbml.SBMLConstructorException { in ListOf() method in ListOf
241 ListOf(long level) throws org.sbml.libsbml.SBMLConstructorException { in ListOf() method in ListOf
294 ListOf() throws org.sbml.libsbml.SBMLConstructorException { in ListOf() method in ListOf
329 ListOf(SBMLNamespaces sbmlns) throws org.sbml.libsbml.SBMLConstructorException { in ListOf() method in ListOf
339 ListOf(ListOf orig) throws org.sbml.libsbml.SBMLConstructorException { in ListOf() method in ListOf
/dports/devel/stack/stack-2.7.3/_cabal_deps/th-expand-syns-0.4.8.0/testing/
H A DTypes.hs13 type ListOf x = [x] type
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/th-expand-syns-0.4.8.0/testing/
H A DTypes.hs13 type ListOf x = [x] type
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DSTEPFile.h710 struct ListOf : public std::vector<typename T::Out> struct
713 typedef ListOf Out; argument
716 ListOf() { in ListOf() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DSTEPFile.h718 struct ListOf : public std::vector<typename T::Out> struct
721 typedef ListOf Out; argument
724 ListOf() { in ListOf() argument
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DSTEPFile.h715 struct ListOf : public std::vector<typename T::Out> struct
718 typedef ListOf Out; argument
721 ListOf() { in ListOf() argument
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DSTEPFile.h714 struct ListOf : public std::vector<typename T::Out> struct
717 typedef ListOf Out; argument
720 ListOf() { in ListOf() argument
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Step/
H A DSTEPFile.h721 struct ListOf : public std::vector<typename T::Out> { struct
723 typedef ListOf Out; argument
725 ListOf() { in ListOf() function
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Step/
H A DSTEPFile.h680 struct ListOf : public std::vector<typename T::Out> { struct
682 typedef ListOf Out; argument
684 ListOf() { in ListOf() function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DParser.hs246 data ListOf a = ListOf SrcSpanInfo [a] function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/src/Language/Haskell/Exts/
H A DParser.hs246 data ListOf a = ListOf SrcSpanInfo [a] function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DParser.hs246 data ListOf a = ListOf SrcSpanInfo [a] function
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/schema/
H A Dhelpers.go35 func ListOf(n Node, rep parquet.Repetition, fieldID int32) (*GroupNode, error) { func
/dports/lang/racket/racket-8.3/share/pkgs/htdp-lib/lang/private/
H A Dsignature-syntax.rkt262 (define-syntax ListOf within-signature-syntax-transformer) function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dregister.h43 static constexpr RegList ListOf(Register... regs) { in ListOf() function
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dregister.h41 static constexpr RegList ListOf(Register... regs) { in ListOf() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dregister.h41 static constexpr RegList ListOf(Register... regs) { in ListOf() function
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/
H A DSBMLVisitor.h114 class ListOf; variable
H A DListOf.cpp62 ListOf::ListOf (unsigned int level, unsigned int version) in ListOf() function in ListOf
74 ListOf::ListOf (SBMLNamespaces* sbmlns) in ListOf() function in ListOf
113 ListOf::ListOf (const ListOf& orig) : SBase(orig), mItems() in ListOf() function in ListOf
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/
H A DSBMLVisitor.h114 class ListOf; variable
H A DListOf.cpp62 ListOf::ListOf (unsigned int level, unsigned int version) in ListOf() function in ListOf
74 ListOf::ListOf (SBMLNamespaces* sbmlns) in ListOf() function in ListOf
113 ListOf::ListOf (const ListOf& orig) : SBase(orig), mItems() in ListOf() function in ListOf
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/
H A Dschema.py82 ListOf = ListConstraint variable

12