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:TiXmlUnknown
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H
A
D
tinyxml.h
86
class
TiXmlUnknown
;
150
virtual bool Visit( const
TiXmlUnknown
& /*unknown*/ ) { return true; }
in Visit()
700
virtual const
TiXmlUnknown
* ToUnknown() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
in ToUnknown()
707
virtual
TiXmlUnknown
* ToUnknown() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
in ToUnknown()
1354
class
TiXmlUnknown
: public TiXmlNode
class
1357
TiXmlUnknown
() : TiXmlNode( TiXmlNode::TINYXML_UNKNOWN ) {}
in TiXmlUnknown()
function in TiXmlUnknown
1358
virtual ~
TiXmlUnknown
() {}
in ~TiXmlUnknown()
1360
TiXmlUnknown
( const
TiXmlUnknown
& copy ) : TiXmlNode( TiXmlNode::TINYXML_UNKNOWN ) { copy.CopyTo( this ); }
in TiXmlUnknown()
function in TiXmlUnknown
1361
TiXmlUnknown
in TiXmlUnknown()
[all...]
H
A
D
tinyxml.cpp
1468
void
TiXmlUnknown
::Print( FILE* cfile, int depth ) const
1476
void
TiXmlUnknown
::CopyTo(
TiXmlUnknown
* target ) const
1482
bool
TiXmlUnknown
::Accept( TiXmlVisitor* visitor ) const
1488
TiXmlNode*
TiXmlUnknown
::Clone() const
1490
TiXmlUnknown
* clone = new
TiXmlUnknown
();
1877
bool TiXmlPrinter::Visit( const
TiXmlUnknown
& unknown )
H
A
D
tinyxmlparser.cpp
875
returnNode = new
TiXmlUnknown
();
in Identify()
890
returnNode = new
TiXmlUnknown
();
in Identify()
1251
void
TiXmlUnknown
::StreamIn( std::istream * in, TIXML_STRING * tag )
in StreamIn()
1275
const char*
TiXmlUnknown
::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding )
in Parse()
/third_party/lame/ACM/tinyxml/
H
A
D
tinyxml.h
38
class
TiXmlUnknown
;
389
TiXmlUnknown
* ToUnknown() const { return ( this && type == UNKNOWN ) ? (
TiXmlUnknown
*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
in ToUnknown()
703
class
TiXmlUnknown
: public TiXmlNode
class
706
TiXmlUnknown
() : TiXmlNode( TiXmlNode::UNKNOWN ) {}
in TiXmlUnknown()
function in TiXmlUnknown
707
virtual ~
TiXmlUnknown
() {}
in ~TiXmlUnknown()
H
A
D
tinyxml.cpp
922
void
TiXmlUnknown
::Print( FILE* cfile, int depth ) const
in Print()
934
void
TiXmlUnknown
::StreamOut( std::ostream* stream ) const
in StreamOut()
940
TiXmlNode*
TiXmlUnknown
::Clone() const
in Clone()
942
TiXmlUnknown
* clone = new
TiXmlUnknown
();
in Clone()
H
A
D
tinyxmlparser.cpp
397
returnNode = new
TiXmlUnknown
();
in Identify()
674
void
TiXmlUnknown
::StreamIn( std::istream* in, std::string* tag )
in StreamIn()
690
const char*
TiXmlUnknown
::Parse( const char* p )
in Parse()
Completed in 10 milliseconds