Home
last modified time | relevance | path

Searched refs:XMLToken_setAttributes (Results 1 – 17 of 17) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/xml/test/
H A DTestXMLToken_newSetters.c76 int i = XMLToken_setAttributes(token, nattr); in START_TEST()
106 i = XMLToken_setAttributes(token, NULL); in START_TEST()
112 i = XMLToken_setAttributes(token, nattr); in START_TEST()
143 int i = XMLToken_setAttributes(token, nattr); in START_TEST()
H A DTestXMLToken.c762 XMLToken_setAttributes(token, nattr); in START_TEST()
949 fail_unless (XMLToken_setAttributes(NULL, NULL) == LIBSBML_INVALID_OBJECT); in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/xml/test/
H A DTestXMLToken_newSetters.c76 int i = XMLToken_setAttributes(token, nattr); in START_TEST()
106 i = XMLToken_setAttributes(token, NULL); in START_TEST()
112 i = XMLToken_setAttributes(token, nattr); in START_TEST()
143 int i = XMLToken_setAttributes(token, nattr); in START_TEST()
H A DTestXMLToken.c762 XMLToken_setAttributes(token, nattr); in START_TEST()
949 fail_unless (XMLToken_setAttributes(NULL, NULL) == LIBSBML_INVALID_OBJECT); in START_TEST()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/xml/
H A DXMLToken.h1415 XMLToken_setAttributes (XMLToken_t *token, const XMLAttributes_t* attributes);
H A DXMLToken.cpp1415 XMLToken_setAttributes(XMLToken_t *token, const XMLAttributes_t* attributes) in XMLToken_setAttributes() function
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/xml/
H A DXMLToken.h1415 XMLToken_setAttributes (XMLToken_t *token, const XMLAttributes_t* attributes);
H A DXMLToken.cpp1415 XMLToken_setAttributes(XMLToken_t *token, const XMLAttributes_t* attributes) in XMLToken_setAttributes() function
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DXMLToken.java638 …return libsbmlJNI.XMLToken_setAttributes(swigCPtr, this, XMLAttributes.getCPtr(attributes), attrib… in setAttributes()
H A DlibsbmlJNI.java1931 …public final static native int XMLToken_setAttributes(long jarg1, XMLToken jarg1_, long jarg2, XML… in XMLToken_setAttributes() method in libsbmlJNI
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DXMLToken.cs477 int ret = libsbmlPINVOKE.XMLToken_setAttributes(swigCPtr, XMLAttributes.getCPtr(attributes)); in setAttributes()
H A DlibsbmlPINVOKE.cs6148 …public static extern int XMLToken_setAttributes(global::System.Runtime.InteropServices.HandleRef j… in XMLToken_setAttributes() method in libsbml.libsbmlPINVOKE
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DXMLToken.cs480 int ret = libsbmlPINVOKE.XMLToken_setAttributes(swigCPtr, XMLAttributes.getCPtr(attributes)); in setAttributes()
H A DlibsbmlPINVOKE.cs5997 …public static extern int XMLToken_setAttributes(global::System.Runtime.InteropServices.HandleRef j… in XMLToken_setAttributes() method in libsbmlcs.libsbmlPINVOKE
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/perl/
H A DLibSBML.pm41472 *setAttributes = *LibSBMLc::XMLToken_setAttributes;
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/
H A Dlibsbml-doxygen.py54102 return _libsbml.XMLToken_setAttributes(self, attributes)
H A Dlibsbml.py51288 return _libsbml.XMLToken_setAttributes(self, attributes)