/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/ |
H A D | capture.rs | 241 fn from(frames: Vec<BacktraceFrame>) -> Self { in from() method 247 fn from(frame: crate::Frame) -> Self { in from() method 417 fn default() -> Backtrace { in default() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/backtrace/src/ |
H A D | capture.rs | 241 fn from(frames: Vec<BacktraceFrame>) -> Self { in from() method 247 fn from(frame: crate::Frame) -> Self { in from() method 417 fn default() -> Backtrace { in default() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/ |
D | string_record.rs | 79 fn default() -> StringRecord { in default() method 666 fn from(xs: Vec<T>) -> StringRecord { in from() method 673 fn from(xs: &'a [T]) -> StringRecord { in from() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/ |
D | framebuffer.rs | 484 fn default() -> Self { in default() method 578 fn from(err: OomError) -> Self { in from() method 704 fn from(err: VulkanError) -> Self { in from() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/link/ |
D | arp_hardware_id.rs | 98 fn from(val: u16) -> Self { in from() method 105 fn from(val: ArpHardwareId) -> Self { in from() method 443 fn default() { in default() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/managed/src/ |
D | slotmap.rs | 384 fn default() -> Self { in default() method 390 fn from(gen: Generation) -> GenerationOrFreelink { in from() method 396 fn from(offset: Offset) -> GenerationOrFreelink { in from() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/ |
D | hash_map.rs | 24 fn from(item: HashMap<K, V, crate::RandomState>) -> Self { in from() method 42 fn from(arr: [(K, V); N]) -> Self { in from() function 413 fn default() -> AHashMap<K, V, RandomState> { in default() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | affine2.rs | 320 fn default() -> Self { in default() method 398 fn from(m: Affine2) -> Mat3 { in from() method 427 fn from(m: Affine2) -> Mat3A { in from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/ |
H A D | capture.rs | 241 fn from(frames: Vec<BacktraceFrame>) -> Self { in from() method 247 fn from(frame: crate::Frame) -> Self { in from() method 417 fn default() -> Backtrace { in default() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/ |
H A D | capture.rs | 241 fn from(frames: Vec<BacktraceFrame>) -> Self { in from() method 247 fn from(frame: crate::Frame) -> Self { in from() method 417 fn default() -> Backtrace { in default() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/ |
H A D | capture.rs | 241 fn from(frames: Vec<BacktraceFrame>) -> Self { in from() method 247 fn from(frame: crate::Frame) -> Self { in from() method 417 fn default() -> Backtrace { in default() method
|
/aosp_15_r20/external/crosvm/base/src/ |
H A D | syslog.rs | 98 fn from(level: log::Level) -> Self { in from() method 229 fn default() -> Self { in default() method 334 fn default() -> Self { in default() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/ |
D | set_of.rs | 102 fn default() -> Self { in default() function 211 fn default() -> Self { in default() method 376 fn from(set: SetOfVec<T>) -> Vec<T> { in from() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/ |
D | item.rs | 345 fn from(input: DeriveInput) -> Item { in from() method 378 fn from(input: ItemStruct) -> DeriveInput { in from() method 394 fn from(input: ItemEnum) -> DeriveInput { in from() method 410 fn from(input: ItemUnion) -> DeriveInput { in from() method 2296 let default = if let Some(eq_token) = input.parse::<Option<Token![=]>>()? { in parse() localVariable 2375 let default = if input.peek(Token![=]) { in parse() localVariable 2377 let default: Expr = input.parse()?; in parse() localVariable 2434 let default = FlexibleItemType::parse_optional_definition(input)?; in parse() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/ |
H A D | item.rs | 345 fn from(input: DeriveInput) -> Item { in from() method 378 fn from(input: ItemStruct) -> DeriveInput { in from() method 394 fn from(input: ItemEnum) -> DeriveInput { in from() method 410 fn from(input: ItemUnion) -> DeriveInput { in from() method 2296 let default = if let Some(eq_token) = input.parse::<Option<Token![=]>>()? { in parse() localVariable 2375 let default = if input.peek(Token![=]) { in parse() localVariable 2377 let default: Expr = input.parse()?; in parse() localVariable 2434 let default = FlexibleItemType::parse_optional_definition(input)?; in parse() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 263 fn default() -> Self { in default() method 293 fn default() -> AtomicPtr<T> { in default() method 2077 fn from(b: bool) -> Self { in from() method 2087 fn from(p: *mut T) -> Self { in from() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 263 fn default() -> Self { in default() method 293 fn default() -> AtomicPtr<T> { in default() method 2077 fn from(b: bool) -> Self { in from() method 2087 fn from(p: *mut T) -> Self { in from() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 263 fn default() -> Self { in default() method 293 fn default() -> AtomicPtr<T> { in default() method 2078 fn from(b: bool) -> Self { in from() method 2088 fn from(p: *mut T) -> Self { in from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 263 fn default() -> Self { in default() method 293 fn default() -> AtomicPtr<T> { in default() method 2078 fn from(b: bool) -> Self { in from() method 2088 fn from(p: *mut T) -> Self { in from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/sync/ |
H A D | atomic.rs | 263 fn default() -> Self { in default() method 293 fn default() -> AtomicPtr<T> { in default() method 2077 fn from(b: bool) -> Self { in from() method 2087 fn from(p: *mut T) -> Self { in from() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/ |
H A D | mod.rs | 403 fn default() -> BinaryHeap<T> { in default() method 1565 fn default() -> Self { in default() method 1772 fn from(vec: Vec<T, A>) -> BinaryHeap<T, A> { in from() method 1790 fn from(arr: [T; N]) -> Self { in from() method 1801 fn from(heap: BinaryHeap<T, A>) -> Vec<T, A> { in from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/ |
H A D | mod.rs | 403 fn default() -> BinaryHeap<T> { in default() method 1565 fn default() -> Self { in default() method 1772 fn from(vec: Vec<T, A>) -> BinaryHeap<T, A> { in from() method 1790 fn from(arr: [T; N]) -> Self { in from() method 1801 fn from(heap: BinaryHeap<T, A>) -> Vec<T, A> { in from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/ |
H A D | mod.rs | 403 fn default() -> BinaryHeap<T> { in default() method 1565 fn default() -> Self { in default() method 1772 fn from(vec: Vec<T, A>) -> BinaryHeap<T, A> { in from() method 1790 fn from(arr: [T; N]) -> Self { in from() method 1801 fn from(heap: BinaryHeap<T, A>) -> Vec<T, A> { in from() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/ |
H A D | mod.rs | 403 fn default() -> BinaryHeap<T> { in default() method 1565 fn default() -> Self { in default() method 1772 fn from(vec: Vec<T, A>) -> BinaryHeap<T, A> { in from() method 1790 fn from(arr: [T; N]) -> Self { in from() method 1801 fn from(heap: BinaryHeap<T, A>) -> Vec<T, A> { in from() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/ |
H A D | mod.rs | 403 fn default() -> BinaryHeap<T> { in default() method 1565 fn default() -> Self { in default() method 1772 fn from(vec: Vec<T, A>) -> BinaryHeap<T, A> { in from() method 1790 fn from(arr: [T; N]) -> Self { in from() method 1801 fn from(heap: BinaryHeap<T, A>) -> Vec<T, A> { in from() method
|