Home
last modified time | relevance | path

Searched refs:OfType (Results 1 – 15 of 15) sorted by relevance

/external/catch2/include/internal/
Dcatch_message.h25 ResultWas::OfType _type );
30 ResultWas::OfType type;
53 ResultWas::OfType type );
80 …Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, Strin…
Dcatch_assertionresult.h24 AssertionResultData( ResultWas::OfType _resultType, LazyExpression const& _lazyExpression );
29 ResultWas::OfType resultType;
41 ResultWas::OfType getResultType() const;
Dcatch_message.cpp20 ResultWas::OfType _type ) in MessageInfo()
43 ResultWas::OfType type ) in MessageBuilder()
69 …Capturer::Capturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultT… in Capturer()
Dcatch_result_type.h14 struct ResultWas { enum OfType { enum
34 bool isOk( ResultWas::OfType resultType );
Dcatch_run_context.h61 ResultWas::OfType resultType,
75 ResultWas::OfType resultType,
120 ResultWas::OfType resultType,
Dcatch_interfaces_capture.h60 ResultWas::OfType resultType,
74 ResultWas::OfType resultType,
Dcatch_assertionresult.cpp12 …AssertionResultData::AssertionResultData(ResultWas::OfType _resultType, LazyExpression const & _la… in AssertionResultData()
43 ResultWas::OfType AssertionResult::getResultType() const { in getResultType()
Dcatch_result_type.cpp13 bool isOk( ResultWas::OfType resultType ) { in isOk()
Dcatch_assertionhandler.h69 void handleMessage(ResultWas::OfType resultType, StringRef const& message);
Dcatch_run_context.cpp412 ResultWas::OfType resultType, in reportExpr()
427 ResultWas::OfType resultType, in handleMessage()
480 ResultWas::OfType resultType, in handleNonExpr()
Dcatch_assertionhandler.cpp67 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { in handleMessage()
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc172 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/
Dgmock-matchers_test.cc138 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/
Dcatch.hpp1063 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/
Dcatch.hpp774 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 …]