HomeSort by relevance Sort by last modified time
    Searched refs:DECLARATION (Results 1 - 6 of 6) 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/chromium_org/v8/src/
preparser.cc 353 pos, FunctionLiteral::DECLARATION,
406 // If the variable declaration declares exactly one non-const
parser.cc 1209 Declaration* declaration = local
1451 Declaration* declaration = local
1905 Declaration* declaration = local
1946 Declaration* declaration = local
1980 Declaration* declaration = local
2203 Declaration* declaration = local
3025 Declaration* declaration = local
    [all...]
ast.h 112 class Declaration;
487 class Declaration : public AstNode {
496 Declaration(Zone* zone,
512 // Nested scope from which the declaration originated.
517 class VariableDeclaration FINAL : public Declaration {
531 : Declaration(zone, proxy, mode, scope, pos) {
536 class FunctionDeclaration FINAL : public Declaration {
553 : Declaration(zone, proxy, mode, scope, pos),
565 class ModuleDeclaration FINAL : public Declaration {
580 : Declaration(zone, proxy, MODULE, scope, pos)
    [all...]

Completed in 278 milliseconds