OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECLARATION
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
parser.h
564
DECLARATION
,
/external/tinyxml/
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
...]
Completed in 62 milliseconds