Home
last modified time | relevance | path

Searched defs:OwnedType (Results 1 – 12 of 12) sorted by relevance

/external/rust/android-crates-io/crates/zerovec/src/map/
Dkv.rs40 type OwnedType: 'static; typedef
78 type OwnedType = Option<T>; typedef
88 type OwnedType = Box<OptionVarULE<T>>; typedef
95 type OwnedType = Box<str>; typedef
105 type OwnedType = Box<[T]>; typedef
115 type OwnedType = [T; N]; typedef
125 type OwnedType = Box<ZeroSlice<T>>; typedef
Dvecs.rs140 type OwnedType; typedef
145 fn zvl_remove(&mut self, index: usize) -> Self::OwnedType; in zvl_remove()
147 fn zvl_replace(&mut self, index: usize, value: &T) -> Self::OwnedType; in zvl_replace()
290 type OwnedType = T; typedef
463 type OwnedType = Box<T>; typedef
Dmap.rs215 pub fn insert(&mut self, key: &K, value: &V) -> Option<V::OwnedType> { in insert()
237 pub fn remove(&mut self, key: &K) -> Option<V::OwnedType> { in remove()
/external/rust/android-crates-io/crates/tinystr/src/
Dule.rs60 type OwnedType = TinyAsciiStr<N>; typedef
101 type OwnedType = UnvalidatedTinyAsciiStr<N>; typedef
/external/rust/android-crates-io/crates/zerovec/src/ule/
Dniche.rs196 type OwnedType = Self; typedef
/external/rust/android-crates-io/crates/zerovec/src/map2d/
Dmap.rs312 pub fn insert(&mut self, key0: &K0, key1: &K1, value: &V) -> Option<V::OwnedType> { in insert()
346 pub fn remove(&mut self, key0: &K0, key1: &K1) -> Option<V::OwnedType> { in remove()
/external/rust/android-crates-io/crates/zerovec/benches/
Dzeromap.rs375 type OwnedType = Box<Index32Str>; typedef
/external/rust/android-crates-io/crates/potential_utf/src/
Dustr.rs165 type OwnedType = Box<PotentialUtf8>; typedef
/external/rust/android-crates-io/crates/icu_provider/src/
Dmarker.rs304 type OwnedType = DataMarkerIdHash; typedef
/external/clang/lib/Parse/
DParseDeclCXX.cpp384 Decl **OwnedType) { in ParseUsingDirectiveOrDeclaration()
497 Decl **OwnedType) { in ParseUsingDeclaration()
DParseDecl.cpp47 Decl **OwnedType, in ParseTypeName()
1487 Decl *OwnedType = nullptr; in ParseDeclaration() local
/external/clang/lib/Sema/
DSemaDecl.cpp54 Sema::DeclGroupPtrTy Sema::ConvertDeclToDeclGroup(Decl *Ptr, Decl *OwnedType) { in ConvertDeclToDeclGroup()