Searched defs:HandleError (Results 1 – 11 of 11) sorted by relevance
62 bool ErrorScopeStack::HandleError(wgpu::ErrorType type, const char* message) { in HandleError() function in dawn_native::ErrorScopeStack
72 void EncodingContext::HandleError(std::unique_ptr<ErrorData> error) { in HandleError() function in dawn_native::EncodingContext
406 void DeviceBase::HandleError(InternalErrorType type, const char* message) { in HandleError() function in dawn_native::DeviceBase
341 void HandleError(Status error) override { in HandleError() function in v8_crdtp::json::__anon70fc927a0111::JSONEncoder971 void HandleError(Error error, const Char* pos) { in HandleError() function in v8_crdtp::json::__anon70fc927a0211::JsonParser
470 void HandleError(Status error) override { in HandleError() function in v8_crdtp::cbor::__anon2e7f68060311::CBOREncoder
358 void HandleError(Status status) override { status_ = status; } in HandleError() function in v8_crdtp::json::Log
70 void Device::HandleError(WGPUErrorType errorType, const char* message) { in HandleError() function in dawn_wire::client::Device
606 void HandleError(Status error) override { in HandleError() function in v8_inspector_protocol_encoding::cbor::__anondd25dec00311::CBOREncoder1472 void HandleError(Status error) override { in HandleError() function in v8_inspector_protocol_encoding::json::__anondd25dec00611::JSONEncoder2106 void HandleError(Error error, const Char* pos) { in HandleError() function in v8_inspector_protocol_encoding::json::__anondd25dec00711::JsonParser
1522 void HandleError(Status status) override { status_ = status; } in HandleError() function in v8_inspector_protocol_encoding::json::Log
1577 function_ref<ErrorPolicy(Error)> HandleError) in DWARFObjInMemory()1893 function_ref<ErrorPolicy(Error)> HandleError, in create()
709 def HandleError(self, msg, token): member in AstBuilder