Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TiXmlComment
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H
A
D
tinyxml.cpp
1283
TiXmlComment
::
TiXmlComment
( const
TiXmlComment
& copy ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT )
1289
TiXmlComment
&
TiXmlComment
::operator=( const
TiXmlComment
& base )
1297
void
TiXmlComment
::Print( FILE* cfile, int depth ) const
1308
void
TiXmlComment
::CopyTo(
TiXmlComment
* target ) const
1314
bool
TiXmlComment
[all...]
H
A
D
tinyxml.h
85
class
TiXmlComment
;
148
virtual bool Visit( const
TiXmlComment
& /*comment*/ ) { return true; }
in Visit()
699
virtual const
TiXmlComment
* ToComment() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
in ToComment()
706
virtual
TiXmlComment
* ToComment() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
in ToComment()
1162
class
TiXmlComment
: public TiXmlNode
class
1166
TiXmlComment
() : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) {}
in TiXmlComment()
function in TiXmlComment
1168
TiXmlComment
( const char* _value ) : TiXmlNode( TiXmlNode::TINYXML_COMMENT ) {
in TiXmlComment()
function in TiXmlComment
1171
TiXmlComment
( const
TiXmlComment
& );
1172
TiXmlComment
[all...]
H
A
D
tinyxmlparser.cpp
859
returnNode = new
TiXmlComment
();
in Identify()
1310
void
TiXmlComment
::StreamIn( std::istream * in, TIXML_STRING * tag )
in StreamIn()
1337
const char*
TiXmlComment
::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
in Parse()
/third_party/lame/ACM/tinyxml/
H
A
D
tinyxml.h
37
class
TiXmlComment
;
388
TiXmlComment
* ToComment() const { return ( this && type == COMMENT ) ? (
TiXmlComment
*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
in ToComment()
590
class
TiXmlComment
: public TiXmlNode
class
594
TiXmlComment
() : TiXmlNode( TiXmlNode::COMMENT ) {}
in TiXmlComment()
function in TiXmlComment
595
virtual ~
TiXmlComment
() {}
in ~TiXmlComment()
H
A
D
tinyxml.cpp
799
void
TiXmlComment
::Print( FILE* cfile, int depth ) const
in Print()
813
void
TiXmlComment
::StreamOut( std::ostream* stream ) const
in StreamOut()
821
TiXmlNode*
TiXmlComment
::Clone() const
in Clone()
823
TiXmlComment
* clone = new
TiXmlComment
();
in Clone()
H
A
D
tinyxmlparser.cpp
390
returnNode = new
TiXmlComment
();
in Identify()
714
void
TiXmlComment
::StreamIn( std::istream* in, std::string* tag )
in StreamIn()
732
const char*
TiXmlComment
::Parse( const char* p )
in Parse()
Completed in 9 milliseconds