/third_party/boost/boost/ |
D | convert.hpp | 33 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/ |
D | SkMemory_malloc.cpp | 25 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/ |
D | SkMemory_malloc.cpp | 33 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/ |
D | cond_base.hpp | 91 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/ |
D | gtest_throw_on_failure_ex_test.cc | 53 testing::GTEST_FLAG(throw_on_failure) = true; in TestFailureThrowsRuntimeError()
|
D | googletest-env-var-test_.cc | 111 cout << GTEST_FLAG(throw_on_failure); in PrintFlag()
|
D | gtest_unittest.cc | 55 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/ |
D | fallbacks.cpp | 72 boost::convert<int>("uhm", cnv, boost::throw_on_failure); in main()
|
/third_party/boost/libs/convert/doc/ |
D | no_optional_interface.qbk | 19 TypeOut convert(TypeIn const&, Converter const&, boost::throw_on_failure);
|
D | design_notes.qbk | 141 Out convert(In const&, Converter const&, boost::throw_on_failure);
|
/third_party/boost/libs/convert/example/ |
D | getting_serious.cpp | 130 int i3 = convert<int>(str, cnv, boost::throw_on_failure); in example7()
|
/third_party/boost/libs/convert/doc/html/ |
D | standalone_HTML.manifest | 43 boost/throw_on_failure.html
|
/third_party/boost/libs/contract/example/ |
D | Jamfile.v2 | 49 [ boost_contract_build.subdir-run-cxx11 features : throw_on_failure ]
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-internal-inl.h | 177 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver() 199 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
|
D | gtest.cc | 315 throw_on_failure, 4821 } else if (GTEST_FLAG(throw_on_failure)) { in AddTestPartResult() 5969 >EST_FLAG(throw_on_failure)); in ParseGoogleTestFlag()
|
/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 182 throw_on_failure_ = GTEST_FLAG(throw_on_failure); in GTestFlagSaver() 206 GTEST_FLAG(throw_on_failure) = throw_on_failure_; in ~GTestFlagSaver()
|
D | gtest.cc | 330 throw_on_failure, 5339 } else if (GTEST_FLAG(throw_on_failure)) { in AddTestPartResult() 6546 >EST_FLAG(throw_on_failure)) || in ParseGoogleTestFlag()
|
/third_party/boost/libs/contract/doc/ |
D | advanced.qbk | 481 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/ |
D | gtest.h | 159 GTEST_DECLARE_bool_(throw_on_failure);
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 148 GTEST_DECLARE_bool_(throw_on_failure);
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 570 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, >EST_FLAG(throw_on_failure)); in ParseGoogleTestFlag()
|
D | gtest.h | 9683 GTEST_DECLARE_bool_(throw_on_failure);
|