Home
last modified time | relevance | path

Searched defs:RawEntryBuilder (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/hashbrown/src/
Draw_entry.rs505 pub struct RawEntryBuilder<'a, K, V, S, A: Allocator = Global> { struct
509 impl<'a, K, V, S, A: Allocator> RawEntryBuilderMut<'a, K, V, S, A> { argument
617 impl<'a, K, V, S, A: Allocator> RawEntryBuilder<'a, K, V, S, A> { implementation
1479 impl<K, V, S, A: Allocator> Debug for RawEntryBuilder<'_, K, V, S, A> { implementation
/external/rust/android-crates-io/crates/hashlink/src/
Dlinked_hash_map.rs931 pub struct RawEntryBuilder<'a, K, V, S> { struct
935 impl<'a, K, V, S> RawEntryBuilder<'a, K, V, S> implementation
976 unsafe impl<K, V, S> Send for RawEntryBuilder<'_, K, V, S> implementation
984 unsafe impl<K, V, S> Sync for RawEntryBuilder<'_, K, V, S> implementation
1343 impl<K, V, S> fmt::Debug for RawEntryBuilder<'_, K, V, S> { implementation
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/
Dmap.rs3083 pub struct RawEntryBuilder<'a, K, V, S, A: Allocator + Clone = Global> { struct
3087 impl<'a, K, V, S, A: Allocator + Clone> RawEntryBuilderMut<'a, K, V, S, A> { argument
3197 impl<'a, K, V, S, A: Allocator + Clone> RawEntryBuilder<'a, K, V, S, A> { impl
4061 impl<K, V, S, A: Allocator + Clone> Debug for RawEntryBuilder<'_, K, V, S, A> { implementation