Searched refs:AssertionResult (Results 1 - 25 of 48) sorted by relevance

12

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h62 testing::AssertionResult matchesConditionally(
103 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) {
108 testing::AssertionResult notMatches(const std::string &Code,
114 testing::AssertionResult matchesObjC(const std::string &Code,
122 testing::AssertionResult notMatchesObjC(const std::string &Code,
133 testing::AssertionResult matchesConditionallyWithCuda(
188 testing::AssertionResult matchesWithCuda(const std::string &Code,
194 testing::AssertionResult notMatchesWithCuda(const std::string &Code,
200 testing::AssertionResult
244 testing::AssertionResult
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest.h176 // the assertion wasn't successful, the AssertionResult object
190 // testing::AssertionResult IsEven(int n) {
217 // testing::AssertionResult IsEven(int n) {
241 // testing::AssertionResult IsEven(const char* expr, int n) {
254 class GTEST_API_ AssertionResult { class in namespace:testing
258 AssertionResult(const AssertionResult& other);
260 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
266 AssertionResult operator!() const;
268 // Returns the text streamed into this AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
131 AssertionResult AssertPred2Helper(const char* pred_text,
182 AssertionResult AssertPred3Helper(const char* pred_text,
240 AssertionResult AssertPred4Helper(const char* pred_text,
305 AssertionResult AssertPred5Helper(const char* pred_text,
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h188 // the assertion wasn't successful, the AssertionResult object
202 // testing::AssertionResult IsEven(int n) {
229 // testing::AssertionResult IsEven(int n) {
253 // testing::AssertionResult IsEven(const char* expr, int n) {
266 class GTEST_API_ AssertionResult { class in namespace:testing
270 AssertionResult(const AssertionResult& other);
272 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
278 AssertionResult operator!() const;
280 // Returns the text streamed into this AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
129 AssertionResult AssertPred2Helper(const char* pred_text,
178 AssertionResult AssertPred3Helper(const char* pred_text,
234 AssertionResult AssertPred4Helper(const char* pred_text,
297 AssertionResult AssertPred5Helper(const char* pred_text,
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h187 // the assertion wasn't successful, the AssertionResult object
201 // testing::AssertionResult IsEven(int n) {
228 // testing::AssertionResult IsEven(int n) {
252 // testing::AssertionResult IsEven(const char* expr, int n) {
265 class GTEST_API_ AssertionResult { class in namespace:testing
269 AssertionResult(const AssertionResult& other);
271 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
277 AssertionResult operator!() const;
279 // Returns the text streamed into this AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
129 AssertionResult AssertPred2Helper(const char* pred_text,
178 AssertionResult AssertPred3Helper(const char* pred_text,
234 AssertionResult AssertPred4Helper(const char* pred_text,
297 AssertionResult AssertPred5Helper(const char* pred_text,
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h187 // the assertion wasn't successful, the AssertionResult object
201 // testing::AssertionResult IsEven(int n) {
228 // testing::AssertionResult IsEven(int n) {
252 // testing::AssertionResult IsEven(const char* expr, int n) {
265 class GTEST_API_ AssertionResult { class in namespace:testing
269 AssertionResult(const AssertionResult& other);
271 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
277 AssertionResult operator!() const;
279 // Returns the text streamed into this AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
129 AssertionResult AssertPred2Helper(const char* pred_text,
178 AssertionResult AssertPred3Helper(const char* pred_text,
234 AssertionResult AssertPred4Helper(const char* pred_text,
297 AssertionResult AssertPred5Helper(const char* pred_text,
/external/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp124 struct AssertionResult { ~AssertionResult(); }; struct
125 AssertionResult Overload(const char *a);
126 AssertionResult Overload(int a);
/external/clang/unittests/AST/
H A DCommentParser.cpp80 ::testing::AssertionResult HasChildCount(const Comment *C, size_t Count) {
93 ::testing::AssertionResult GetChildAt(const Comment *C,
118 ::testing::AssertionResult HasTextAt(const Comment *C,
122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
139 ::testing::AssertionResult HasTextWithNewlineAt(const Comment *C,
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC);
160 ::testing::AssertionResult HasBlockCommandAt(const Comment *C,
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC);
181 ::testing::AssertionResult HasParamCommandAt(
191 ::testing::AssertionResult A
[all...]
H A DStmtPrinterTest.cpp69 ::testing::AssertionResult
100 ::testing::AssertionResult
109 ::testing::AssertionResult PrintedStmtCXX98Matches(
123 ::testing::AssertionResult
132 ::testing::AssertionResult PrintedStmtMSMatches(
H A DNamedDeclPrinterTest.cpp63 ::testing::AssertionResult
95 ::testing::AssertionResult
107 ::testing::AssertionResult
H A DMatchVerifier.h45 testing::AssertionResult match(const std::string &Code,
52 testing::AssertionResult match(const std::string &Code,
60 testing::AssertionResult match(const std::string &Code,
87 testing::AssertionResult MatchVerifier<NodeType>::match(
H A DDeclPrinterTest.cpp68 ::testing::AssertionResult PrintedDeclMatches(
101 ::testing::AssertionResult PrintedDeclCXX98Matches(StringRef Code,
112 ::testing::AssertionResult PrintedDeclCXX98Matches(
124 ::testing::AssertionResult PrintedDeclCXX11Matches(StringRef Code,
135 ::testing::AssertionResult PrintedDeclCXX11Matches(
147 ::testing::AssertionResult PrintedDeclCXX11nonMSCMatches(
160 ::testing::AssertionResult PrintedDeclObjCMatches(
/external/gtest/include/gtest/
H A Dgtest.h178 // the assertion wasn't successful, the AssertionResult object
192 // testing::AssertionResult IsEven(int n) {
219 // testing::AssertionResult IsEven(int n) {
243 // testing::AssertionResult IsEven(const char* expr, int n) {
256 class GTEST_API_ AssertionResult { class in namespace:testing
260 AssertionResult(const AssertionResult& other);
262 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
268 AssertionResult operator!() const;
270 // Returns the text streamed into this AssertionResult
[all...]
H A Dgtest_pred_impl.h52 // text, and returns a testing::AssertionResult. See the definition
77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text,
129 AssertionResult AssertPred2Helper(const char* pred_text,
178 AssertionResult AssertPred3Helper(const char* pred_text,
234 AssertionResult AssertPred4Helper(const char* pred_text,
297 AssertionResult AssertPred5Helper(const char* pred_text,
/external/ceres-solver/internal/ceres/
H A Diterative_schur_complement_solver_test.cc55 using testing::AssertionResult;
75 AssertionResult TestSolver(double* D) {
H A Dimplicit_schur_complement_test.cc51 using testing::AssertionResult;
117 AssertionResult TestImplicitSchurComplement(double* D) {
/external/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp18 static ::testing::AssertionResult NoError(std::error_code EC) {
25 static ::testing::AssertionResult ErrorEquals(std::error_code Expected,
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h83 class AssertionResult; // Result of an assertion.
189 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
197 const AssertionResult& assertion_result,
463 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
465 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
1106 // either a boolean expression or an AssertionResult. text is a textual
1110 if (const ::testing::AssertionResult gtest_ar_ = \
1111 ::testing::AssertionResult(expression)) \
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h104 class AssertionResult; // Result of an assertion.
290 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
298 const AssertionResult& assertion_result,
554 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
556 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
870 // either a boolean expression or an AssertionResult. text is a textual
874 if (const ::testing::AssertionResult gtest_ar_ = \
875 ::testing::AssertionResult(expression)) \
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc606 AssertionResult HasOneFailure(const char* /* results_expr */,
949 // AssertionResult constructors.
951 AssertionResult::AssertionResult(const AssertionResult& other) function in class:testing::AssertionResult
959 AssertionResult AssertionResult::operator!() const {
960 AssertionResult negation(!success_);
967 AssertionResult AssertionSuccess() {
968 return AssertionResult(tru
[all...]
/external/gtest/src/
H A Dgtest.cc609 AssertionResult HasOneFailure(const char* /* results_expr */,
950 // AssertionResult constructors.
952 AssertionResult::AssertionResult(const AssertionResult& other) function in class:testing::AssertionResult
960 AssertionResult AssertionResult::operator!() const {
961 AssertionResult negation(!success_);
968 AssertionResult AssertionSuccess() {
969 return AssertionResult(tru
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc605 AssertionResult HasOneFailure(const char* /* results_expr */,
948 // AssertionResult constructors.
950 AssertionResult::AssertionResult(const AssertionResult& other) function in class:testing::AssertionResult
958 AssertionResult AssertionResult::operator!() const {
959 AssertionResult negation(!success_);
966 AssertionResult AssertionSuccess() {
967 return AssertionResult(tru
[all...]

Completed in 539 milliseconds

12