Home
last modified time | relevance | path

Searched defs:Sized (Results 1 – 25 of 38) sorted by relevance

12

/third_party/rust/crates/syn/src/gen/
Dvisit_mut.rs931 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 …]
Dfold.rs934 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 …]
Dvisit.rs930 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/
Dobjc_method.rs31 <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_()
Dobjc_class_method.rs37 <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_()
Dobjc_blocklist.rs32 <Self as std::ops::Deref>::Target: objc::Message + Sized, in ambiguouslyBlockedMethod()
38 <Self as std::ops::Deref>::Target: objc::Message + Sized, in instanceMethod()
Dobjc_category.rs31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
40 <Self as std::ops::Deref>::Target: objc::Message + Sized, in categoryMethod()
Dobjc_property_fnptr.rs39 <Self as std::ops::Deref>::Target: objc::Message + Sized, in func()
53 <Self as std::ops::Deref>::Target: objc::Message + Sized, in setFunc_()
Dobjc_allowlist.rs15 <Self as std::ops::Deref>::Target: objc::Message + Sized, in protocolMethod()
46 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
Dobjc_method_clash.rs31 <Self as std::ops::Deref>::Target: objc::Message + Sized, in foo()
Dwrap_unsafe_ops_objc_class.rs34 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
Dobjc_class.rs34 <Self as std::ops::Deref>::Target: objc::Message + Sized, in method()
Dobjc_escape.rs34 <Self as std::ops::Deref>::Target: objc::Message + Sized, in f_as_()
Dobjc_pointer_return_types.rs48 <Self as std::ops::Deref>::Target: objc::Message + Sized, in methodUsingBar_()
/third_party/rust/crates/rustix/src/path/
Darg.rs86 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/
Dlib.rs43 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/
Dobjc_template.rs31 <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/
Dobjc_template.rs31 <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/
Dvisit.rs11 V: Visit<'a> + ?Sized, in visit_type()
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dconv.rs93 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/
Dinternal.rs250 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/
Dimp_std.rs258 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/
Daddr.rs1015 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/
Dshared_ptr.rs192 Self: Sized, in __new()
/third_party/rust/crates/quote/src/
Dto_tokens.rs69 fn into_token_stream(self) -> TokenStream in into_token_stream()

12