Home
last modified time | relevance | path

Searched defs:add_error (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/combine/src/parser/
Derror.rs29 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
132 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
177 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
225 fn add_error(&mut self, _errors: &mut Tracked<<Input as StreamOnce>::Error>) {} in add_error() function
Dregex.rs242 fn add_error(&mut self, error: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
299 fn add_error(&mut self, error: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
358 fn add_error(&mut self, error: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
419 fn add_error(&mut self, error: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
485 fn add_error(&mut self, error: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
Dsequence.rs700 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
786 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
893 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
Dtoken.rs191 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
280 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
491 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
671 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
Dcombinator.rs52 fn add_error(&mut self, _errors: &mut Tracked<<Input as StreamOnce>::Error>) {} in add_error() function
527 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
625 fn add_error(&mut self, error: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
1073 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
1143 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
1335 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
Dchoice.rs378 fn add_error(&mut self, error: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
586 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
Drange.rs62 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
196 fn add_error(&mut self, errors: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
Drepeat.rs162 fn add_error(&mut self, error: &mut Tracked<<Input as StreamOnce>::Error>) { in add_error() function
Dmod.rs206 fn add_error(&mut self, _error: &mut Tracked<<Input as StreamOnce>::Error>) {} in add_error() method
/external/python/mobly/mobly/
Dexpects.py62 def add_error(self, error): member in _ExpectErrorRecorder
Drecords.py451 def add_error(self, position, e): member in TestResultRecord
/external/grpc-grpc/src/core/lib/transport/
Dmetadata_batch.cc278 static void add_error(grpc_error** composite, grpc_error* error, in add_error() function
/external/grpc-grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc87 static void add_error(grpc_error** combined, grpc_error* error) { in add_error() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata_batch.cc368 static void add_error(grpc_error_handle* composite, grpc_error_handle error, in add_error() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc149 static void add_error(grpc_error_handle* combined, grpc_error_handle error) { in add_error() function
/external/rust/crates/combine/src/stream/
Deasy.rs675 pub fn add_error(&mut self, error: Error<T, R>) in add_error() method
/external/python/cpython3/Modules/
Dpyexpat.c1654 add_error(PyObject *errors_module, PyObject *codes_dict, in add_error() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2127 static void add_error(grpc_error_handle error, grpc_error_handle* refs, in add_error() function
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc2116 static void add_error(grpc_error* error, grpc_error** refs, size_t* nrefs) { in add_error() function
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dconfiguration_generated.h2696 void add_error(flatbuffers::Offset<tflite::BenchmarkError> error) { in add_error() function