Lines Matching refs:foo
438 const char* str = "<doc attr0='1' attr1='2.0' attr2='foo' />";
579 TiXmlElement element( "foo" );
583 TiXmlElement elementAssign( "foo" );
584 elementAssign.Parse( "<incorrect foo='bar'/>", 0, TIXML_ENCODING_UNKNOWN );
591 XmlTest( "Copy/Assign: element assign #3.", 0, (int) elementAssign.Attribute( "foo" ) );
666 const char* str = "<foo>This is text</foo>";
673 str = "<foo><b>This is text</b></foo>";
680 str = "<foo>This is <b>text</b></foo>";
1013 TiXmlString foo;
1015 XmlTest( "Empty tinyxml string compare equal", ( foo == bar ), true );