Home
last modified time | relevance | path

Searched refs:XMLToken_t (Results 1 – 25 of 34) sorted by relevance

12

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/xml/
H A DXMLToken.h1212 XMLToken_t *
1227 XMLToken_t *
1243 XMLToken_t *
1261 XMLToken_t *
1277 XMLToken_t *
1290 XMLToken_free (XMLToken_t *token);
1303 XMLToken_t *
2319 XMLToken_isEndFor (const XMLToken_t *token, const XMLToken_t *element);
2382 XMLToken_setEnd (XMLToken_t *token);
2399 XMLToken_setEOF (XMLToken_t *token);
[all …]
H A DXMLToken.cpp1284 XMLToken_t *
1292 XMLToken_t *
1301 XMLToken_t *
1311 XMLToken_t *
1322 XMLToken_t *
1330 XMLToken_free (XMLToken_t *token) in XMLToken_free()
1338 XMLToken_t *
1339 XMLToken_clone (const XMLToken_t* t) in XMLToken_clone()
1877 XMLToken_isEndFor (const XMLToken_t *token, const XMLToken_t *element) in XMLToken_isEndFor()
1913 XMLToken_setEnd (XMLToken_t *token) in XMLToken_setEnd()
[all …]
H A DXMLInputStream.h573 XMLToken_t *
592 const XMLToken_t *
609 const XMLToken_t *element);
H A DXMLInputStream.cpp447 XMLToken_t *
456 const XMLToken_t *
467 const XMLToken_t *element) in XMLInputStream_skipPastEnd()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/xml/
H A DXMLToken.h1212 XMLToken_t *
1227 XMLToken_t *
1243 XMLToken_t *
1261 XMLToken_t *
1277 XMLToken_t *
1290 XMLToken_free (XMLToken_t *token);
1303 XMLToken_t *
2319 XMLToken_isEndFor (const XMLToken_t *token, const XMLToken_t *element);
2382 XMLToken_setEnd (XMLToken_t *token);
2399 XMLToken_setEOF (XMLToken_t *token);
[all …]
H A DXMLToken.cpp1284 XMLToken_t *
1292 XMLToken_t *
1301 XMLToken_t *
1311 XMLToken_t *
1322 XMLToken_t *
1330 XMLToken_free (XMLToken_t *token) in XMLToken_free()
1338 XMLToken_t *
1339 XMLToken_clone (const XMLToken_t* t) in XMLToken_clone()
1877 XMLToken_isEndFor (const XMLToken_t *token, const XMLToken_t *element) in XMLToken_isEndFor()
1913 XMLToken_setEnd (XMLToken_t *token) in XMLToken_setEnd()
[all …]
H A DXMLInputStream.h573 XMLToken_t *
592 const XMLToken_t *
609 const XMLToken_t *element);
H A DXMLInputStream.cpp447 XMLToken_t *
456 const XMLToken_t *
467 const XMLToken_t *element) in XMLInputStream_skipPastEnd()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/test/
H A DTestSBase_newSetters.cpp98 XMLToken_t *tt = XMLToken_createWithText("This is my text"); in START_TEST()
167 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
168 XMLToken_t *text_token = XMLToken_createWithText("This is my text"); in START_TEST()
245 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
246 XMLToken_t *text_token = XMLToken_createWithText("This is my text"); in START_TEST()
302 XMLToken_t *text_token = XMLToken_createWithText("This is my text"); in START_TEST()
343 XMLToken_t *token = XMLToken_createWithText("This is a test note"); in START_TEST()
448 XMLToken_t* token = XMLToken_createWithText("This is a test note"); in START_TEST()
675 XMLToken_t *token4 = XMLToken_createWithText("This is my text"); in START_TEST()
744 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
[all …]
H A DTestSBase.cpp619 XMLToken_t *token4 = XMLToken_createWithText("This is my text"); in START_TEST()
686 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
687 XMLToken_t *text_token = XMLToken_createWithText("This is my text"); in START_TEST()
800 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
801 XMLToken_t *text_token = XMLToken_createWithText("This is my text"); in START_TEST()
908 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
1013 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
1121 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
1219 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
1300 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
[all …]
H A DTestSyntaxChecker.c98 XMLToken_t *tt = XMLToken_createWithText("This is my text"); in START_TEST()
100 XMLToken_t *toptoken = XMLToken_createWithTripleAttr(toptriple, att); in START_TEST()
102 XMLToken_t *token = XMLToken_createWithTripleAttrNS(triple, att, ns); in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/test/
H A DTestSBase_newSetters.cpp98 XMLToken_t *tt = XMLToken_createWithText("This is my text"); in START_TEST()
167 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
168 XMLToken_t *text_token = XMLToken_createWithText("This is my text"); in START_TEST()
245 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
246 XMLToken_t *text_token = XMLToken_createWithText("This is my text"); in START_TEST()
302 XMLToken_t *text_token = XMLToken_createWithText("This is my text"); in START_TEST()
343 XMLToken_t *token = XMLToken_createWithText("This is a test note"); in START_TEST()
448 XMLToken_t* token = XMLToken_createWithText("This is a test note"); in START_TEST()
675 XMLToken_t *token4 = XMLToken_createWithText("This is my text"); in START_TEST()
744 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
[all …]
H A DTestSBase.cpp619 XMLToken_t *token4 = XMLToken_createWithText("This is my text"); in START_TEST()
686 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
687 XMLToken_t *text_token = XMLToken_createWithText("This is my text"); in START_TEST()
800 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
801 XMLToken_t *text_token = XMLToken_createWithText("This is my text"); in START_TEST()
908 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
1013 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
1121 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
1219 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
1300 XMLToken_t *p_token = XMLToken_createWithTripleAttr(p_triple, att); in START_TEST()
[all …]
H A DTestSyntaxChecker.c98 XMLToken_t *tt = XMLToken_createWithText("This is my text"); in START_TEST()
100 XMLToken_t *toptoken = XMLToken_createWithTripleAttr(toptriple, att); in START_TEST()
102 XMLToken_t *token = XMLToken_createWithTripleAttrNS(triple, att, ns); in START_TEST()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/xml/test/
H A DTestXMLToken_newSetters.c67 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
98 XMLToken_t* token = XMLToken_createWithTriple(triple); in START_TEST()
134 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
170 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
253 XMLToken_t* token = XMLToken_createWithTriple(triple); in START_TEST()
324 XMLToken_t* token = XMLToken_createWithTriple(triple); in START_TEST()
425 XMLToken_t* token = XMLToken_createWithTriple(triple); in START_TEST()
450 XMLToken_t* token = XMLToken_create(); in START_TEST()
472 XMLToken_t *token = XMLToken_createWithText("This is text"); in START_TEST()
498 XMLToken_t* token = XMLToken_create(); in START_TEST()
[all …]
H A DTestXMLInputStream.c86 XMLToken_t * token = XMLInputStream_next(stream); in START_TEST()
106 const XMLToken_t *next0 = XMLInputStream_peek(stream); in START_TEST()
112 XMLToken_t * next1 = XMLInputStream_next(stream); in START_TEST()
145 XMLToken_t * next0 = XMLInputStream_next(stream); in START_TEST()
H A DTestXMLToken.c55 XMLToken_t *token; in START_TEST()
96 XMLToken_t *token; in START_TEST()
116 XMLToken_t *token; in START_TEST()
140 XMLToken_t *token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
174 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
244 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
294 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
361 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
437 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
745 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/xml/test/
H A DTestXMLToken_newSetters.c67 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
98 XMLToken_t* token = XMLToken_createWithTriple(triple); in START_TEST()
134 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
170 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
253 XMLToken_t* token = XMLToken_createWithTriple(triple); in START_TEST()
324 XMLToken_t* token = XMLToken_createWithTriple(triple); in START_TEST()
425 XMLToken_t* token = XMLToken_createWithTriple(triple); in START_TEST()
450 XMLToken_t* token = XMLToken_create(); in START_TEST()
472 XMLToken_t *token = XMLToken_createWithText("This is text"); in START_TEST()
498 XMLToken_t* token = XMLToken_create(); in START_TEST()
[all …]
H A DTestXMLInputStream.c86 XMLToken_t * token = XMLInputStream_next(stream); in START_TEST()
106 const XMLToken_t *next0 = XMLInputStream_peek(stream); in START_TEST()
112 XMLToken_t * next1 = XMLInputStream_next(stream); in START_TEST()
145 XMLToken_t * next0 = XMLInputStream_next(stream); in START_TEST()
H A DTestXMLToken.c55 XMLToken_t *token; in START_TEST()
96 XMLToken_t *token; in START_TEST()
116 XMLToken_t *token; in START_TEST()
140 XMLToken_t *token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
174 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
244 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
294 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
361 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
437 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
745 XMLToken_t* token = XMLToken_createWithTripleAttr(triple, attr); in START_TEST()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c/
H A DaddingEvidenceCodes_2.c91 XMLToken_t* statement_token; in main()
95 XMLToken_t* subject_token; in main()
98 XMLToken_t* predicate_token; in main()
101 XMLToken_t* object_token; in main()
104 XMLToken_t* bqbiol_token; in main()
108 XMLToken_t* bag_token; in main()
111 XMLToken_t* li_token; in main()
116 XMLToken_t* RDF_token; in main()
/dports/biology/libsbml/libsbml-5.19.0/examples/c/
H A DaddingEvidenceCodes_2.c91 XMLToken_t* statement_token; in main()
95 XMLToken_t* subject_token; in main()
98 XMLToken_t* predicate_token; in main()
101 XMLToken_t* object_token; in main()
104 XMLToken_t* bqbiol_token; in main()
108 XMLToken_t* bag_token; in main()
111 XMLToken_t* li_token; in main()
116 XMLToken_t* RDF_token; in main()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/annotation/test/
H A DTestCVTerms.c120 XMLToken_t * li_token = XMLToken_createWithTripleAttr(li_triple, att); in START_TEST()
121 XMLToken_t * bag_token = XMLToken_createWithTripleAttr(bag_triple, att1); in START_TEST()
122 XMLToken_t * qual_token = XMLToken_createWithTripleAttr(qual_triple, att1); in START_TEST()
180 XMLToken_t * li_token = XMLToken_createWithTripleAttr(li_triple, att); in START_TEST()
181 XMLToken_t * bag_token = XMLToken_createWithTripleAttr(bag_triple, att1); in START_TEST()
182 XMLToken_t * qual_token = XMLToken_createWithTripleAttr(qual_triple, att1); in START_TEST()
183 XMLToken_t * nested_li_token = XMLToken_createWithTripleAttr(nested_li_triple, nested_att); in START_TEST()
184 XMLToken_t * nested_bag_token = XMLToken_createWithTripleAttr(nested_bag_triple, att1); in START_TEST()
185 XMLToken_t * nested_qual_token = XMLToken_createWithTripleAttr(nested_qual_triple, att1); in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/annotation/test/
H A DTestCVTerms.c120 XMLToken_t * li_token = XMLToken_createWithTripleAttr(li_triple, att); in START_TEST()
121 XMLToken_t * bag_token = XMLToken_createWithTripleAttr(bag_triple, att1); in START_TEST()
122 XMLToken_t * qual_token = XMLToken_createWithTripleAttr(qual_triple, att1); in START_TEST()
180 XMLToken_t * li_token = XMLToken_createWithTripleAttr(li_triple, att); in START_TEST()
181 XMLToken_t * bag_token = XMLToken_createWithTripleAttr(bag_triple, att1); in START_TEST()
182 XMLToken_t * qual_token = XMLToken_createWithTripleAttr(qual_triple, att1); in START_TEST()
183 XMLToken_t * nested_li_token = XMLToken_createWithTripleAttr(nested_li_triple, nested_att); in START_TEST()
184 XMLToken_t * nested_bag_token = XMLToken_createWithTripleAttr(nested_bag_triple, att1); in START_TEST()
185 XMLToken_t * nested_qual_token = XMLToken_createWithTripleAttr(nested_qual_triple, att1); in START_TEST()
/dports/biology/libnuml/NuML-1.1.4/libnuml/src/numl/common/
H A Dnumlfwd.h253 typedef CLASS_OR_STRUCT XMLToken XMLToken_t; typedef

12