Searched +defs:xml +defs:get +defs:attribute (Results 1 – 1 of 1) sorted by relevance
522 T* get() const{ return m_p; } in get() function in Catch::Ptr8366 TagAliasRegistry& TagAliasRegistry::get() { in get() function in Catch::TagAliasRegistry8373 ITagAliasRegistry const& ITagAliasRegistry::get() { return TagAliasRegistry::get(); } in get() function in Catch::ITagAliasRegistry8934 ScopedElement& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()8990 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute()8996 XmlWriter& writeAttribute( std::string const& name, bool attribute ) { in writeAttribute()9002 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute()9461 XmlWriter xml; member in Catch::JunitReporter