OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnyMatch
(Results
1 - 4
of
4
) sorted by null
/external/ImageMagick/Magick++/tests/
coderInfo.cpp
28
if ( isReadable_ != CoderInfo::
AnyMatch
&&
42
if ( isWritable_ != CoderInfo::
AnyMatch
&&
56
if ( isMultiFrame_ != CoderInfo::
AnyMatch
&&
104
failures += test(CoderInfo::
AnyMatch
,CoderInfo::
AnyMatch
,CoderInfo::
AnyMatch
);
107
failures += test(CoderInfo::TrueMatch,CoderInfo::
AnyMatch
,CoderInfo::
AnyMatch
);
108
failures += test(CoderInfo::FalseMatch,CoderInfo::
AnyMatch
,CoderInfo::
AnyMatch
);
[
all
...]
/external/ImageMagick/Magick++/lib/Magick++/
CoderInfo.h
24
AnyMatch
, // match any coder
STL.h
[
all
...]
/external/regex-re2/re2/
prefilter.cc
217
static Info*
AnyMatch
();
439
Prefilter::Info* Prefilter::Info::
AnyMatch
() {
525
return
AnyMatch
();
Completed in 271 milliseconds