Home
last modified time | relevance | path

Searched refs:error_format_string (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/uniffi_macros/src/
Denum_.rs182 let error_format_string = format!("Invalid {ident} enum value: {{}}"); in enum_or_error_ffi_converter_impl() localVariable
188 v => ::uniffi::deps::anyhow::bail!(#error_format_string, v), in enum_or_error_ffi_converter_impl()
/external/angle/src/third_party/ceval/
Dceval.h328 void ceval_error(const char* error_format_string, ...) { in ceval_error() argument
333 va_start(args, error_format_string); in ceval_error()
334 vprintf(error_format_string, args); in ceval_error()