Lines Matching refs:DEFS
73 DEFS = {
161 """ % DEFS)
209 DEFS = {
221 template <typename Pred""" % DEFS
227 AssertionResult AssertPred%(n)sHelper(const char* pred_text""" % DEFS
241 """ % DEFS
265 GTEST_ASSERT_(::testing::AssertPred%(n)sHelper(#pred""" % DEFS
288 """ % DEFS
329 DEFS = {
408 """ % DEFS)
415 DEFS = {
447 """ % DEFS)
453 bool operator()(""" % DEFS
462 """ % DEFS
467 testing::AssertionResult PredFormatFunction%(n)s(""" % DEFS
480 << """ % DEFS
488 """ % DEFS
494 testing::AssertionResult operator()(""" % DEFS
506 """ % DEFS
515 finished_ = false;""" % DEFS
548 """ % DEFS
558 """ % DEFS
561 """) % DEFS
568 """ % DEFS
603 assertion += '%(n)s' % DEFS
644 defs = DEFS.copy()