Home
last modified time | relevance | path

Searched defs:new_err (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dvec_init_then_push.rs8 let mut new_err = Vec::<u32>::new(); in main() localVariable
/third_party/grpc/src/core/lib/surface/
Dfilter_stack_call.cc93 grpc_error_handle new_err) { in Create()
/third_party/rust/rust/src/tools/rust-analyzer/lib/lsp-server/src/
Dmsg.rs187 pub fn new_err(id: RequestId, code: i32, message: String) -> Response { in new_err() method
/third_party/grpc/src/core/ext/transport/inproc/
Dlegacy_inproc_transport.cc600 grpc_error_handle new_err; in op_state_machine_locked() local