Lines Matching defs:AMatcher
108 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches()
114 const T &AMatcher) { in notMatches()
120 const T &AMatcher) { in matchesObjC()
127 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) { in matchesC()
134 const T &AMatcher) { in matchesC99()
141 const T &AMatcher) { in notMatchesC()
148 const T &AMatcher) { in notMatchesObjC()
159 const std::string &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionallyWithCuda()
215 const T &AMatcher) { in matchesWithCuda()
221 const T &AMatcher) { in notMatchesWithCuda()
227 matchAndVerifyResultConditionally(const std::string &Code, const T &AMatcher, in matchAndVerifyResultConditionally()
273 matchAndVerifyResultTrue(const std::string &Code, const T &AMatcher, in matchAndVerifyResultTrue()
281 matchAndVerifyResultFalse(const std::string &Code, const T &AMatcher, in matchAndVerifyResultFalse()