OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TiXmlAttribute
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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));
/cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp
250
const
TiXmlAttribute
* attr = elem.FirstAttribute();
Completed in 864 milliseconds