OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASSERT_TRUE_M
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/util/
test.h
38
#define
ASSERT_TRUE_M
(x, y) CHECK(x) << (y)
/external/regex-re2/re2/testing/
re2_arg_test.cc
89
// It's ugly to use a macro, but we apparently can't use the
ASSERT_TRUE_M
100
ASSERT_TRUE_M
(retval == success, \
Completed in 85 milliseconds