Searched refs:DECLARATION (Results 1 - 6 of 6) sorted by relevance

/external/tinyxml/
H A Dtinyxml.cpp1390 : TiXmlNode( TiXmlNode::DECLARATION )
1402 : TiXmlNode( TiXmlNode::DECLARATION )
1412 : TiXmlNode( TiXmlNode::DECLARATION )
H A Dtinyxml.h431 DECLARATION, enumerator in enum:TiXmlNode::NodeType
623 UNKNOWN, TEXT, and DECLARATION.
641 const TiXmlDeclaration* ToDeclaration() const { return ( this && type == DECLARATION ) ? (const TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
648 TiXmlDeclaration* ToDeclaration() { return ( this && type == DECLARATION ) ? (TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
802 It is only used internally, both by the ELEMENT and the DECLARATION.
1132 TiXmlDeclaration() : TiXmlNode( TiXmlNode::DECLARATION ) {}
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp157 else if(node.Type() == TiXmlNode::DECLARATION)
212 } else if(node.Type() == TiXmlNode::DECLARATION && name.length()==0) {
292 } else if(node.Type() == TiXmlNode::DECLARATION && name.length()==0) {
786 case TiXmlNode::DECLARATION:
/external/v8/src/
H A Dast.h2020 DECLARATION enumerator in enum:v8::internal::FunctionLiteral::Type
2116 IsExpression::encode(type != DECLARATION) |
H A Dparser.cc722 : FunctionLiteral::DECLARATION;
1947 FunctionLiteral::DECLARATION,
4396 Scope* scope = (type == FunctionLiteral::DECLARATION && !is_extended_mode())
/external/srec/config/en.us/dictionary/
H A Dc0.627328 DECLARATION D EH2 K L ER0 EY1 SH AH0 N
[all...]

Completed in 583 milliseconds