Home
last modified time | relevance | path

Searched defs:reaction (Results 1 – 8 of 8) sorted by relevance

/external/catch2/include/internal/
Dcatch_run_context.cpp390 AssertionReaction& reaction in handleExpr()
429 AssertionReaction& reaction in handleMessage()
444 AssertionReaction& reaction in handleUnexpectedExceptionNotThrown()
452 AssertionReaction& reaction in handleUnexpectedInflightException()
463 void RunContext::populateReaction( AssertionReaction& reaction ) { in populateReaction()
481 AssertionReaction &reaction in handleNonExpr()
/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc247 void ReportUninterestingCall(CallReaction reaction, const string& msg) { in ReportUninterestingCall()
339 const CallReaction reaction = in UntypedInvokeWith() local
598 internal::CallReaction reaction) in SetReactionOnUninterestingCalls()
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc279 void ReportUninterestingCall(CallReaction reaction, const std::string& msg) { in ReportUninterestingCall()
384 const CallReaction reaction = in UntypedInvokeWith() local
655 internal::CallReaction reaction) in SetReactionOnUninterestingCalls()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
Dgmock-spec-builders.cc247 void ReportUninterestingCall(CallReaction reaction, const string& msg) { in ReportUninterestingCall()
349 const CallReaction reaction = in UntypedInvokeWith() local
608 internal::CallReaction reaction) in SetReactionOnUninterestingCalls()
/external/v8/src/builtins/
Dbuiltins-promise-gen.cc337 Node* const reaction = in PerformPromiseThen() local
403 Node* const reaction = Allocate(PromiseReaction::kSize); in AllocatePromiseReaction() local
/external/catch2/single_include/catch2/
Dcatch.hpp10619 AssertionReaction& reaction in handleExpr()
10658 AssertionReaction& reaction in handleMessage()
10673 AssertionReaction& reaction in handleUnexpectedExceptionNotThrown()
10681 AssertionReaction& reaction in handleUnexpectedInflightException()
10692 void RunContext::populateReaction( AssertionReaction& reaction ) { in populateReaction()
10710 AssertionReaction &reaction in handleNonExpr()
/external/v8/src/
Disolate.cc2102 Handle<PromiseReaction> reaction = Handle<PromiseReaction>::cast(current); in Throw() local
Dobjects.cc16415 Handle<PromiseReaction> reaction = Handle<PromiseReaction>::cast(task); in TriggerPromiseReactions() local