Home
last modified time | relevance | path

Searched refs:DOCUMENT (Results 1 - 3 of 3) sorted by relevance

/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h253 DOCUMENT, enumerator
386 TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. in ToDocument()
H A Dtinyxml.cpp586 TiXmlDocument::TiXmlDocument() : TiXmlNode( TiXmlNode::DOCUMENT ) in TiXmlDocument()
593 TiXmlDocument::TiXmlDocument( const std::string& documentName ) : TiXmlNode( TiXmlNode::DOCUMENT ) in TiXmlDocument()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs776 pub const DOCUMENT: Nid = Nid(ffi::NID_document); consts

Completed in 8 milliseconds