Home
last modified time | relevance | path

Searched defs:ExternFn (Results 1 – 25 of 31) sorted by relevance

12

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/
Dmangle.rs87 pub(crate) fn extern_fn(efn: &ExternFn, types: &Types) -> Symbol { in extern_fn()
113 pub(crate) fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline()
118 pub(crate) fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
Dmod.rs152 pub(crate) struct ExternFn { struct
154 pub cfg: CfgExpr,
155 pub lang: Lang,
156 pub doc: Doc,
158 pub attrs: OtherAttrs,
160 pub visibility: Token![pub],
161 pub name: Pair,
162 pub sig: Signature,
163 pub semi_token: Token![;],
164 pub trusted: bool,
Dimpls.rs28 impl Deref for ExternFn { implementation
36 impl DerefMut for ExternFn { implementation
Dcheck.rs410 fn check_api_fn(cx: &mut Check, efn: &ExternFn) { in check_api_fn()
542 fn check_mut_return_restriction(cx: &mut Check, efn: &ExternFn) { in check_mut_return_restriction()
/external/rust/cxx/syntax/
Dmangle.rs87 pub(crate) fn extern_fn(efn: &ExternFn, types: &Types) -> Symbol { in extern_fn()
113 pub(crate) fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline()
118 pub(crate) fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
Dmod.rs152 pub(crate) struct ExternFn { struct
154 pub cfg: CfgExpr,
155 pub lang: Lang,
156 pub doc: Doc,
158 pub attrs: OtherAttrs,
160 pub visibility: Token![pub],
161 pub name: Pair,
162 pub sig: Signature,
163 pub semi_token: Token![;],
164 pub trusted: bool,
Dimpls.rs28 impl Deref for ExternFn { implementation
36 impl DerefMut for ExternFn { implementation
Dcheck.rs410 fn check_api_fn(cx: &mut Check, efn: &ExternFn) { in check_api_fn()
542 fn check_mut_return_restriction(cx: &mut Check, efn: &ExternFn) { in check_mut_return_restriction()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/
Dmangle.rs87 pub(crate) fn extern_fn(efn: &ExternFn, types: &Types) -> Symbol { in extern_fn()
113 pub(crate) fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline()
118 pub(crate) fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
Dmod.rs152 pub(crate) struct ExternFn { struct
154 pub cfg: CfgExpr,
155 pub lang: Lang,
156 pub doc: Doc,
158 pub attrs: OtherAttrs,
160 pub visibility: Token![pub],
161 pub name: Pair,
162 pub sig: Signature,
163 pub semi_token: Token![;],
164 pub trusted: bool,
Dimpls.rs28 impl Deref for ExternFn { implementation
36 impl DerefMut for ExternFn { implementation
Dcheck.rs410 fn check_api_fn(cx: &mut Check, efn: &ExternFn) { in check_api_fn()
542 fn check_mut_return_restriction(cx: &mut Check, efn: &ExternFn) { in check_mut_return_restriction()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/
Dmangle.rs87 pub(crate) fn extern_fn(efn: &ExternFn, types: &Types) -> Symbol { in extern_fn()
113 pub(crate) fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline()
118 pub(crate) fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
Dmod.rs152 pub(crate) struct ExternFn { struct
154 pub cfg: CfgExpr,
155 pub lang: Lang,
156 pub doc: Doc,
158 pub attrs: OtherAttrs,
160 pub visibility: Token![pub],
161 pub name: Pair,
162 pub sig: Signature,
163 pub semi_token: Token![;],
164 pub trusted: bool,
Dimpls.rs28 impl Deref for ExternFn { implementation
36 impl DerefMut for ExternFn { implementation
Dcheck.rs410 fn check_api_fn(cx: &mut Check, efn: &ExternFn) { in check_api_fn()
542 fn check_mut_return_restriction(cx: &mut Check, efn: &ExternFn) { in check_mut_return_restriction()
Dtokens.rs212 impl ToTokens for ExternFn { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/
Dmangle.rs87 pub(crate) fn extern_fn(efn: &ExternFn, types: &Types) -> Symbol { in extern_fn()
113 pub(crate) fn c_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in c_trampoline()
118 pub(crate) fn r_trampoline(efn: &ExternFn, var: &Pair, types: &Types) -> Symbol { in r_trampoline()
Dmod.rs152 pub(crate) struct ExternFn { struct
154 pub cfg: CfgExpr,
155 pub lang: Lang,
156 pub doc: Doc,
158 pub attrs: OtherAttrs,
160 pub visibility: Token![pub],
161 pub name: Pair,
162 pub sig: Signature,
163 pub semi_token: Token![;],
164 pub trusted: bool,
Dimpls.rs28 impl Deref for ExternFn { implementation
36 impl DerefMut for ExternFn { implementation
Dcheck.rs410 fn check_api_fn(cx: &mut Check, efn: &ExternFn) { in check_api_fn()
542 fn check_mut_return_restriction(cx: &mut Check, efn: &ExternFn) { in check_mut_return_restriction()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/
Dwrite.rs248 fn write_struct<'a>(out: &mut OutFile<'a>, strct: &'a Struct, methods: &[&ExternFn]) { in write_struct()
346 fn write_opaque_type<'a>(out: &mut OutFile<'a>, ety: &'a ExternType, methods: &[&ExternFn]) { in write_opaque_type()
702 fn write_cxx_function_shim<'a>(out: &mut OutFile<'a>, efn: &'a ExternFn) { in write_cxx_function_shim()
873 fn write_function_pointer_trampoline(out: &mut OutFile, efn: &ExternFn, var: &Pair, f: &Signature) { in write_function_pointer_trampoline()
884 fn write_rust_function_decl<'a>(out: &mut OutFile<'a>, efn: &'a ExternFn) { in write_rust_function_decl()
953 fn write_rust_function_shim<'a>(out: &mut OutFile<'a>, efn: &'a ExternFn) { in write_rust_function_shim()
/external/rust/cxx/gen/src/
Dwrite.rs248 fn write_struct<'a>(out: &mut OutFile<'a>, strct: &'a Struct, methods: &[&ExternFn]) { in write_struct()
346 fn write_opaque_type<'a>(out: &mut OutFile<'a>, ety: &'a ExternType, methods: &[&ExternFn]) { in write_opaque_type()
702 fn write_cxx_function_shim<'a>(out: &mut OutFile<'a>, efn: &'a ExternFn) { in write_cxx_function_shim()
873 fn write_function_pointer_trampoline(out: &mut OutFile, efn: &ExternFn, var: &Pair, f: &Signature) { in write_function_pointer_trampoline()
884 fn write_rust_function_decl<'a>(out: &mut OutFile<'a>, efn: &'a ExternFn) { in write_rust_function_decl()
953 fn write_rust_function_shim<'a>(out: &mut OutFile<'a>, efn: &'a ExternFn) { in write_rust_function_shim()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/gen/
Dwrite.rs248 fn write_struct<'a>(out: &mut OutFile<'a>, strct: &'a Struct, methods: &[&ExternFn]) { in write_struct()
346 fn write_opaque_type<'a>(out: &mut OutFile<'a>, ety: &'a ExternType, methods: &[&ExternFn]) { in write_opaque_type()
702 fn write_cxx_function_shim<'a>(out: &mut OutFile<'a>, efn: &'a ExternFn) { in write_cxx_function_shim()
873 fn write_function_pointer_trampoline(out: &mut OutFile, efn: &ExternFn, var: &Pair, f: &Signature) { in write_function_pointer_trampoline()
884 fn write_rust_function_decl<'a>(out: &mut OutFile<'a>, efn: &'a ExternFn) { in write_rust_function_decl()
953 fn write_rust_function_shim<'a>(out: &mut OutFile<'a>, efn: &'a ExternFn) { in write_rust_function_shim()
/external/rust/cxx/macro/src/
Dexpand.rs454 fn expand_cxx_function_decl(efn: &ExternFn, types: &Types) -> TokenStream { in expand_cxx_function_decl()
495 fn expand_cxx_function_shim(efn: &ExternFn, types: &Types) -> TokenStream { in expand_cxx_function_shim()
781 efn: &ExternFn, in expand_function_pointer_trampoline()
930 fn expand_rust_function_shim(efn: &ExternFn, types: &Types) -> TokenStream { in expand_rust_function_shim()

12