Home
last modified time | relevance | path

Searched refs:AssertionResult (Results 1 – 25 of 109) sorted by relevance

12345

/external/catch2/include/internal/
Dcatch_assertionresult.cpp28 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult
34 bool AssertionResult::succeeded() const { in succeeded()
39 bool AssertionResult::isOk() const { in isOk()
43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType()
47 bool AssertionResult::hasExpression() const { in hasExpression()
51 bool AssertionResult::hasMessage() const { in hasMessage()
55 std::string AssertionResult::getExpression() const { in getExpression()
62 std::string AssertionResult::getExpressionInMacro() const { in getExpressionInMacro()
76 bool AssertionResult::hasExpandedExpression() const { in hasExpandedExpression()
80 std::string AssertionResult::getExpandedExpression() const { in getExpandedExpression()
[all …]
Dcatch_assertionresult.h34 class AssertionResult {
36 AssertionResult() = delete;
37 AssertionResult( AssertionInfo const& info, AssertionResultData const& data );
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h256 class GTEST_API_ AssertionResult {
260 AssertionResult(const AssertionResult& other);
272 explicit AssertionResult(
275 !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type*
282 AssertionResult& operator=(AssertionResult other) { in GTEST_DISABLE_MSC_WARNINGS_POP_()
291 AssertionResult operator!() const;
305 template <typename T> AssertionResult& operator<<(const T& value) {
312 AssertionResult& operator<<(
327 void swap(AssertionResult& other);
339 GTEST_API_ AssertionResult AssertionSuccess();
[all …]
Dgtest_pred_impl.h77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text, in AssertPred1Helper()
129 AssertionResult AssertPred2Helper(const char* pred_text, in AssertPred2Helper()
178 AssertionResult AssertPred3Helper(const char* pred_text, in AssertPred3Helper()
234 AssertionResult AssertPred4Helper(const char* pred_text, in AssertPred4Helper()
297 AssertionResult AssertPred5Helper(const char* pred_text, in AssertPred5Helper()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h281 class GTEST_API_ AssertionResult {
285 AssertionResult(const AssertionResult& other);
299 explicit AssertionResult(
302 !internal::ImplicitlyConvertible<T, AssertionResult>::value>::type*
311 AssertionResult& operator=(AssertionResult other) { in GTEST_DISABLE_MSC_WARNINGS_POP_()
320 AssertionResult operator!() const;
334 template <typename T> AssertionResult& operator<<(const T& value) {
341 AssertionResult& operator<<(
356 void swap(AssertionResult& other);
368 GTEST_API_ AssertionResult AssertionSuccess();
[all …]
Dgtest_pred_impl.h76 if (const ::testing::AssertionResult gtest_ar = (expression)) \
86 AssertionResult AssertPred1Helper(const char* pred_text, in AssertPred1Helper()
128 AssertionResult AssertPred2Helper(const char* pred_text, in AssertPred2Helper()
177 AssertionResult AssertPred3Helper(const char* pred_text, in AssertPred3Helper()
233 AssertionResult AssertPred4Helper(const char* pred_text, in AssertPred4Helper()
296 AssertionResult AssertPred5Helper(const char* pred_text, in AssertPred5Helper()
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h266 class GTEST_API_ AssertionResult {
270 AssertionResult(const AssertionResult& other);
272 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult() function
278 AssertionResult operator!() const;
292 template <typename T> AssertionResult& operator<<(const T& value) {
299 AssertionResult& operator<<(
321 GTEST_DISALLOW_ASSIGN_(AssertionResult);
325 GTEST_API_ AssertionResult AssertionSuccess();
328 GTEST_API_ AssertionResult AssertionFailure();
332 GTEST_API_ AssertionResult AssertionFailure(const Message& msg);
[all …]
Dgtest_pred_impl.h77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text, in AssertPred1Helper()
129 AssertionResult AssertPred2Helper(const char* pred_text, in AssertPred2Helper()
178 AssertionResult AssertPred3Helper(const char* pred_text, in AssertPred3Helper()
234 AssertionResult AssertPred4Helper(const char* pred_text, in AssertPred4Helper()
297 AssertionResult AssertPred5Helper(const char* pred_text, in AssertPred5Helper()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h265 class GTEST_API_ AssertionResult {
269 AssertionResult(const AssertionResult& other);
271 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult() function
277 AssertionResult operator!() const;
291 template <typename T> AssertionResult& operator<<(const T& value) {
298 AssertionResult& operator<<(
320 GTEST_DISALLOW_ASSIGN_(AssertionResult);
324 GTEST_API_ AssertionResult AssertionSuccess();
327 GTEST_API_ AssertionResult AssertionFailure();
331 GTEST_API_ AssertionResult AssertionFailure(const Message& msg);
[all …]
Dgtest_pred_impl.h77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text, in AssertPred1Helper()
129 AssertionResult AssertPred2Helper(const char* pred_text, in AssertPred2Helper()
178 AssertionResult AssertPred3Helper(const char* pred_text, in AssertPred3Helper()
234 AssertionResult AssertPred4Helper(const char* pred_text, in AssertPred4Helper()
297 AssertionResult AssertPred5Helper(const char* pred_text, in AssertPred5Helper()
/external/googletest/googletest/include/gtest/
Dgtest.h275 class GTEST_API_ AssertionResult {
279 AssertionResult(const AssertionResult& other);
293 explicit AssertionResult(
296 !std::is_convertible<T, AssertionResult>::value>::type*
306 AssertionResult& operator=(AssertionResult other) { in GTEST_DISABLE_MSC_WARNINGS_POP_()
315 AssertionResult operator!() const;
328 template <typename T> AssertionResult& operator<<(const T& value) {
335 AssertionResult& operator<<(
349 void swap(AssertionResult& other);
361 GTEST_API_ AssertionResult AssertionSuccess();
[all …]
Dgtest_pred_impl.h77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text, in AssertPred1Helper()
130 AssertionResult AssertPred2Helper(const char* pred_text, in AssertPred2Helper()
180 AssertionResult AssertPred3Helper(const char* pred_text, in AssertPred3Helper()
236 AssertionResult AssertPred4Helper(const char* pred_text, in AssertPred4Helper()
298 AssertionResult AssertPred5Helper(const char* pred_text, in AssertPred5Helper()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h275 class GTEST_API_ AssertionResult {
279 AssertionResult(const AssertionResult &other);
297 explicit AssertionResult(
300 !std::is_convertible<T, AssertionResult>::value>::type *
310 AssertionResult &operator=(AssertionResult other) { in GTEST_DISABLE_MSC_WARNINGS_POP_()
319 AssertionResult operator!() const;
333 AssertionResult &operator<<(const T &value) {
340 AssertionResult &operator<<(
354 void swap(AssertionResult &other);
366 GTEST_API_ AssertionResult AssertionSuccess();
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h275 class GTEST_API_ AssertionResult {
279 AssertionResult(const AssertionResult& other);
293 explicit AssertionResult(
296 !std::is_convertible<T, AssertionResult>::value>::type*
306 AssertionResult& operator=(AssertionResult other) { in GTEST_DISABLE_MSC_WARNINGS_POP_()
315 AssertionResult operator!() const;
328 template <typename T> AssertionResult& operator<<(const T& value) {
335 AssertionResult& operator<<(
349 void swap(AssertionResult& other);
361 GTEST_API_ AssertionResult AssertionSuccess();
[all …]
Dgtest_pred_impl.h77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
87 AssertionResult AssertPred1Helper(const char* pred_text, in AssertPred1Helper()
130 AssertionResult AssertPred2Helper(const char* pred_text, in AssertPred2Helper()
180 AssertionResult AssertPred3Helper(const char* pred_text, in AssertPred3Helper()
236 AssertionResult AssertPred4Helper(const char* pred_text, in AssertPred4Helper()
298 AssertionResult AssertPred5Helper(const char* pred_text, in AssertPred5Helper()
/external/pdfium/testing/
Dgtest_mac.h14 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression,
20 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression,
27 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression,
33 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression,
39 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression,
45 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression,
Dgtest_mac.mm20 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression,
33 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression,
47 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression,
58 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression,
71 GTEST_API_ AssertionResult CmpHelperNSEQ(const char* expected_expression,
82 GTEST_API_ AssertionResult CmpHelperNSNE(const char* expected_expression,
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.h177 ::testing::AssertionResult RunAndCompare(
186 ::testing::AssertionResult RunAndCompareNoHloPasses(
194 ::testing::AssertionResult RunAndCompare(
201 ::testing::AssertionResult RunAndCompareNoHloPasses(
209 ::testing::AssertionResult RunAndCompare(
214 ::testing::AssertionResult Run(const absl::string_view hlo_string,
221 ::testing::AssertionResult RunMultipleTimes(
225 ::testing::AssertionResult RunAndCompareFromFile(
229 ::testing::AssertionResult RunAndCompareNoHloPasses(
234 ::testing::AssertionResult RunAndCompareNoHloPassesFromFile(
[all …]
Dliteral_test_util.cc66 ::testing::AssertionResult StatusToAssertion(const Status& s) { in StatusToAssertion()
75 /* static */ ::testing::AssertionResult LiteralTestUtil::EqualShapes( in EqualShapes()
80 /* static */ ::testing::AssertionResult LiteralTestUtil::EqualShapesAndLayouts( in EqualShapesAndLayouts()
90 /* static */ ::testing::AssertionResult LiteralTestUtil::Equal( in Equal()
95 /* static */ ::testing::AssertionResult LiteralTestUtil::Near( in Near()
102 /* static */ ::testing::AssertionResult LiteralTestUtil::NearOrEqual( in NearOrEqual()
Dhlo_test_base.cc239 StatusOr<::testing::AssertionResult> HloTestBase::RunAndCompareInternal( in RunAndCompareInternal()
259 ::testing::AssertionResult HloTestBase::RunAndCompare( in RunAndCompare()
273 ::testing::AssertionResult HloTestBase::RunAndCompareNoHloPasses( in RunAndCompareNoHloPasses()
287 ::testing::AssertionResult HloTestBase::RunAndCompare( in RunAndCompare()
301 ::testing::AssertionResult HloTestBase::RunAndCompareNoHloPasses( in RunAndCompareNoHloPasses()
315 ::testing::AssertionResult HloTestBase::RunAndCompare( in RunAndCompare()
328 ::testing::AssertionResult HloTestBase::Run(string_view hlo_string, in Run()
376 ::testing::AssertionResult HloTestBase::RunMultipleTimes( in RunMultipleTimes()
454 ::testing::AssertionResult HloTestBase::RunAndCompareFromFile( in RunAndCompareFromFile()
467 ::testing::AssertionResult HloTestBase::RunAndCompareNoHloPasses( in RunAndCompareNoHloPasses()
[all …]
/external/clang/unittests/AST/
DCommentParser.cpp80 ::testing::AssertionResult HasChildCount(const Comment *C, size_t Count) { in HasChildCount()
93 ::testing::AssertionResult GetChildAt(const Comment *C, in GetChildAt()
118 ::testing::AssertionResult HasTextAt(const Comment *C, in HasTextAt()
122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextAt()
139 ::testing::AssertionResult HasTextWithNewlineAt(const Comment *C, in HasTextWithNewlineAt()
143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextWithNewlineAt()
160 ::testing::AssertionResult HasBlockCommandAt(const Comment *C, in HasBlockCommandAt()
166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); in HasBlockCommandAt()
181 ::testing::AssertionResult HasParamCommandAt( in HasParamCommandAt()
191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC); in HasParamCommandAt()
[all …]
DStmtPrinterTest.cpp69 ::testing::AssertionResult
100 ::testing::AssertionResult
109 ::testing::AssertionResult PrintedStmtCXX98Matches( in PrintedStmtCXX98Matches()
123 ::testing::AssertionResult
132 ::testing::AssertionResult PrintedStmtMSMatches( in PrintedStmtMSMatches()
DMatchVerifier.h45 testing::AssertionResult match(const std::string &Code, in match()
52 testing::AssertionResult match(const std::string &Code, in match()
60 testing::AssertionResult match(const std::string &Code,
66 testing::AssertionResult match(const Decl *D, const MatcherType &AMatcher);
90 testing::AssertionResult MatchVerifier<NodeType>::match( in match()
136 testing::AssertionResult MatchVerifier<NodeType>::match( in match()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h62 testing::AssertionResult matchesConditionally(
108 testing::AssertionResult matches(const std::string &Code, const T &AMatcher) { in matches()
113 testing::AssertionResult notMatches(const std::string &Code, in notMatches()
119 testing::AssertionResult matchesObjC(const std::string &Code, in matchesObjC()
127 testing::AssertionResult matchesC(const std::string &Code, const T &AMatcher) { in matchesC()
133 testing::AssertionResult matchesC99(const std::string &Code, in matchesC99()
140 testing::AssertionResult notMatchesC(const std::string &Code, in notMatchesC()
147 testing::AssertionResult notMatchesObjC(const std::string &Code, in notMatchesObjC()
158 testing::AssertionResult matchesConditionallyWithCuda( in matchesConditionallyWithCuda()
214 testing::AssertionResult matchesWithCuda(const std::string &Code, in matchesWithCuda()
[all …]
/external/clang/test/SemaCXX/
Dtypo-correction-delayed.cpp128 struct AssertionResult { ~AssertionResult(); }; struct
129 AssertionResult Overload(const char *a);
130 AssertionResult Overload(int a);

12345