Home
last modified time | relevance | path

Searched refs:IsResult (Results 1 – 25 of 55) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/download_protection/
H A Ddownload_protection_service_unittest.cc957 EXPECT_TRUE(IsResult(DownloadCheckResult::SAFE)); in TEST_F()
1006 EXPECT_TRUE(IsResult(DownloadCheckResult::SAFE)); in TEST_F()
1021 EXPECT_TRUE(IsResult(DownloadCheckResult::SAFE)); in TEST_F()
1034 EXPECT_TRUE(IsResult(DownloadCheckResult::SAFE)); in TEST_F()
1049 EXPECT_TRUE(IsResult(DownloadCheckResult::SAFE)); in TEST_F()
1083 EXPECT_TRUE(IsResult(DownloadCheckResult::SAFE)); in TEST_F()
2334 EXPECT_TRUE(IsResult(DownloadCheckResult::SAFE)); in TEST_F()
2352 EXPECT_TRUE(IsResult(DownloadCheckResult::SAFE)); in TEST_F()
2514 ASSERT_TRUE(IsResult(DownloadCheckResult::SAFE)); in TEST_F()
2591 ASSERT_TRUE(IsResult(DownloadCheckResult::SAFE)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cdm/library_cdm/clear_key_cdm/
H A Dcdm_file_io_test.cc566 DCHECK(!test_steps_.empty() && !IsResult(test_steps_.front())); in Run()
584 bool FileIOTest::IsResult(const TestStep& test_step) { in IsResult() function in media::FileIOTest
602 DCHECK(IsResult(a) && IsResult(b)); in MatchesResult()
624 if (IsResult(test_steps_.front())) in RunNextStep()
666 DCHECK(IsResult(result)); in OnResult()
675 if (IsResult(step)) { in OnResult()
689 if (test_steps_.empty() || !IsResult(test_steps_.front())) in CheckResult()
695 if (!IsResult(*iter)) in CheckResult()
H A Dcdm_file_io_test.h123 static bool IsResult(const TestStep& test_step);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cdm/library_cdm/clear_key_cdm/
H A Dcdm_file_io_test.cc566 DCHECK(!test_steps_.empty() && !IsResult(test_steps_.front())); in Run()
584 bool FileIOTest::IsResult(const TestStep& test_step) { in IsResult() function in media::FileIOTest
602 DCHECK(IsResult(a) && IsResult(b)); in MatchesResult()
624 if (IsResult(test_steps_.front())) in RunNextStep()
666 DCHECK(IsResult(result)); in OnResult()
675 if (IsResult(step)) { in OnResult()
689 if (test_steps_.empty() || !IsResult(test_steps_.front())) in CheckResult()
695 if (!IsResult(*iter)) in CheckResult()
H A Dcdm_file_io_test.h123 static bool IsResult(const TestStep& test_step);
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/
H A DResult.h248 struct IsResult : FalseType {};
251 struct IsResult<Result<V, E>> : TrueType {};
402 template <typename F, typename = typename EnableIf<detail::IsResult<decltype(
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DRuntimeArgument.cs181 internal bool IsResult property in System.Activities.RuntimeArgument
359 else if (resultLocation != null && this.IsResult) in TryPopulateValue()
407 …Fx.Assert(this.IsResult, "The only user-accessible argument that a SkipArgumentResolution activity… in GetLocation()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/avfs/include/
H A Dpfmprotocol.h82 inline bool IsResult(void) const { return !!(getuint32le(&msgTypeAndCookie)&0x80000000); } in PT_TYPE_DEFINE()
84 inline int GetType(void) const { ASSERT(!IsResult()); return GetTypeOrResult(); } in PT_TYPE_DEFINE()
85 inline int GetResult(void) const { ASSERT(IsResult()); return GetTypeOrResult(); } in PT_TYPE_DEFINE()
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DResult.h284 struct IsResult : std::false_type {};
287 struct IsResult<Result<V, E>> : std::true_type {};
514 template <typename F, typename = std::enable_if_t<detail::IsResult<
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Runtime/
H A DFuncCompletionCallbackWrapper.cs47 if (argument.IsResult) in GetResultId()
/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DResult.h387 struct IsResult : std::false_type {};
390 struct IsResult<Result<V, E>> : std::true_type {};
734 template <typename F, typename = std::enable_if_t<detail::IsResult<
/dports/www/firefox/firefox-99.0/mfbt/
H A DResult.h387 struct IsResult : std::false_type {};
390 struct IsResult<Result<V, E>> : std::true_type {};
739 template <typename F, typename = std::enable_if_t<detail::IsResult<
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DResult.h387 struct IsResult : std::false_type {};
390 struct IsResult<Result<V, E>> : std::true_type {};
734 template <typename F, typename = std::enable_if_t<detail::IsResult<
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Proving/
H A DBoxedExpression.cs134 public virtual bool IsResult property in Mono.CodeContracts.Static.Proving.BoxedExpression
471 public override bool IsResult property in Mono.CodeContracts.Static.Proving.BoxedExpression.CastExpression
473 get { return this.Expr.IsResult; }
1331 public override bool IsResult property in Mono.CodeContracts.Static.Proving.BoxedExpression.ResultExpression
/dports/sysutils/lnav/lnav-0.10.1/src/base/
H A Dresult.h107 template<typename R> struct IsResult : public std::false_type { };
109 struct IsResult<Result<T, E>> : public std::true_type { };
127 static_assert(!IsResult<Ret>::value,
268 static_assert(!IsResult<Ret>::value,
/dports/devel/hyperscan/boost_1_75_0/boost/leaf/
H A Dcapture.hpp26 template <class R, bool IsResult = is_result_type<R>::value>
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/leaf/
H A Dcapture.hpp26 template <class R, bool IsResult = is_result_type<R>::value>
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h40 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult() function
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h41 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h41 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h41 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h42 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h42 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h42 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h42 bool IsResult(lldb::CommandInterpreterResult result) { in IsResult() function

123