Home
last modified time | relevance | path

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

12

/third_party/rust/crates/syn/src/gen/
Dfold.rs785 F: Fold + ?Sized, in fold_abi()
796 ) -> AngleBracketedGenericArguments in fold_angle_bracketed_generic_arguments()
811 F: Fold + ?Sized, in fold_arm()
827 pub fn fold_attr_style<F>(f: &mut F, node: AttrStyle) -> AttrStyle in fold_attr_style()
839 pub fn fold_attribute<F>(f: &mut F, node: Attribute) -> Attribute in fold_attribute()
852 pub fn fold_bare_fn_arg<F>(f: &mut F, node: BareFnArg) -> BareFnArg in fold_bare_fn_arg()
867 pub fn fold_bin_op<F>(f: &mut F, node: BinOp) -> BinOp in fold_bin_op()
959 pub fn fold_binding<F>(f: &mut F, node: Binding) -> Binding in fold_binding()
970 pub fn fold_block<F>(f: &mut F, node: Block) -> Block in fold_block()
980 pub fn fold_bound_lifetimes<F>(f: &mut F, node: BoundLifetimes) -> BoundLifetimes in fold_bound_lifetimes()
[all …]
Dvisit_mut.rs782 V: VisitMut + ?Sized, in visit_abi_mut()
795 V: VisitMut + ?Sized, in visit_angle_bracketed_generic_arguments_mut()
813 V: VisitMut + ?Sized, in visit_arm_mut()
832 V: VisitMut + ?Sized, in visit_attr_style_mut()
844 V: VisitMut + ?Sized, in visit_attribute_mut()
855 V: VisitMut + ?Sized, in visit_bare_fn_arg_mut()
869 V: VisitMut + ?Sized, in visit_bin_op_mut()
961 V: VisitMut + ?Sized, in visit_binding_mut()
970 V: VisitMut + ?Sized, in visit_block_mut()
978 pub fn visit_bound_lifetimes_mut<V>(v: &mut V, node: &mut BoundLifetimes) in visit_bound_lifetimes_mut()
[all …]
Dvisit.rs781 V: Visit<'ast> + ?Sized, in visit_abi()
794 V: Visit<'ast> + ?Sized, in visit_angle_bracketed_generic_arguments()
812 V: Visit<'ast> + ?Sized, in visit_arm()
831 V: Visit<'ast> + ?Sized, in visit_attr_style()
843 V: Visit<'ast> + ?Sized, in visit_attribute()
854 V: Visit<'ast> + ?Sized, in visit_bare_fn_arg()
868 V: Visit<'ast> + ?Sized, in visit_bin_op()
960 V: Visit<'ast> + ?Sized, in visit_binding()
969 V: Visit<'ast> + ?Sized, in visit_block()
977 pub fn visit_bound_lifetimes<'ast, V>(v: &mut V, node: &'ast BoundLifetimes) in visit_bound_lifetimes()
[all …]
/third_party/rust/crates/rust-std-candidates/ref_filter_map/
Dlib.rs58 T: ?Sized, in ref_filter_map()
59 U: ?Sized, in ref_filter_map()
91 T: ?Sized, in ref_mut_filter_map()
92 U: ?Sized, in ref_mut_filter_map()
/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_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_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_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_()
/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/tracing/tracing-subscriber/src/layer/
Dmod.rs1024 Self: Sized, in and_then()
1075 Self: Sized, in with_subscriber()
1094 Self: Sized, in with_filter()
1216 fn boxed(self) -> Box<dyn Layer<S> + Send + Sync + 'static> in boxed()
1486 Self: Sized, in with()
/third_party/rust/crates/serde/serde_test/src/
Dconfigure.rs72 fn readable(self) -> Readable<Self> in readable()
79 fn compact(self) -> Compact<Self> in compact()
/third_party/rust/crates/syn/src/
Dgen_helper.rs37 pub fn tokens_helper<F: Fold + ?Sized, S: Spans>(folder: &mut F, spans: &S) -> S { in tokens_helper()
79 pub fn tokens_helper<'ast, V: Visit<'ast> + ?Sized, S: Spans>(visitor: &mut V, spans: &S) { in tokens_helper() argument
120 pub fn tokens_helper<V: VisitMut + ?Sized, S: Spans>(visitor: &mut V, spans: &mut S) { in tokens_helper()
/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()

12