Lines Matching refs:LHSStr
45 const char *LHSStr, const char *RHSStr, const char *File,
87 bool test(TestCondition Cond, ValType LHS, ValType RHS, const char *LHSStr, in test() argument
89 return internal::test(Ctx, Cond, LHS, RHS, LHSStr, RHSStr, File, Line); in test()
94 bool test(TestCondition Cond, ValType LHS, ValType RHS, const char *LHSStr, in test() argument
96 return internal::test(Ctx, Cond, (long long)LHS, (long long)RHS, LHSStr, in test()
103 bool test(TestCondition Cond, ValType LHS, ValType RHS, const char *LHSStr, in test() argument
106 (unsigned long long)RHS, LHSStr, RHSStr, File, Line); in test()
109 bool testStrEq(const char *LHS, const char *RHS, const char *LHSStr,
112 bool testStrNe(const char *LHS, const char *RHS, const char *LHSStr,
115 bool testMatch(bool MatchResult, MatcherBase &Matcher, const char *LHSStr,
119 const char *LHSStr, const char *RHSStr,
123 const char *LHSStr, const char *RHSStr,