HomeSort by relevance Sort by last modified time
    Searched refs:DECLARATION (Results 1 - 5 of 5) sorted by null

  /external/tinyxml/
tinyxml.cpp 1390 : TiXmlNode( TiXmlNode::DECLARATION )
1402 : TiXmlNode( TiXmlNode::DECLARATION )
1412 : TiXmlNode( TiXmlNode::DECLARATION )
    [all...]
tinyxml.h 141 Declaration( leaf )
431 DECLARATION,
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.
804 The set can be changed transparent to the Element and Declaration
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 157 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:
    [all...]
  /external/v8/src/
ast.h 125 class Declaration;
222 virtual Declaration* AsDeclaration() { return NULL; }
446 class Declaration: public AstNode {
454 virtual Declaration* AsDeclaration() { return this; }
457 Declaration(VariableProxy* proxy,
473 // Nested scope from which the declaration originated.
478 class VariableDeclaration: public Declaration {
492 : Declaration(proxy, mode, scope) {
497 class FunctionDeclaration: public Declaration {
514 : Declaration(proxy, mode, scope)
    [all...]
parser.cc 722 : FunctionLiteral::DECLARATION;
1255 Declaration* declaration = local
1466 Declaration* declaration = local
1925 Declaration* declaration = local
1954 Declaration* declaration = local
2186 Declaration* declaration = local
    [all...]

Completed in 500 milliseconds