Home
last modified time | relevance | path

Searched +defs:xml +defs:get +defs:attribute (Results 1 – 1 of 1) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp522 T* get() const{ return m_p; } in get() function in Catch::Ptr
8366 TagAliasRegistry& TagAliasRegistry::get() { in get() function in Catch::TagAliasRegistry
8373 ITagAliasRegistry const& ITagAliasRegistry::get() { return TagAliasRegistry::get(); } in get() function in Catch::ITagAliasRegistry
8934 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