| /third_party/rust/crates/syn/src/gen/ |
| D | visit_mut.rs | 931 V: VisitMut + ?Sized, in visit_abi_mut() 945 V: VisitMut + ?Sized, in visit_angle_bracketed_generic_arguments_mut() 959 V: VisitMut + ?Sized, in visit_arm_mut() 977 V: VisitMut + ?Sized, in visit_assoc_const_mut() 990 V: VisitMut + ?Sized, in visit_assoc_type_mut() 1003 V: VisitMut + ?Sized, in visit_attr_style_mut() 1016 V: VisitMut + ?Sized, in visit_attribute_mut() 1027 V: VisitMut + ?Sized, in visit_bare_fn_arg_mut() 1040 pub fn visit_bare_variadic_mut<V>(v: &mut V, node: &mut BareVariadic) in visit_bare_variadic_mut() 1058 V: VisitMut + ?Sized, in visit_bin_op_mut() [all …]
|
| D | fold.rs | 934 F: Fold + ?Sized, in fold_abi() 946 ) -> AngleBracketedGenericArguments in fold_angle_bracketed_generic_arguments() 961 F: Fold + ?Sized, in fold_arm() 974 pub fn fold_assoc_const<F>(f: &mut F, node: AssocConst) -> AssocConst in fold_assoc_const() 987 pub fn fold_assoc_type<F>(f: &mut F, node: AssocType) -> AssocType in fold_assoc_type() 1000 pub fn fold_attr_style<F>(f: &mut F, node: AttrStyle) -> AttrStyle in fold_attr_style() 1011 pub fn fold_attribute<F>(f: &mut F, node: Attribute) -> Attribute in fold_attribute() 1024 pub fn fold_bare_fn_arg<F>(f: &mut F, node: BareFnArg) -> BareFnArg in fold_bare_fn_arg() 1036 pub fn fold_bare_variadic<F>(f: &mut F, node: BareVariadic) -> BareVariadic in fold_bare_variadic() 1049 pub fn fold_bin_op<F>(f: &mut F, node: BinOp) -> BinOp in fold_bin_op() [all …]
|
| D | visit.rs | 930 V: Visit<'ast> + ?Sized, in visit_abi() 944 V: Visit<'ast> + ?Sized, in visit_angle_bracketed_generic_arguments() 958 V: Visit<'ast> + ?Sized, in visit_arm() 976 V: Visit<'ast> + ?Sized, in visit_assoc_const() 989 V: Visit<'ast> + ?Sized, in visit_assoc_type() 1002 V: Visit<'ast> + ?Sized, in visit_attr_style() 1015 V: Visit<'ast> + ?Sized, in visit_attribute() 1026 V: Visit<'ast> + ?Sized, in visit_bare_fn_arg() 1041 V: Visit<'ast> + ?Sized, in visit_bare_variadic() 1057 V: Visit<'ast> + ?Sized, in visit_bin_op() [all …]
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | objc_method.rs | 31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method() 37 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodWithInt_() 43 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodWithFoo_() 49 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodReturningInt() 55 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodReturningFoo() 65 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodWithArg1_andArg2_andArg3_() 77 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodWithAndWithoutKeywords_arg2Name__arg4Name_()
|
| D | objc_class_method.rs | 37 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodWithInt_() 43 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodWithFoo_() 64 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodWithArg1_andArg2_andArg3_()
|
| D | objc_blocklist.rs | 32 <Self as std::ops::Deref>::Target: objc::Message + Sized, in ambiguouslyBlockedMethod() 38 <Self as std::ops::Deref>::Target: objc::Message + Sized, in instanceMethod()
|
| D | objc_category.rs | 31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method() 40 <Self as std::ops::Deref>::Target: objc::Message + Sized, in categoryMethod()
|
| D | objc_property_fnptr.rs | 39 <Self as std::ops::Deref>::Target: objc::Message + Sized, in func() 53 <Self as std::ops::Deref>::Target: objc::Message + Sized, in setFunc_()
|
| D | objc_allowlist.rs | 15 <Self as std::ops::Deref>::Target: objc::Message + Sized, in protocolMethod() 46 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
|
| D | objc_method_clash.rs | 31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in foo()
|
| D | wrap_unsafe_ops_objc_class.rs | 34 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
|
| D | objc_class.rs | 34 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
|
| D | objc_escape.rs | 34 <Self as std::ops::Deref>::Target: objc::Message + Sized, in f_as_()
|
| D | objc_pointer_return_types.rs | 48 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodUsingBar_()
|
| /third_party/rust/crates/rustix/src/path/ |
| D | arg.rs | 86 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() 121 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() 157 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() 195 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() 234 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() 272 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() 311 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() 350 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() 391 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() 430 fn into_with_c_str<T, F>(self, f: F) -> io::Result<T> in into_with_c_str() [all …]
|
| /third_party/rust/crates/codespan/codespan-lsp/src/ |
| D | lib.rs | 43 F: Files<'a> + ?Sized, in byte_index_to_position() 72 F: Files<'a> + ?Sized, in byte_span_to_range() 113 F: Files<'a> + ?Sized, in position_to_byte_index() 132 F: Files<'a> + ?Sized, in range_to_byte_span()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
| D | objc_template.rs | 31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in get() 60 <Self as std::ops::Deref>::Target: objc::Message + Sized, in objectForKey_()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
| D | objc_template.rs | 31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in get() 60 <Self as std::ops::Deref>::Target: objc::Message + Sized, in objectForKey_()
|
| /third_party/rust/crates/cxx/syntax/ |
| D | visit.rs | 11 V: Visit<'a> + ?Sized, in visit_type()
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/ |
| D | conv.rs | 93 pub(super) fn size_of<'a, T: Sized, Num: ArgNumber>() -> ArgReg<'a, Num> { in size_of() 187 pub(super) fn slice_just_addr<T: Sized, Num: ArgNumber>(v: &[T]) -> ArgReg<Num> { in slice_just_addr() 193 pub(super) fn slice<T: Sized, Num0: ArgNumber, Num1: ArgNumber>( in slice() 200 pub(super) fn slice_mut<T: Sized, Num0: ArgNumber, Num1: ArgNumber>( in slice_mut() 207 pub(super) fn by_ref<T: Sized, Num: ArgNumber>(t: &T) -> ArgReg<Num> { in by_ref() 213 pub(super) fn by_mut<T: Sized, Num: ArgNumber>(t: &mut T) -> ArgReg<Num> { in by_mut() 220 pub(super) fn opt_mut<T: Sized, Num: ArgNumber>(t: Option<&mut T>) -> ArgReg<Num> { in opt_mut() 233 pub(super) fn opt_ref<T: Sized, Num: ArgNumber>(t: Option<&T>) -> ArgReg<Num> { in opt_ref()
|
| /third_party/rust/crates/nom/src/ |
| D | internal.rs | 250 Self: core::marker::Sized, in map() 264 Self: core::marker::Sized, in flat_map() 277 Self: core::marker::Sized, in and_then() 290 Self: core::marker::Sized, in and() 299 Self: core::marker::Sized, in or() 308 Self: core::marker::Sized, in into()
|
| /third_party/rust/crates/once_cell/src/ |
| D | imp_std.rs | 258 pub(crate) fn addr<T>(ptr: *mut T) -> usize in addr() 270 pub(crate) fn with_addr<T>(ptr: *mut T, addr: usize) -> *mut T in with_addr() 291 pub(crate) fn map_addr<T>(ptr: *mut T, f: impl FnOnce(usize) -> usize) -> *mut T in map_addr()
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| D | addr.rs | 1015 Self: Sized, in from_raw() 1134 Self: Sized; in from_raw() 1223 Self: Sized, in from_raw() 1292 Self: Sized, in from_raw() 1411 Self: Sized, in from_raw() 1546 Self: Sized, in from_raw() 2379 Self: Sized, in from_raw() 2427 Self: Sized, in from_raw() 2882 Self: Sized, in from_raw()
|
| /third_party/rust/crates/cxx/src/ |
| D | shared_ptr.rs | 192 Self: Sized, in __new()
|
| /third_party/rust/crates/quote/src/ |
| D | to_tokens.rs | 69 fn into_token_stream(self) -> TokenStream in into_token_stream()
|