Home
last modified time | relevance | path

Searched defs:RawTable (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/raw/
Dmod.rs361 pub struct RawTable<T, A: Allocator + Clone = Global> { struct
362 table: RawTableInner<A>, argument
367 /// Non-generic part of `RawTable` which allows functions to be instantiated only once regardless argument
387 impl<T> RawTable<T, Global> { implementation
415 impl<T, A: Allocator + Clone> RawTable<T, A> { impl
1028 unsafe impl<T, A: Allocator + Clone> Send for RawTable<T, A> implementation
1034 unsafe impl<T, A: Allocator + Clone> Sync for RawTable<T, A> implementation
1599 impl<T: Clone, A: Allocator + Clone> Clone for RawTable<T, A> { implementation
1681 impl<T: Clone, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
1690 impl<T: Copy, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs786 pub struct RawTable<T, A: Allocator = Global> { struct
787 table: RawTableInner, argument
793 /// Non-generic part of `RawTable` which allows functions to be instantiated only once regardless argument
811 impl<T> RawTable<T, Global> { impl
840 impl<T, A: Allocator> RawTable<T, A> { implementation
1688 unsafe impl<T, A: Allocator> Send for RawTable<T, A> implementation
1694 unsafe impl<T, A: Allocator> Sync for RawTable<T, A> implementation
3441 impl<T: Clone, A: Allocator + Clone> Clone for RawTable<T, A> { implementation
3546 impl<T: Clone, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
3555 impl<T: Copy, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs786 pub struct RawTable<T, A: Allocator = Global> { struct
787 table: RawTableInner, argument
793 /// Non-generic part of `RawTable` which allows functions to be instantiated only once regardless argument
811 impl<T> RawTable<T, Global> { implementation
840 impl<T, A: Allocator> RawTable<T, A> { implementation
1688 unsafe impl<T, A: Allocator> Send for RawTable<T, A> implementation
1694 unsafe impl<T, A: Allocator> Sync for RawTable<T, A> implementation
3441 impl<T: Clone, A: Allocator + Clone> Clone for RawTable<T, A> { implementation
3546 impl<T: Clone, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
3555 impl<T: Copy, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs786 pub struct RawTable<T, A: Allocator = Global> { struct
787 table: RawTableInner, argument
793 /// Non-generic part of `RawTable` which allows functions to be instantiated only once regardless argument
811 impl<T> RawTable<T, Global> { impl
840 impl<T, A: Allocator> RawTable<T, A> { impl
1688 unsafe impl<T, A: Allocator> Send for RawTable<T, A> implementation
1694 unsafe impl<T, A: Allocator> Sync for RawTable<T, A> implementation
3441 impl<T: Clone, A: Allocator + Clone> Clone for RawTable<T, A> { implementation
3546 impl<T: Clone, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
3555 impl<T: Copy, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs786 pub struct RawTable<T, A: Allocator = Global> { struct
787 table: RawTableInner, argument
793 /// Non-generic part of `RawTable` which allows functions to be instantiated only once regardless argument
811 impl<T> RawTable<T, Global> { implementation
840 impl<T, A: Allocator> RawTable<T, A> { impl
1688 unsafe impl<T, A: Allocator> Send for RawTable<T, A> implementation
1694 unsafe impl<T, A: Allocator> Sync for RawTable<T, A> implementation
3441 impl<T: Clone, A: Allocator + Clone> Clone for RawTable<T, A> { implementation
3546 impl<T: Clone, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
3555 impl<T: Copy, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs786 pub struct RawTable<T, A: Allocator = Global> { struct
787 table: RawTableInner, argument
793 /// Non-generic part of `RawTable` which allows functions to be instantiated only once regardless argument
811 impl<T> RawTable<T, Global> { implementation
840 impl<T, A: Allocator> RawTable<T, A> { implementation
1688 unsafe impl<T, A: Allocator> Send for RawTable<T, A> implementation
1694 unsafe impl<T, A: Allocator> Sync for RawTable<T, A> implementation
3441 impl<T: Clone, A: Allocator + Clone> Clone for RawTable<T, A> { implementation
3546 impl<T: Clone, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
3555 impl<T: Copy, A: Allocator + Clone> RawTableClone for RawTable<T, A> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Draw.rs206 impl<T, A: Allocator> RawTable<T, A> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Draw.rs206 impl<T, A: Allocator> RawTable<T, A> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Draw.rs206 impl<T, A: Allocator> RawTable<T, A> { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Draw.rs206 impl<T, A: Allocator> RawTable<T, A> { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Draw.rs206 impl<T, A: Allocator> RawTable<T, A> { impl
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/external_trait_impls/rayon/
Draw.rs207 impl<T, A: Allocator + Clone> RawTable<T, A> { impl
/aosp_15_r20/external/perfetto/src/trace_processor/db/
H A Dquery_executor_benchmark.cc47 using RawTable = tables::RawTable; typedef
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dmetadata_tables_py.h4517 PERFETTO_NO_INLINE explicit RawTable(StringPool* pool) in RawTable() function