Home
last modified time | relevance | path

Searched refs:throw_on_failure (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/
Dconvert.hpp33 namespace detail { enum throw_on_failure {}; } enum
37 detail::throw_on_failure const throw_on_failure = detail::throw_on_failure(0); variable
103 convert(TypeIn const& value_in, Converter const& converter, boost::detail::throw_on_failure) in convert() argument
/third_party/flutter/skia/src/ports/
DSkMemory_malloc.cpp25 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure() function
57 return throw_on_failure(size, realloc(addr, size)); in sk_realloc_throw()
74 return throw_on_failure(size, p); in sk_malloc_flags()
/third_party/skia/src/ports/
DSkMemory_malloc.cpp33 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure() function
65 return throw_on_failure(size, realloc(addr, size)); in sk_realloc_throw()
96 return throw_on_failure(size, p); in sk_malloc_flags()
/third_party/boost/boost/contract/detail/condition/
Dcond_base.hpp91 bool check_pre(bool throw_on_failure = false) { in check_pre() argument
97 if(throw_on_failure) throw; in check_pre()
/third_party/googletest/googletest/test/
Dgtest_throw_on_failure_ex_test.cc53 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
Dgoogletest-env-var-test_.cc111 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
Dgtest_unittest.cc55 testing::GTEST_FLAG(throw_on_failure); in TEST()
219 using testing::GTEST_FLAG(throw_on_failure);
1616 GTEST_FLAG(throw_on_failure) = false; in SetUpTestSuite()
1645 EXPECT_FALSE(GTEST_FLAG(throw_on_failure)); in VerifyAndModifyFlags()
1663 GTEST_FLAG(throw_on_failure) = true; in VerifyAndModifyFlags()
5586 throw_on_failure(false) {} in Flags()
5712 static Flags ThrowOnFailure(bool throw_on_failure) { in ThrowOnFailure()
5714 flags.throw_on_failure = throw_on_failure; in ThrowOnFailure()
5734 bool throw_on_failure; member
5757 GTEST_FLAG(throw_on_failure) = false; in SetUp()
[all …]
/third_party/boost/libs/convert/test/
Dfallbacks.cpp72 boost::convert<int>("uhm", cnv, boost::throw_on_failure); in main()
/third_party/boost/libs/convert/doc/
Dno_optional_interface.qbk19 TypeOut convert(TypeIn const&, Converter const&, boost::throw_on_failure);
Ddesign_notes.qbk141 Out convert(In const&, Converter const&, boost::throw_on_failure);
/third_party/boost/libs/convert/example/
Dgetting_serious.cpp130 int i3 = convert<int>(str, cnv, boost::throw_on_failure); in example7()
/third_party/boost/libs/convert/doc/html/
Dstandalone_HTML.manifest43 boost/throw_on_failure.html
/third_party/boost/libs/contract/example/
DJamfile.v249 [ boost_contract_build.subdir-run-cxx11 features : throw_on_failure ]
/third_party/mesa3d/src/gtest/src/
Dgtest-internal-inl.h177 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver()
199 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
Dgtest.cc315 throw_on_failure,
4821 } else if (GTEST_FLAG(throw_on_failure)) { in AddTestPartResult()
5969 &GTEST_FLAG(throw_on_failure)); in ParseGoogleTestFlag()
/third_party/googletest/googletest/src/
Dgtest-internal-inl.h182 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver()
206 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
Dgtest.cc330 throw_on_failure,
5339 } else if (GTEST_FLAG(throw_on_failure)) { in AddTestPartResult()
6546 &GTEST_FLAG(throw_on_failure)) || in ParseGoogleTestFlag()
/third_party/boost/libs/contract/doc/
Dadvanced.qbk481 For example (see [@../../example/features/throw_on_failure.cpp =throw_on_failure.cpp=]):
483 [import ../example/features/throw_on_failure.cpp]
509 …he exceptions up the stack, see [@../../example/features/throw_on_failure.cpp =throw_on_failure.cp…
520 …inate in this case instead, see [@../../example/features/throw_on_failure.cpp =throw_on_failure.cp…
/third_party/googletest/googletest/include/gtest/
Dgtest.h159 GTEST_DECLARE_bool_(throw_on_failure);
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h148 GTEST_DECLARE_bool_(throw_on_failure);
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc570 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver()
594 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
1821 throw_on_failure,
6825 } else if (GTEST_FLAG(throw_on_failure)) { in AddTestPartResult()
8018 ParseBoolFlag(arg, kThrowOnFailureFlag, &GTEST_FLAG(throw_on_failure)); in ParseGoogleTestFlag()
Dgtest.h9683 GTEST_DECLARE_bool_(throw_on_failure);