Home
last modified time | relevance | path

Searched defs:SliceRef (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dimpls.rs231 impl Eq for SliceRef {} implementation
233 impl PartialEq for SliceRef { implementation
235 let SliceRef { in eq() localVariable
243 let SliceRef { in eq() localVariable
255 impl Hash for SliceRef { implementation
257 let SliceRef { in hash() localVariable
H A Dmod.rs276 SliceRef(Box<SliceRef>), enumerator
305 pub(crate) struct SliceRef { struct
306 pub ampersand: Token![&],
307 pub lifetime: Option<Lifetime>,
308 pub mutable: bool,
309 pub bracket: Bracket,
310 pub inner: Type,
311 pub mutability: Option<Token![mut]>,
H A Dtokens.rs128 impl ToTokens for SliceRef { implementation
130 let SliceRef { in to_tokens() localVariable
H A Dcheck.rs272 fn check_type_slice_ref(cx: &mut Check, ty: &SliceRef) { in check_type_slice_ref()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dimpls.rs231 impl Eq for SliceRef {} implementation
233 impl PartialEq for SliceRef { implementation
235 let SliceRef { in eq() localVariable
243 let SliceRef { in eq() localVariable
255 impl Hash for SliceRef { implementation
257 let SliceRef { in hash() localVariable
H A Dmod.rs276 SliceRef(Box<SliceRef>), enumerator
305 pub(crate) struct SliceRef { struct
306 pub ampersand: Token![&],
307 pub lifetime: Option<Lifetime>,
308 pub mutable: bool,
309 pub bracket: Bracket,
310 pub inner: Type,
311 pub mutability: Option<Token![mut]>,
H A Dtokens.rs128 impl ToTokens for SliceRef { implementation
130 let SliceRef { in to_tokens() localVariable
H A Dcheck.rs272 fn check_type_slice_ref(cx: &mut Check, ty: &SliceRef) { in check_type_slice_ref()
/aosp_15_r20/external/rust/cxx/syntax/
Dimpls.rs231 impl Eq for SliceRef {} implementation
233 impl PartialEq for SliceRef { implementation
235 let SliceRef { in eq() localVariable
243 let SliceRef { in eq() localVariable
255 impl Hash for SliceRef { implementation
257 let SliceRef { in hash() localVariable
Dmod.rs276 SliceRef(Box<SliceRef>), enumerator
305 pub(crate) struct SliceRef { struct
306 pub ampersand: Token![&],
307 pub lifetime: Option<Lifetime>,
308 pub mutable: bool,
309 pub bracket: Bracket,
310 pub inner: Type,
311 pub mutability: Option<Token![mut]>,
Dtokens.rs128 impl ToTokens for SliceRef { implementation
130 let SliceRef { in to_tokens() localVariable
Dcheck.rs272 fn check_type_slice_ref(cx: &mut Check, ty: &SliceRef) { in check_type_slice_ref()
/aosp_15_r20/external/perfetto/ui/src/components/widgets/
H A Dslice.ts36 export class SliceRef implements m.ClassComponent<SliceRefAttrs> { class