Home
last modified time | relevance | path

Searched +defs:from +defs:default (Results 151 – 175 of 1211) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/bool/
Dbvec4.rs113 fn default() -> Self { in default() method
217 fn from(mask: BVec4) -> Self { in from() method
224 fn from(mask: BVec4) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/
Dstatus.rs229 fn default() -> StatusCode { in default() method
250 fn from(status: StatusCode) -> u16 { in from() method
265 fn from(t: &'a StatusCode) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/metadata/
Dkey.rs188 fn from(src: &'a MetadataKey<VE>) -> MetadataKey<VE> { in from() method
195 fn from(name: MetadataKey<VE>) -> Bytes { in from() method
279 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/options/
Dfrom_type_param.rs13 pub default: Option<Ident>, field
59 fn from(v: &'a FromTypeParamOptions) -> Self { in from() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dsocket.rs32 fn from(item: HciChannels) -> Self { in from() method
83 fn from(item: MgmtCommandOpcode) -> Self { in from() method
105 fn from(item: MgmtCommand) -> Self { in from() method
273 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/common/
Dmod.rs61 fn from(e: cbor::de::Error<T>) -> Self { in from() method
75 fn from(_e: cbor::ser::Error<T>) -> Self { in from() method
81 fn from(_: core::num::TryFromIntError) -> Self { in from() method
196 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/body/
Dstream_body.rs68 fn from(stream: S) -> Self { in from() function
101 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/
Dprotobuf_abs_path.rs29 fn default() -> ProtobufAbsPath { in default() method
256 fn from(s: &str) -> Self { in from() method
262 fn from(s: String) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/
Ddecoder.rs357 fn default() -> Decoder { in default() method
578 fn from(_: Utf8Error) -> DecoderError { in from() method
585 fn from(_: header::InvalidHeaderValue) -> DecoderError { in from() method
592 fn from(_: header::InvalidHeaderName) -> DecoderError { in from() method
599 fn from(_: method::InvalidMethod) -> DecoderError { in from() method
606 fn from(_: status::InvalidStatusCode) -> DecoderError { in from() method
613 fn from(src: DecoderError) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/fs/
Dopen_options.rs653 fn from(options: StdOpenOptions) -> OpenOptions { in from() method
659 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/util/
Dover_ride.rs114 fn default() -> Self { in default() method
120 fn from(v: Option<T>) -> Self { in from() method
Dspanned_value.rs45 fn default() -> Self { in default() method
110 fn from(value: T) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dmod.rs396 fn from(usage: MemoryUsage) -> Self { in from() method
440 fn default() -> Self { in default() method
586 fn from(err: VulkanError) -> Self { in from() method
1562 fn default() -> Self { in default() method
1601 fn from(err: RequirementNotMet) -> Self { in from() method
/aosp_15_r20/external/rust/crabbyavif/src/capi/
Dgainmap.rs52 fn default() -> Self { in default() method
76 fn from(gainmap: &GainMap) -> Self { in from() method
Dimage.rs47 fn from(clap_op: &Option<CleanAperture>) -> Self { in from() method
65 fn from(clap: &avifCleanApertureBox) -> Self { in from() method
124 fn default() -> Self { in default() method
157 fn from(image: &Image) -> Self { in from() method
/aosp_15_r20/external/crosvm/swap/src/
H A Duserfaultfd.rs77 fn from(e: UffdError) -> Self { in from() method
161 fn default() -> Self { in default() method
406 fn from(uffd: Uffd) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/
Downed_strs.rs115 fn default() -> Self { in default() method
183 fn from(value: &CStr16) -> Self { in from() method
190 fn from(value: &CString16) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/instance/
Ddebug.rs274 fn from(err: VulkanError) -> DebugUtilsMessengerCreationError { in from() method
280 fn from(err: RequirementNotMet) -> Self { in from() method
416 fn default() -> Self { in default() method
Dmod.rs767 fn default() -> Self { in default() method
864 fn from(err: OomError) -> Self { in from() method
870 fn from(err: ExtensionRestrictionError) -> Self { in from() method
876 fn from(err: VulkanError) -> Self { in from() method
/aosp_15_r20/external/rust/crates/uefi/src/data_types/
Downed_strs.rs115 fn default() -> Self { in default() method
183 fn from(value: &CStr16) -> Self { in from() method
190 fn from(value: &CString16) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/time/
Dmod.rs123 fn default() -> Self { in default() method
131 fn from(epoch: Instant) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/link/
Dlinux_sll_packet_type.rs63 fn from(val: LinuxSllPacketType) -> Self { in from() method
170 fn default() { in default() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dlayout.rs506 fn from(error: VulkanError) -> Self { in from() method
584 fn from(err: RequirementNotMet) -> Self { in from() method
625 fn default() -> Self { in default() method
769 fn from(reqs: &DescriptorBindingRequirements) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/time/
Ddelay_queue.rs1186 fn default() -> DelayQueue<T> { in default() method
1292 fn default() -> Stack<T> { in default() method
1313 fn from(item: Key) -> Self { in from() method
1319 fn from(item: KeyInternal) -> Self { in from() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dmod.rs368 fn default() -> Self { in default() method
459 fn from(val: &RectangleLayer) -> Self { in from() method

12345678910>>...49