OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestInputInContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/testing/
tester.h
107
bool
TestInputInContext
(const StringPiece& text, const StringPiece& context);
tester.cc
613
bool okay =
TestInputInContext
(text, text);
618
okay &=
TestInputInContext
(sp, text);
621
okay &=
TestInputInContext
(sp, text);
626
bool Tester::
TestInputInContext
(const StringPiece& text,
Completed in 161 milliseconds