Searched refs:TiXmlAttribute (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.cpp | 441 TiXmlAttribute* node = attributeSet.Find( str ); in RemoveAttribute() 443 TiXmlAttribute* node = attributeSet.Find( name ); in RemoveAttribute() 570 TiXmlAttribute* node = attributeSet.First(); in ClearThis() 579 const TiXmlAttribute* node = attributeSet.Find( name ); in Attribute() 589 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() 599 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() 615 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() 631 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() 647 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() 663 const TiXmlAttribute* attri in QueryIntAttribute() [all...] |
H A D | tinyxml.h | 87 class TiXmlAttribute; 139 virtual bool VisitEnter( const TiXmlElement& /*element*/, const TiXmlAttribute* /*firstAttribute*/ ) { return true; } in VisitEnter() 779 class TiXmlAttribute : public TiXmlBase class 785 TiXmlAttribute() : TiXmlBase() in TiXmlAttribute() function in TiXmlAttribute 793 TiXmlAttribute( const std::string& _name, const std::string& _value ) in TiXmlAttribute() function in TiXmlAttribute 803 TiXmlAttribute( const char * _name, const char * _value ) in TiXmlAttribute() function in TiXmlAttribute 849 const TiXmlAttribute* Next() const; 850 TiXmlAttribute* Next() { in Next() 851 return const_cast< TiXmlAttribute* >( (const_cast< const TiXmlAttribute* >(thi in Next() [all...] |
H A D | tinyxmlparser.cpp | 1142 TiXmlAttribute* attrib = new TiXmlAttribute(); in Parse() 1161 TiXmlAttribute* node = attributeSet.Find( attrib->NameTStr() ); in Parse() 1163 TiXmlAttribute* node = attributeSet.Find( attrib->Name() ); in Parse() 1392 const char* TiXmlAttribute::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) in Parse() 1605 TiXmlAttribute attrib; in Parse() 1611 TiXmlAttribute attrib; in Parse() 1617 TiXmlAttribute attrib; in Parse()
|
/third_party/lame/ACM/tinyxml/ |
H A D | tinyxml.cpp | 316 TiXmlAttribute* node = attributeSet.Find( name ); in RemoveAttribute() 415 TiXmlAttribute* node = attributeSet.First(); in ~TiXmlElement() 423 TiXmlAttribute* node = attributeSet.Find( name ); in Attribute() 456 TiXmlAttribute* node = attributeSet.Find( name ); in SetAttribute() 463 TiXmlAttribute* attrib = new TiXmlAttribute( name, value ); in SetAttribute() 486 TiXmlAttribute* attrib; in Print() 532 TiXmlAttribute* attrib; in StreamOut() 569 TiXmlAttribute* attribute = 0; in Clone() 714 TiXmlAttribute* TiXmlAttribut [all...] |
H A D | tinyxml.h | 39 class TiXmlAttribute; 431 class TiXmlAttribute : public TiXmlBase class 437 TiXmlAttribute() : prev( 0 ), next( 0 ) {} in TiXmlAttribute() function in TiXmlAttribute 440 TiXmlAttribute( const std::string& _name, const std::string& _value ) : name( _name ), value( _value ), prev( 0 ), next( 0 ) {} in TiXmlAttribute() function in TiXmlAttribute 454 TiXmlAttribute* Next() const; 456 TiXmlAttribute* Previous() const; 458 bool operator==( const TiXmlAttribute& rhs ) const { return rhs.name == name; } in operator ==() 459 bool operator<( const TiXmlAttribute& rhs ) const { return name < rhs.name; } in operator <() 460 bool operator>( const TiXmlAttribute& rhs ) const { return name > rhs.name; } in operator >() 483 TiXmlAttribute* pre [all...] |
H A D | tinyxmlparser.cpp | 590 TiXmlAttribute attrib; in Parse() 752 const char* TiXmlAttribute::Parse( const char* p ) in Parse() 889 TiXmlAttribute attrib; in Parse() 896 TiXmlAttribute attrib; in Parse() 903 TiXmlAttribute attrib; in Parse()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | test_xml_utils.cc | 40 const TiXmlAttribute* GetAttribute(const TiXmlNode* node, in GetAttribute() 42 for (const TiXmlAttribute* attribute = node->ToElement()->FirstAttribute(); in GetAttribute()
|
H A D | test_xml_utils.h | 29 const TiXmlAttribute* GetAttribute(const TiXmlNode* node,
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/ |
H A D | cmap_basic_test.cc | 86 const TiXmlAttribute* num_cmaps_attr = GetAttribute(cmap_table->at(0), in TEST_P() 88 ASSERT_NE(num_cmaps_attr, reinterpret_cast<TiXmlAttribute*>(NULL)); in TEST_P()
|
Completed in 11 milliseconds