Home
last modified time | relevance | path

Searched refs:getCPtrAndDisown (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DASTNode.java359 protected static long getCPtrAndDisown (ASTNode obj) in getCPtrAndDisown() method in ASTNode
604 …return libsbmlJNI.ASTNode_addChild__SWIG_0(swigCPtr, this, ASTNode.getCPtrAndDisown(disownedChild)… in addChild()
643 …return libsbmlJNI.ASTNode_addChild__SWIG_1(swigCPtr, this, ASTNode.getCPtrAndDisown(disownedChild)… in addChild()
678 …return libsbmlJNI.ASTNode_prependChild(swigCPtr, this, ASTNode.getCPtrAndDisown(disownedChild), di… in prependChild()
748 …return libsbmlJNI.ASTNode_replaceChild__SWIG_0(swigCPtr, this, n, ASTNode.getCPtrAndDisown(disowne… in replaceChild()
785 …return libsbmlJNI.ASTNode_replaceChild__SWIG_1(swigCPtr, this, n, ASTNode.getCPtrAndDisown(disowne… in replaceChild()
821 …return libsbmlJNI.ASTNode_insertChild(swigCPtr, this, n, ASTNode.getCPtrAndDisown(disownedChild), … in insertChild()
949 …return libsbmlJNI.ASTNode_addSemanticsAnnotation(swigCPtr, this, XMLNode.getCPtrAndDisown(disowned… in addSemanticsAnnotation()
H A DListOf.java110 protected static long getCPtrAndDisown (ListOf obj) in getCPtrAndDisown() method in ListOf
406 …return libsbmlJNI.ListOf_appendAndOwn(swigCPtr, this, SBase.getCPtrAndDisown(disownedItem), disown… in appendAndOwn()
484 …return libsbmlJNI.ListOf_insertAndOwn(swigCPtr, this, location, SBase.getCPtrAndDisown(disownedIte… in insertAndOwn()
H A DSBasePlugin.java80 protected static long getCPtrAndDisown (SBasePlugin obj) in getCPtrAndDisown() method in SBasePlugin
497 …return libsbmlJNI.SBasePlugin_isValidTypeForList(swigCPtr, this, SBase.getCPtrAndDisown(item), ite… in isValidTypeForList()
H A DSBMLExtensionException.java49 protected static long getCPtrAndDisown (SBMLExtensionException obj) in getCPtrAndDisown() method in SBMLExtensionException
H A DOStringStream.java42 protected static long getCPtrAndDisown (OStringStream obj) in getCPtrAndDisown() method in OStringStream
H A DISBMLExtensionNamespaces.java38 protected static long getCPtrAndDisown (ISBMLExtensionNamespaces obj) in getCPtrAndDisown() method in ISBMLExtensionNamespaces
H A DXMLConstructorException.java50 protected static long getCPtrAndDisown (XMLConstructorException obj) in getCPtrAndDisown() method in XMLConstructorException
H A DOStream.java39 protected static long getCPtrAndDisown (OStream obj) in getCPtrAndDisown() method in OStream
H A DCallback.java26 protected static long getCPtrAndDisown (Callback obj) in getCPtrAndDisown() method in Callback
H A DCallbackRegistry.java26 protected static long getCPtrAndDisown (CallbackRegistry obj) in getCPtrAndDisown() method in CallbackRegistry
H A DDefinitionURLRegistry.java54 protected static long getCPtrAndDisown (DefinitionURLRegistry obj) in getCPtrAndDisown() method in DefinitionURLRegistry
H A DElementFilter.java42 protected static long getCPtrAndDisown (ElementFilter obj) in getCPtrAndDisown() method in ElementFilter
H A DIdentifierTransformer.java31 protected static long getCPtrAndDisown (IdentifierTransformer obj) in getCPtrAndDisown() method in IdentifierTransformer
H A DAlgebraicRule.java250 protected static long getCPtrAndDisown (AlgebraicRule obj) in getCPtrAndDisown() method in AlgebraicRule
H A DXMLOwningOutputStringStream.java26 protected static long getCPtrAndDisown (XMLOwningOutputStringStream obj) in getCPtrAndDisown() method in XMLOwningOutputStringStream
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DASTNode.cs271 internal static HandleRef getCPtrAndDisown (ASTNode obj) in getCPtrAndDisown() method in libsbml.ASTNode
480 …int ret = libsbmlPINVOKE.ASTNode_addChild__SWIG_0(swigCPtr, ASTNode.getCPtrAndDisown(disownedChild… in addChild()
521 …int ret = libsbmlPINVOKE.ASTNode_addChild__SWIG_1(swigCPtr, ASTNode.getCPtrAndDisown(disownedChild… in addChild()
558 … int ret = libsbmlPINVOKE.ASTNode_prependChild(swigCPtr, ASTNode.getCPtrAndDisown(disownedChild)); in prependChild()
632 …int ret = libsbmlPINVOKE.ASTNode_replaceChild__SWIG_0(swigCPtr, n, ASTNode.getCPtrAndDisown(disown… in replaceChild()
671 …int ret = libsbmlPINVOKE.ASTNode_replaceChild__SWIG_1(swigCPtr, n, ASTNode.getCPtrAndDisown(disown… in replaceChild()
709 …int ret = libsbmlPINVOKE.ASTNode_insertChild(swigCPtr, n, ASTNode.getCPtrAndDisown(disownedChild)); in insertChild()
829 …int ret = libsbmlPINVOKE.ASTNode_addSemanticsAnnotation(swigCPtr, XMLNode.getCPtrAndDisown(disowne… in addSemanticsAnnotation()
H A DListOf.cs121 internal static HandleRef getCPtrAndDisown (ListOf obj) in getCPtrAndDisown() method in libsbml.ListOf
383 int ret = libsbmlPINVOKE.ListOf_appendAndOwn(swigCPtr, SBase.getCPtrAndDisown(disownedItem)); in appendAndOwn()
461 …int ret = libsbmlPINVOKE.ListOf_insertAndOwn(swigCPtr, location, SBase.getCPtrAndDisown(disownedIt… in insertAndOwn()
H A DSBasePlugin.cs234 internal static HandleRef getCPtrAndDisown (SBasePlugin obj) in getCPtrAndDisown() method in libsbml.SBasePlugin
691 … bool ret = libsbmlPINVOKE.SBasePlugin_isValidTypeForList(swigCPtr, SBase.getCPtrAndDisown(item)); in isValidTypeForList()
H A DOStringStream.cs27 internal static HandleRef getCPtrAndDisown (OStringStream obj) in getCPtrAndDisown() method in libsbml.OStringStream
H A DSBMLExtensionException.cs53 internal static HandleRef getCPtrAndDisown (SBMLExtensionException obj) in getCPtrAndDisown() method in libsbml.SBMLExtensionException
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DASTNode.cs274 internal static HandleRef getCPtrAndDisown (ASTNode obj) in getCPtrAndDisown() method in libsbmlcs.ASTNode
483 …int ret = libsbmlPINVOKE.ASTNode_addChild__SWIG_0(swigCPtr, ASTNode.getCPtrAndDisown(disownedChild… in addChild()
524 …int ret = libsbmlPINVOKE.ASTNode_addChild__SWIG_1(swigCPtr, ASTNode.getCPtrAndDisown(disownedChild… in addChild()
561 … int ret = libsbmlPINVOKE.ASTNode_prependChild(swigCPtr, ASTNode.getCPtrAndDisown(disownedChild)); in prependChild()
635 …int ret = libsbmlPINVOKE.ASTNode_replaceChild__SWIG_0(swigCPtr, n, ASTNode.getCPtrAndDisown(disown… in replaceChild()
674 …int ret = libsbmlPINVOKE.ASTNode_replaceChild__SWIG_1(swigCPtr, n, ASTNode.getCPtrAndDisown(disown… in replaceChild()
712 …int ret = libsbmlPINVOKE.ASTNode_insertChild(swigCPtr, n, ASTNode.getCPtrAndDisown(disownedChild)); in insertChild()
832 …int ret = libsbmlPINVOKE.ASTNode_addSemanticsAnnotation(swigCPtr, XMLNode.getCPtrAndDisown(disowne… in addSemanticsAnnotation()
H A DListOf.cs124 internal static HandleRef getCPtrAndDisown (ListOf obj) in getCPtrAndDisown() method in libsbmlcs.ListOf
386 int ret = libsbmlPINVOKE.ListOf_appendAndOwn(swigCPtr, SBase.getCPtrAndDisown(disownedItem)); in appendAndOwn()
464 …int ret = libsbmlPINVOKE.ListOf_insertAndOwn(swigCPtr, location, SBase.getCPtrAndDisown(disownedIt… in insertAndOwn()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/csharp/
H A Dswig_csharp_extensions.i68 public static HandleRef getCPtrAndDisown($csclassname obj, object parent) { in getCPtrAndDisown() function
106 public static HandleRef getCPtrAndDisown($csclassname obj, object parent) { in getCPtrAndDisown() function
141 public static HandleRef getCPtrAndDisown($csclassname obj, object parent) { in getCPtrAndDisown() function
/dports/graphics/gdal/gdal-3.3.3/swig/include/csharp/
H A Dswig_csharp_extensions.i68 public static HandleRef getCPtrAndDisown($csclassname obj, object parent) { in getCPtrAndDisown() function
106 public static HandleRef getCPtrAndDisown($csclassname obj, object parent) { in getCPtrAndDisown() function
141 public static HandleRef getCPtrAndDisown($csclassname obj, object parent) { in getCPtrAndDisown() function
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/csharp/
H A Dswig_csharp_extensions.i68 public static HandleRef getCPtrAndDisown($csclassname obj, object parent) { in getCPtrAndDisown() function
106 public static HandleRef getCPtrAndDisown($csclassname obj, object parent) { in getCPtrAndDisown() function
141 public static HandleRef getCPtrAndDisown($csclassname obj, object parent) { in getCPtrAndDisown() function

12345678910>>...14