OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gErrorStrings
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/xml/
SkXMLParser.cpp
20
static char const* const
gErrorStrings
[] = {
45
if ((unsigned)fCode < SK_ARRAY_COUNT(
gErrorStrings
))
46
temp.set(
gErrorStrings
[fCode - 1]);
/external/skia/src/animator/
SkDisplayXMLParser.cpp
26
static char const* const
gErrorStrings
[] = {
63
str->set(
gErrorStrings
[fCode - kUnknownError]);
Completed in 80 milliseconds