OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TiXmlAttribute
(Results
1 - 8
of
8
) sorted by null
/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/skia/legacy/src/ports/
SkXMLParser_tinyxml.cpp
21
const
TiXmlAttribute
* attr = elem->FirstAttribute();
/external/skia/src/ports/
SkXMLParser_tinyxml.cpp
21
const
TiXmlAttribute
* attr = elem->FirstAttribute();
/cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp
250
const
TiXmlAttribute
* attr = elem.FirstAttribute();
/external/srec/tools/grxmlcompile/
grxmldoc.cpp
799
for(
TiXmlAttribute
* attr=node.ToElement()->FirstAttribute();
[
all
...]
Completed in 219 milliseconds