Home
last modified time | relevance | path

Searched defs:Errors (Results 1 – 25 of 66) sorted by relevance

123

/third_party/rust/crates/cxx/syntax/
Dreport.rs5 pub struct Errors { struct
9 impl Errors { argument
Dtoposort.rs10 pub fn sort<'a>(cx: &mut Errors, apis: &'a [Api], types: &Types<'a>) -> Vec<&'a Struct> { in sort()
22 cx: &mut Errors, in visit()
Dparse.rs31 cx: &mut Errors, in parse_items()
58 fn parse_struct(cx: &mut Errors, mut item: ItemStruct, namespace: &Namespace) -> Result<Api> { in parse_struct()
190 fn parse_enum(cx: &mut Errors, item: ItemEnum, namespace: &Namespace) -> Api { in parse_enum()
284 cx: &mut Errors, in parse_variant()
336 cx: &mut Errors, in parse_foreign_mod()
460 cx: &mut Errors, in parse_extern_type()
518 cx: &mut Errors, in parse_extern_fn()
704 cx: &mut Errors, in parse_extern_verbatim()
741 cx: &mut Errors, in parse_extern_verbatim_type()
792 fn extern_type_lifetimes(cx: &mut Errors, generics: Generics) -> Lifetimes { in extern_type_lifetimes()
[all …]
/third_party/rust/crates/libc/ci/
Dstyle.rs58 fn walk(path: &Path, err: &mut Errors) { in walk()
82 struct Errors { struct
98 fn check_style(file: &str, path: &Path, err: &mut Errors) { in check_style()
202 impl Errors { implementation
/third_party/rust/crates/cxx/gen/src/
Dcheck.rs9 pub(super) fn precheck(cx: &mut Errors, apis: &[Api], opt: &Opt) { in precheck()
15 fn check_dot_includes(cx: &mut Errors, apis: &[Api]) { in check_dot_includes()
Dcfg.rs21 cx: &mut Errors, in strip()
41 cx: &mut Errors, in eval()
/third_party/node/src/crypto/
DREADME.md258 ### Errors subsection
260 #### `ThrowCryptoError` and the `THROW_ERR_CRYPTO_*` macros
/third_party/typescript/tests/cases/compiler/
DundefinedAssignableToGenericMappedIntersection.ts2 type Errors<T> = { [P in keyof T]: string | undefined } & {all: string | undefined}; alias
DmappedTypePartialNonHomomorphicBaseConstraint.ts1 export type Errors<D> = { readonly [K in keyof D | "base"]?: string[] }; alias
/third_party/node/deps/undici/src/docs/api/
DErrors.md1 # Errors chapter
/third_party/rust/crates/cxx/macro/src/
Dload.rs21 pub fn load(cx: &mut Errors, apis: &mut [Api]) { in load()
99 cx: &mut Errors, in traverse()
234 fn translate_qual_type(cx: &mut Errors, enm: &Enum, qual_type: &str) -> Path { in translate_qual_type()
/third_party/typescript/tests/baselines/reference/
DvariableDeclaratorResolvedDuringContextualTyping.js132 var Errors; variable
133 (function (Errors) { argument
DmappedTypePartialNonHomomorphicBaseConstraint.js5 getErrors(): Errors<D> { field in Model
/third_party/libunwind/libunwind/doc/
Dunw_set_fpreg.tex48 \section{Errors} section
Dunw_apply_reg_state.tex37 \section{Errors} section
Dunw_resume.tex73 \section{Errors} section
Dunw_is_signal_frame.tex44 \section{Errors} section
Dunw_get_reg.tex49 \section{Errors} section
Dunw_step.tex34 \section{Errors} section
Dunw_reg_states_iterate.tex57 \section{Errors} section
Dunw_get_proc_name.tex55 \section{Errors} section
Dunw_set_cache_size.tex37 \section{Errors} section
Dunw_set_reg.tex49 \section{Errors} section
Dunw_get_proc_info.tex96 \section{Errors} section
Dunw_init_local.tex56 \section{Errors} section

123