/external/catch2/include/internal/ |
D | catch_message.h | 25 ResultWas::OfType _type ); 30 ResultWas::OfType type; 53 ResultWas::OfType type ); 80 …Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, Strin…
|
D | catch_assertionresult.h | 24 AssertionResultData( ResultWas::OfType _resultType, LazyExpression const& _lazyExpression ); 29 ResultWas::OfType resultType; 41 ResultWas::OfType getResultType() const;
|
D | catch_message.cpp | 20 ResultWas::OfType _type ) in MessageInfo() 43 ResultWas::OfType type ) in MessageBuilder() 69 …Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultT… in Capturer()
|
D | catch_result_type.h | 14 struct ResultWas { enum OfType { enum 34 bool isOk( ResultWas::OfType resultType );
|
D | catch_run_context.h | 61 ResultWas::OfType resultType, 75 ResultWas::OfType resultType, 120 ResultWas::OfType resultType,
|
D | catch_interfaces_capture.h | 60 ResultWas::OfType resultType, 74 ResultWas::OfType resultType,
|
D | catch_assertionresult.cpp | 12 …AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _la… in AssertionResultData() 43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType()
|
D | catch_result_type.cpp | 13 bool isOk( ResultWas::OfType resultType ) { in isOk()
|
D | catch_assertionhandler.h | 69 void handleMessage(ResultWas::OfType resultType, StringRef const& message);
|
D | catch_run_context.cpp | 412 ResultWas::OfType resultType, in reportExpr() 427 ResultWas::OfType resultType, in handleMessage() 480 ResultWas::OfType resultType, in handleNonExpr()
|
D | catch_assertionhandler.cpp | 67 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { in handleMessage()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 172 string OfType(const string& type_name) { in OfType() function 2477 " Actual: 5" + OfType("unsigned short")); in TEST() 2483 " Actual: 0" + OfType("unsigned short")); in TEST() 2499 "Actual: 0" + OfType("int") + ", which is located @"); in TEST() 2531 " Actual: 5" + OfType("int")); in TEST() 2889 EXPECT_EQ("which points to 3" + OfType("long") + ", which is 2 more than 1", in TEST() 2896 EXPECT_EQ("which points to 42" + OfType("int"), Explain(m, &n)); in TEST() 3033 EXPECT_EQ("whose given field is 1" + OfType("int"), Explain(m, a)); in TEST() 3037 "whose given field is 1" + OfType("int") + ", which is 1 more than 0", in TEST() 3105 EXPECT_EQ("which points to an object whose given field is 1" + OfType("int"), in TEST() [all …]
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 138 std::string OfType(const std::string& type_name) { in OfType() function 3154 " Actual: 5" + OfType("unsigned short")); in TEST() 3160 " Actual: 0" + OfType("unsigned short")); in TEST() 3176 "Actual: 0" + OfType("int") + ", which is located @"); in TEST() 3196 " Actual: 5" + OfType("int")); in TEST() 3839 EXPECT_EQ("which points to 3" + OfType("long") + ", which is 2 more than 1", in TEST() 3846 EXPECT_EQ("which points to 42" + OfType("int"), Explain(m, &n)); in TEST() 4005 EXPECT_EQ("whose given field is 1" + OfType("int"), Explain(m, a)); in TEST() 4009 "whose given field is 1" + OfType("int") + ", which is 1 more than 0", in TEST() 4018 EXPECT_EQ("whose field `field_name` is 1" + OfType("int"), Explain(m, a)); in TEST() [all …]
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 1063 struct ResultWas { enum OfType { enum 1083 bool isOk( ResultWas::OfType resultType ); 2114 ResultWas::OfType resultType, 2128 ResultWas::OfType resultType, 2197 void handleMessage(ResultWas::OfType resultType, StringRef const& message); 2227 ResultWas::OfType _type ); 2232 ResultWas::OfType type; 2255 ResultWas::OfType type ); 2282 …Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, Strin… 4759 AssertionResultData( ResultWas::OfType _resultType, LazyExpression const& _lazyExpression ); [all …]
|
/external/bcc/tests/cc/ |
D | catch.hpp | 774 struct ResultWas { enum OfType { enum 794 inline bool isOk( ResultWas::OfType resultType ) { in isOk() 847 ResultWas::OfType resultType; 864 ResultWas::OfType getResultType() const; 1241 ResultBuilder& setResultType( ResultWas::OfType result ); 1253 void captureResult( ResultWas::OfType resultType ); 1903 ResultWas::OfType _type ); 1907 ResultWas::OfType type; 1924 ResultWas::OfType type ) in MessageBuilder() 7252 ResultWas::OfType AssertionResult::getResultType() const { in getResultType() [all …]
|