Home
last modified time | relevance | path

Searched refs:Throw (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/abseil-cpp/absl/base/internal/
Dthrow_delegate.cc30 [[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/
Dthrow_delegate.cc36 [[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/
DparserRealSource3.types248 Throw,
249 >Throw : NodeType.Throw
DparserRealSource3.symbols248 Throw,
249 >Throw : Symbol(NodeType.Throw, Decl(parserRealSource3.ts, 85, 17))
DparserRealSource3.errors.txt93 Throw,
DparserRealSource3.js88 Throw,
/third_party/boost/libs/statechart/test/
DTransitionTest.cpp116 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/
Dcexcept.h243 #define Throw \ macro
DPngFile.c44 Throw msg; in png_cexcept_error()
366 Throw "Visualpng: Out of memory";
/third_party/skia/third_party/externals/libpng/contrib/visupng/
Dcexcept.h243 #define Throw \ macro
DPngFile.c44 Throw msg; in png_cexcept_error()
366 Throw "Visualpng: Out of memory";
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/
Dcexcept.h243 #define Throw \ macro
DPngFile.c44 Throw msg; in png_cexcept_error()
366 Throw "Visualpng: Out of memory";
/third_party/boost/libs/exception/test/
Dcloning_test.cpp237 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/
DparserRealSource3.ts87 Throw, enumerator
/third_party/node/deps/npm/node_modules/es-abstract/
Des2015.js385 Set: function Set(O, P, V, Throw) {
392 if (this.Type(Throw) !== 'Boolean') {
395 if (Throw) {
/third_party/node/deps/npm/node_modules/glob/
Dchangelog.md43 - Throw if callback provided to sync glob function
/third_party/node/doc/api/
Desm.md1076 > 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/
DREADME.md55 Throw an error if the function is called twice.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dcommon.dart23 /// Throw a specialized exception for expected situations
/third_party/boost/libs/contract/doc/
Dmain.qbk68 [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/
DGRPCRequestHeaders.m82 // TODO(jcanizales): Throw if call or storage are nil.
/third_party/googletest/googlemock/test/
Dgmock_link_test.h190 using testing::Throw;
416 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(Throw(42)); in TEST()
/third_party/openGLES/extensions/AMD/
DAMD_compressed_ATC_texture.txt145 02/26/2008 Benj Lipchak Throw INVALID_OPERATION on subimage updates.
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_compressed_ATC_texture.txt145 02/26/2008 Benj Lipchak Throw INVALID_OPERATION on subimage updates.

12345