OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TiXmlAttributeSet
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp
1500
TiXmlAttributeSet
::
TiXmlAttributeSet
()
1507
TiXmlAttributeSet
::~
TiXmlAttributeSet
()
1514
void
TiXmlAttributeSet
::Add( TiXmlAttribute* addMe )
1529
void
TiXmlAttributeSet
::Remove( TiXmlAttribute* removeMe )
1549
TiXmlAttribute*
TiXmlAttributeSet
::Find( const std::string& name ) const
1559
TiXmlAttribute*
TiXmlAttributeSet
::FindOrCreate( const std::string& _name )
1572
TiXmlAttribute*
TiXmlAttributeSet
::Find( const char* name ) const
1583
TiXmlAttribute*
TiXmlAttributeSet
::FindOrCreate( const char* _name
[
all
...]
tinyxml.h
781
friend class
TiXmlAttributeSet
;
903
class
TiXmlAttributeSet
906
TiXmlAttributeSet
();
907
~
TiXmlAttributeSet
();
[
all
...]
/external/tinyxml/
tinyxml.cpp
1518
TiXmlAttributeSet
::
TiXmlAttributeSet
()
1525
TiXmlAttributeSet
::~
TiXmlAttributeSet
()
1532
void
TiXmlAttributeSet
::Add( TiXmlAttribute* addMe )
1543
void
TiXmlAttributeSet
::Remove( TiXmlAttribute* removeMe )
1561
const TiXmlAttribute*
TiXmlAttributeSet
::Find( const char * name ) const
1573
TiXmlAttribute*
TiXmlAttributeSet
::Find( const char * name )
[
all
...]
tinyxml.h
696
friend class
TiXmlAttributeSet
;
813
class
TiXmlAttributeSet
816
TiXmlAttributeSet
();
817
~
TiXmlAttributeSet
();
833
TiXmlAttributeSet
( const
TiXmlAttributeSet
& ); // not allowed
834
void operator=( const
TiXmlAttributeSet
& ); // not allowed (as TiXmlAttribute)
[
all
...]
Completed in 149 milliseconds