Lines Matching defs:Code
104 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches()
109 testing::AssertionResult notMatches(const std::string &Code, in notMatches()
115 testing::AssertionResult matchesObjC(const std::string &Code, in matchesObjC()
123 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) { in matchesC()
129 testing::AssertionResult notMatchesC(const std::string &Code, in notMatchesC()
136 testing::AssertionResult notMatchesObjC(const std::string &Code, in notMatchesObjC()
148 const std::string &Code, const T &AMatcher, bool ExpectMatch, in matchesConditionallyWithCuda()
204 testing::AssertionResult matchesWithCuda(const std::string &Code, in matchesWithCuda()
210 testing::AssertionResult notMatchesWithCuda(const std::string &Code, in notMatchesWithCuda()
217 matchAndVerifyResultConditionally(const std::string &Code, const T &AMatcher, in matchAndVerifyResultConditionally()
261 matchAndVerifyResultTrue(const std::string &Code, const T &AMatcher, in matchAndVerifyResultTrue()
269 matchAndVerifyResultFalse(const std::string &Code, const T &AMatcher, in matchAndVerifyResultFalse()