Searched refs:AsElementImpl (Results 1 – 2 of 2) sorted by relevance
34 XmlElement* AsElement() { return AsElementImpl(); } in AsElement()35 const XmlElement* AsElement() const { return AsElementImpl(); } in AsElement()47 virtual XmlElement* AsElementImpl() const = 0;84 virtual XmlElement* AsElementImpl() const;220 virtual XmlElement* AsElementImpl() const;
34 XmlElement* XmlText::AsElementImpl() const { in AsElementImpl() function in buzz::XmlText118 XmlElement* XmlElement::AsElementImpl() const { in AsElementImpl() function in buzz::XmlElement