/third_party/abseil-cpp/absl/base/internal/ |
D | throw_delegate.cc | 30 [[noreturn]] void Throw(const T& error) { in Throw() function 41 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 44 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 47 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 50 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 54 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 57 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 61 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 64 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 68 Throw(std::out_of_range(what_arg)); in ThrowStdOutOfRange() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | throw_delegate.cc | 36 [[noreturn]] void Throw(const T& error) { in Throw() function 44 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 52 Throw(std::logic_error(what_arg)); in ThrowStdLogicError() 60 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 68 Throw(std::invalid_argument(what_arg)); in ThrowStdInvalidArgument() 77 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 85 Throw(std::domain_error(what_arg)); in ThrowStdDomainError() 94 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 102 Throw(std::length_error(what_arg)); in ThrowStdLengthError() 111 Throw(std::out_of_range(what_arg)); in ThrowStdOutOfRange() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource3.types | 248 Throw, 249 >Throw : NodeType.Throw
|
D | parserRealSource3.symbols | 248 Throw, 249 >Throw : Symbol(NodeType.Throw, Decl(parserRealSource3.ts, 85, 17))
|
D | parserRealSource3.errors.txt | 93 Throw,
|
D | parserRealSource3.js | 88 Throw,
|
/third_party/boost/libs/statechart/test/ |
D | TransitionTest.cpp | 116 void Throw( ActionDescriptionSequence & sequence ) in Throw() function 251 Throw< pAction >( actualSequence_ ); in StoreActualAction() 717 &::Throw< &::Entry< Default0< S1< M > > > >, in TestTransitions() 731 &::Throw< &::Entry< S11< M > > >, in TestTransitions() 755 &::Throw< &::Trans< S0< M >, A > >, in TestTransitions() 785 &::Throw< &::Entry< S211< M > > >, in TestTransitions() 811 &::Throw< &::ExitFn< S11< M > > >, in TestTransitions()
|
/third_party/libpng/contrib/visupng/ |
D | cexcept.h | 243 #define Throw \ macro
|
D | PngFile.c | 44 Throw msg; in png_cexcept_error() 366 Throw "Visualpng: Out of memory";
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
D | cexcept.h | 243 #define Throw \ macro
|
D | PngFile.c | 44 Throw msg; in png_cexcept_error() 366 Throw "Visualpng: Out of memory";
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/ |
D | cexcept.h | 243 #define Throw \ macro
|
D | PngFile.c | 44 Throw msg; in png_cexcept_error() 366 Throw "Visualpng: Out of memory";
|
/third_party/boost/libs/exception/test/ |
D | cloning_test.cpp | 237 template <class Throw,class Catch> 245 throw boost::enable_current_exception(may_throw_on_copy<Throw>()); in test_throw_on_copy() 248 may_throw_on_copy<Throw> & x ) in test_throw_on_copy()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource3.ts | 87 Throw, enumerator
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | es2015.js | 385 Set: function Set(O, P, V, Throw) { 392 if (this.Type(Throw) !== 'Boolean') { 395 if (Throw) {
|
/third_party/node/deps/npm/node_modules/glob/ |
D | changelog.md | 43 - Throw if callback provided to sync glob function
|
/third_party/node/doc/api/ |
D | esm.md | 1076 > 1. Throw an _Invalid Module Specifier_ error. 1078 > 1. Throw an _Unsupported Directory Import_ error. 1080 > 1. Throw a _Module Not Found_ error. 1090 > 1. Throw an _Invalid Module Specifier_ error. 1096 > 1. Throw an _Invalid Module Specifier_ error. 1100 > 1. Throw an _Invalid Module Specifier_ error. 1129 > 1. Throw a _Module Not Found_ error. 1170 > 1. Throw a _Package Path Not Exported_ error. 1176 > 1. Throw an _Invalid Module Specifier_ error. 1186 > 1. Throw a _Package Import Not Defined_ error. [all …]
|
/third_party/node/deps/npm/node_modules/once/ |
D | README.md | 55 Throw an error if the function is called twice.
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/ |
D | common.dart | 23 /// Throw a specialized exception for expected situations
|
/third_party/boost/libs/contract/doc/ |
D | main.qbk | 68 [def __Throw_on_Failures__ [link boost_contract.advanced.throw_on_failures__and__noexcept__ Throw o… 69 …except__ [link boost_contract.advanced.throw_on_failures__and__noexcept__ Throw on Failures (and `…
|
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
D | GRPCRequestHeaders.m | 82 // TODO(jcanizales): Throw if call or storage are nil.
|
/third_party/googletest/googlemock/test/ |
D | gmock_link_test.h | 190 using testing::Throw; 416 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(Throw(42)); in TEST()
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_compressed_ATC_texture.txt | 145 02/26/2008 Benj Lipchak Throw INVALID_OPERATION on subimage updates.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_compressed_ATC_texture.txt | 145 02/26/2008 Benj Lipchak Throw INVALID_OPERATION on subimage updates.
|