Home
last modified time | relevance | path

Searched refs:PreviousSiblingElement (Results 1 – 25 of 48) sorted by relevance

12

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/src/
H A Dtinyxml.h703 const TiXmlElement* PreviousSiblingElement() const;
704 TiXmlElement* PreviousSiblingElement() { in PreviousSiblingElement() function
707 PreviousSiblingElement() ); in PreviousSiblingElement()
713 const TiXmlElement* PreviousSiblingElement( const char * ) const;
714 TiXmlElement* PreviousSiblingElement( const char *_next ) { in PreviousSiblingElement() function
717 PreviousSiblingElement( _next ) ); in PreviousSiblingElement()
720 const TiXmlElement* PreviousSiblingElement( const String& _value) const in PreviousSiblingElement() function
721 { return PreviousSiblingElement (_value.c_str ()); } in PreviousSiblingElement()
722 TiXmlElement* PreviousSiblingElement( const String& _value) in PreviousSiblingElement() function
723 { return PreviousSiblingElement (_value.c_str ()); } in PreviousSiblingElement()
H A DXml.cpp963 TiXmlElement* prev = (*this)->updTiElement().PreviousSiblingElement(); in operator --()
965 prev = prev->PreviousSiblingElement(); in operator --()
973 TiXmlElement* prev = (*this)->updTiElement().PreviousSiblingElement(); in operator --()
975 prev = prev->PreviousSiblingElement(); in operator --()
H A Dtinyxml.cpp584 const TiXmlElement* TiXmlNode::PreviousSiblingElement() const in PreviousSiblingElement() function in SimTK::TiXmlNode
612 const TiXmlElement* TiXmlNode::PreviousSiblingElement( const char * _value ) const in PreviousSiblingElement() function in SimTK::TiXmlNode
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/parsing/include/antioch/
H A Dtinyxml2.h519 const XMLElement* PreviousSiblingElement( const char* value=0 ) const ;
520 …lement* PreviousSiblingElement( const char* _value=0 ) { return const_cast<XMLElement*>(const_cast…
1309 …XMLHandle PreviousSiblingElement( const char* _value=0 ) { return XMLHandle( node ? node->Previ…
1349 …nst XMLConstHandle PreviousSiblingElement( const char* _value=0 ) const { return XMLConstHandle( …
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/tinyxml2/
H A Dtinyxml2.h761 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
763 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
764 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
1841 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
1842 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
1916 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
1917 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/games/stuntrally/stuntrally-2.6.1/source/tinyxml/
H A Dtinyxml2.h694 const XMLElement* PreviousSiblingElement( const char* value=0 ) const ;
696 XMLElement* PreviousSiblingElement( const char* value=0 ) {
697 …return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( value ) );
1712 XMLHandle PreviousSiblingElement( const char* _value=0 ) {
1713 return XMLHandle( _node ? _node->PreviousSiblingElement( _value ) : 0 );
1787 const XMLConstHandle PreviousSiblingElement( const char* _value=0 ) const {
1788 return XMLConstHandle( _node ? _node->PreviousSiblingElement( _value ) : 0 );
/dports/emulators/aqemu/aqemu-0.9.2/src/
H A Dtinyxml2.h750 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
752 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
753 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
1830 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
1831 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
1905 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
1906 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/games/maxr/maxr-0.2.9/src/
H A Dtinyxml2.h694 const XMLElement* PreviousSiblingElement( const char* value=0 ) const ;
696 XMLElement* PreviousSiblingElement( const char* value=0 ) {
697 …return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( value ) );
1712 XMLHandle PreviousSiblingElement( const char* _value=0 ) {
1713 return XMLHandle( _node ? _node->PreviousSiblingElement( _value ) : 0 );
1787 const XMLConstHandle PreviousSiblingElement( const char* _value=0 ) const {
1788 return XMLConstHandle( _node ? _node->PreviousSiblingElement( _value ) : 0 );
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/datasets/src/tinyxml2/
H A Dtinyxml2.h725 const XMLElement* PreviousSiblingElement( const char* value=0 ) const ;
727 XMLElement* PreviousSiblingElement( const char* value=0 ) {
728 …return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( value ) );
1806 XMLHandle PreviousSiblingElement( const char* _value=0 ) {
1807 return XMLHandle( _node ? _node->PreviousSiblingElement( _value ) : 0 );
1881 const XMLConstHandle PreviousSiblingElement( const char* _value=0 ) const {
1882 return XMLConstHandle( _node ? _node->PreviousSiblingElement( _value ) : 0 );
/dports/audio/oaml/oaml-1.3.4/include/
H A Dtinyxml2.h750 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
752 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
753 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
1830 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
1831 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
1905 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
1906 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/science/gromacs/gromacs-2021.4/src/external/tinyxml2/
H A Dtinyxml2.h785 const XMLElement* PreviousSiblingElement( const char* value=0 ) const ;
787 XMLElement* PreviousSiblingElement( const char* value=0 ) {
788 …return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( value ) );
1858 XMLHandle PreviousSiblingElement( const char* _value=0 ) {
1859 return XMLHandle( _node ? _node->PreviousSiblingElement( _value ) : 0 );
1933 const XMLConstHandle PreviousSiblingElement( const char* _value=0 ) const {
1934 return XMLConstHandle( _node ? _node->PreviousSiblingElement( _value ) : 0 );
/dports/audio/noson-app/noson-app-4.5.0/backend/NosonThumbnailer/thumbnailer/
H A Dtinyxml2.h785 const XMLElement* PreviousSiblingElement( const char* value=0 ) const ;
787 XMLElement* PreviousSiblingElement( const char* value=0 ) {
788 …return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( value ) );
1858 XMLHandle PreviousSiblingElement( const char* _value=0 ) {
1859 return XMLHandle( _node ? _node->PreviousSiblingElement( _value ) : 0 );
1933 const XMLConstHandle PreviousSiblingElement( const char* _value=0 ) const {
1934 return XMLConstHandle( _node ? _node->PreviousSiblingElement( _value ) : 0 );
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/tinyxml2/
H A Dtinyxml2.h808 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
810 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
811 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
2034 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
2035 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
2106 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
2107 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/tinyxml2/
H A Dtinyxml2.h808 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
810 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
811 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
2034 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
2035 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
2106 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
2107 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/tinyxml2/
H A Dtinyxml2.h913 const XMLElement* PreviousSiblingElement(const char* name = 0) const;
915 XMLElement* PreviousSiblingElement(const char* name = 0)
917 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement(name));
2225 XMLHandle PreviousSiblingElement(const char* name = 0)
2227 return XMLHandle(_node ? _node->PreviousSiblingElement(name) : 0);
2313 const XMLConstHandle PreviousSiblingElement(const char* name = 0) const
2315 return XMLConstHandle(_node ? _node->PreviousSiblingElement(name) : 0);
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/include/aws/core/external/tinyxml2/
H A Dtinyxml2.h814 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
816 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
817 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
2010 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
2011 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
2082 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
2083 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/textproc/tinyxml2/tinyxml2-9.0.0/
H A Dtinyxml2.h814 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
816 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
817 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
2091 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
2092 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
2163 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
2164 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/tinyxml2/
H A Dtinyxml2.h808 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
810 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
811 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
2034 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
2035 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
2106 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
2107 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/devel/cppcheck-gui/cppcheck-2.6.3/externals/tinyxml2/
H A Dtinyxml2.h800 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
802 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
803 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
2007 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
2008 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
2079 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
2080 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/misc/opennn/opennn-5.0.5/opennn/
H A Dtinyxml2.h802 const XMLElement* PreviousSiblingElement(const char* name = nullptr ) const;
804 XMLElement* PreviousSiblingElement(const char* name = nullptr ) {
805 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement(name ));
2009 XMLHandle PreviousSiblingElement(const char* name = nullptr ) {
2010 return XMLHandle(_node ? _node->PreviousSiblingElement(name ) : nullptr );
2079 const XMLConstHandle PreviousSiblingElement(const char* name = nullptr ) const {
2080 return XMLConstHandle(_node ? _node->PreviousSiblingElement(name ) : nullptr );
/dports/devel/cppcheck/cppcheck-2.6.3/externals/tinyxml2/
H A Dtinyxml2.h800 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
802 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
803 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
2007 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
2008 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
2079 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
2080 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/
H A Dtinyxml2.h795 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
797 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
798 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
1988 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
1989 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
2063 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
2064 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/graphics/geos/geos-3.9.1/tests/xmltester/tinyxml2/
H A Dtinyxml2.h805 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
807 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
808 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
2027 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
2028 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
2099 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
2100 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/tinyxml2/
H A Dtinyxml2.h913 const XMLElement* PreviousSiblingElement(const char* name = 0) const;
915 XMLElement* PreviousSiblingElement(const char* name = 0)
917 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement(name));
2225 XMLHandle PreviousSiblingElement(const char* name = 0)
2227 return XMLHandle(_node ? _node->PreviousSiblingElement(name) : 0);
2313 const XMLConstHandle PreviousSiblingElement(const char* name = 0) const
2315 return XMLConstHandle(_node ? _node->PreviousSiblingElement(name) : 0);
/dports/math/mfem/mfem-4.3/general/
H A Dtinyxml2.h814 const XMLElement* PreviousSiblingElement( const char* name = 0 ) const ;
816 XMLElement* PreviousSiblingElement( const char* name = 0 ) {
817 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->PreviousSiblingElement( name ) );
2099 XMLHandle PreviousSiblingElement( const char* name = 0 ) {
2100 return XMLHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );
2171 const XMLConstHandle PreviousSiblingElement( const char* name = 0 ) const {
2172 return XMLConstHandle( _node ? _node->PreviousSiblingElement( name ) : 0 );

12