Searched refs:element0 (Results 1 - 3 of 3) sorted by relevance
/third_party/lame/ACM/tinyxml/ |
H A D | xmltest.cpp | 287 TiXmlElement element0( "default" ); in main() 288 parse0 >> element0; in main() local 290 XmlTest( "Element parsed, value is 'Element0'.", string( "Element0" ), element0.Value() ); in main() 291 XmlTest( "Reads attribute 'attribute0=\"foo0\"'.", string( "foo0" ), *( element0.Attribute( "attribute0" ) ) ); in main() 292 XmlTest( "Reads incorrectly formatted 'attribute1=noquotes'.", string( "noquotes" ), *( element0.Attribute( "attribute1" ) ) ); in main() 293 XmlTest( "Read attribute with entity value '>'.", string( ">" ), *( element0.Attribute( "attribute2" ) ) ); in main()
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlrole.c | 130 attlist9, element0, element1, element2, element3, element4, element5, variable 351 state->handler = element0; in internalSubset() 905 element0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in element0() function
|
/third_party/python/Modules/expat/ |
H A D | xmlrole.c | 131 attlist9, element0, element1, element2, element3, element4, element5, variable 352 state->handler = element0; in internalSubset() 906 element0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in element0() function
|
Completed in 4 milliseconds