Home
last modified time | relevance | path

Searched defs:OperationError (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/bin/
Dmain.rs73 pub enum OperationError { enum
92 impl From<IoError> for OperationError { implementation
93 fn from(e: IoError) -> OperationError { in from()
445 fn determine_operation(matches: &Matches) -> Result<Operation, OperationError> { in determine_operation() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DErrors.cpp171 Napi::Error Errors::OperationError(Napi::Env env) { in OperationError() function in wgpu::binding::Errors