Lines Matching refs:Find
466 TiXmlAttribute* node = attributeSet.Find( name );
664 const TiXmlAttribute* node = attributeSet.Find( name );
703 const TiXmlAttribute* node = attributeSet.Find( name );
713 const TiXmlAttribute* node = attributeSet.Find( name );
747 TiXmlAttribute* node = attributeSet.Find( name );
1205 if (value.find ('\"') == TIXML_STRING::npos)
1214 if (value.find( '\"' ) != TIXML_STRING::npos)
1534 assert( !Find( addMe->Name() ) ); // Shouldn't be multiply adding to the set.
1561 const TiXmlAttribute* TiXmlAttributeSet::Find( const char * name ) const
1573 TiXmlAttribute* TiXmlAttributeSet::Find( const char * name )