OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TiXmlAttribute
(Results
1 - 10
of
10
) sorted by null
/external/sfntly/cpp/src/test/
test_xml_utils.h
29
const
TiXmlAttribute
* GetAttribute(const TiXmlNode* node,
test_xml_utils.cc
40
const
TiXmlAttribute
* GetAttribute(const TiXmlNode* node,
42
for (const
TiXmlAttribute
* attribute = node->ToElement()->FirstAttribute();
/external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp
441
TiXmlAttribute
* node = attributeSet.Find( str );
443
TiXmlAttribute
* node = attributeSet.Find( name );
570
TiXmlAttribute
* node = attributeSet.First();
579
const
TiXmlAttribute
* node = attributeSet.Find( name );
589
const
TiXmlAttribute
* attrib = attributeSet.Find( name );
599
const
TiXmlAttribute
* attrib = attributeSet.Find( name );
615
const
TiXmlAttribute
* attrib = attributeSet.Find( name );
631
const
TiXmlAttribute
* attrib = attributeSet.Find( name );
647
const
TiXmlAttribute
* attrib = attributeSet.Find( name );
663
const
TiXmlAttribute
* attrib = attributeSet.Find( name )
[
all
...]
tinyxml.h
87
class
TiXmlAttribute
;
139
virtual bool VisitEnter( const TiXmlElement& /*element*/, const
TiXmlAttribute
* /*firstAttribute*/ ) { return true; }
779
class
TiXmlAttribute
: public TiXmlBase
785
TiXmlAttribute
() : TiXmlBase()
793
TiXmlAttribute
( const std::string& _name, const std::string& _value )
803
TiXmlAttribute
( const char * _name, const char * _value )
849
const
TiXmlAttribute
* Next() const;
850
TiXmlAttribute
* Next() {
851
return const_cast<
TiXmlAttribute
* >( (const_cast< const
TiXmlAttribute
* >(this))->Next() );
[
all
...]
tinyxmlparser.cpp
1142
TiXmlAttribute
* attrib = new
TiXmlAttribute
();
1161
TiXmlAttribute
* node = attributeSet.Find( attrib->NameTStr() );
1163
TiXmlAttribute
* node = attributeSet.Find( attrib->Name() );
1392
const char*
TiXmlAttribute
::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
[
all
...]
/external/tinyxml/
tinyxml.cpp
466
TiXmlAttribute
* node = attributeSet.Find( name );
655
TiXmlAttribute
* node = attributeSet.First();
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 );
754
TiXmlAttribute
* attrib = new
TiXmlAttribute
( name, _value );
776
const
TiXmlAttribute
* attrib;
821
const
TiXmlAttribute
* attrib
[
all
...]
tinyxml.h
89
class
TiXmlAttribute
;
694
class
TiXmlAttribute
: public TiXmlBase
700
TiXmlAttribute
() : TiXmlBase()
708
TiXmlAttribute
( const std::string& _name, const std::string& _value )
718
TiXmlAttribute
( const char * _name, const char * _value )
766
const
TiXmlAttribute
* Next() const;
767
TiXmlAttribute
* Next();
769
const
TiXmlAttribute
* Previous() const;
770
TiXmlAttribute
* Previous();
772
bool operator==( const
TiXmlAttribute
& rhs ) const { return rhs.name == name;
[
all
...]
tinyxmlparser.cpp
1100
TiXmlAttribute
* attrib = new
TiXmlAttribute
();
1119
TiXmlAttribute
* node = attributeSet.Find( attrib->Name() );
1318
const char*
TiXmlAttribute
::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
[
all
...]
xmltest.cpp
389
TiXmlAttribute
* doors = room->FirstAttribute();
428
TiXmlAttribute
* doors = room->FirstAttribute();
/external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc
86
const
TiXmlAttribute
* num_cmaps_attr = GetAttribute(cmap_table->at(0),
88
ASSERT_NE(num_cmaps_attr, reinterpret_cast<
TiXmlAttribute
*>(NULL));
Completed in 175 milliseconds