Searched refs:ToComment (Results 1 – 4 of 4) sorted by relevance
699 …virtual const TiXmlComment* ToComment() const { return 0; } ///< Cast to a more defined ty… in ToComment() function706 …virtual TiXmlComment* ToComment() { return 0; } ///< Cast to a more defined type. Wi… in ToComment() function1186 …virtual const TiXmlComment* ToComment() const { return this; } ///< Cast to a more defined type. … in ToComment() function1187 …virtual TiXmlComment* ToComment() { return this; } ///< Cast to a more defined type. Will ret… in ToComment() function
694 virtual XMLComment* ToComment() { in ToComment() function716 virtual const XMLComment* ToComment() const { in ToComment() function1029 virtual XMLComment* ToComment() { in ToComment() function1032 virtual const XMLComment* ToComment() const { in ToComment() function
1089 const XMLComment* comment = root->FirstChildElement("comment")->FirstChild()->ToComment(); in main()1276 XMLComment* comment = doc.FirstChild()->ToComment(); in main()1360 XMLComment* c0 = e0->ToComment(); in main()1361 XMLComment* c1 = e1->ToComment(); in main()
1258 const XMLComment* comment = compare->ToComment(); in ShallowEqual()