OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIXML_ERROR_PARSING_ELEMENT
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp
1050
if ( document ) document->SetError(
TIXML_ERROR_PARSING_ELEMENT
, 0, 0, encoding );
1062
if ( document ) document->SetError(
TIXML_ERROR_PARSING_ELEMENT
, p, data, encoding );
1154
if ( document ) document->SetError(
TIXML_ERROR_PARSING_ELEMENT
, pErr, data, encoding );
1167
if ( document ) document->SetError(
TIXML_ERROR_PARSING_ELEMENT
, pErr, data, encoding );
[
all
...]
tinyxml.h
269
TIXML_ERROR_PARSING_ELEMENT
,
[
all
...]
/external/tinyxml/
tinyxmlparser.cpp
1021
if ( document ) document->SetError(
TIXML_ERROR_PARSING_ELEMENT
, 0, 0, encoding );
1033
if ( document ) document->SetError(
TIXML_ERROR_PARSING_ELEMENT
, p, data, encoding );
1113
if ( document ) document->SetError(
TIXML_ERROR_PARSING_ELEMENT
, pErr, data, encoding );
[
all
...]
tinyxml.h
218
TIXML_ERROR_PARSING_ELEMENT
,
[
all
...]
Completed in 3075 milliseconds