Home
last modified time | relevance | path

Searched +defs:push +defs:default (Results 51 – 75 of 382) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/time/
Ddelay_queue.rs1186 fn default() -> DelayQueue<T> { in default() method
1210 fn push(&mut self, item: Self::Owned, store: &mut Self::Store) { in push() method
1292 fn default() -> Stack<T> { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/futures_unordered/
Dmod.rs108 fn default() -> Self { in default() method
166 pub fn push(&self, future: Fut) { in push() method
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-deque/src/
Ddeque.rs394 pub fn push(&self, task: T) { in push() method
1315 fn default() -> Self { in default() method
1356 pub fn push(&self, task: T) { in push() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ffi/
H A Dos_str.rs261 pub fn push<T: AsRef<OsStr>>(&mut self, s: T) { in push() method
603 fn default() -> OsString { in default() method
1340 fn default() -> Box<OsStr> { in default() method
1350 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ffi/
H A Dos_str.rs261 pub fn push<T: AsRef<OsStr>>(&mut self, s: T) { in push() method
632 fn default() -> OsString { in default() method
1369 fn default() -> Box<OsStr> { in default() method
1379 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ffi/
H A Dos_str.rs261 pub fn push<T: AsRef<OsStr>>(&mut self, s: T) { in push() method
632 fn default() -> OsString { in default() method
1369 fn default() -> Box<OsStr> { in default() method
1379 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ffi/
H A Dos_str.rs261 pub fn push<T: AsRef<OsStr>>(&mut self, s: T) { in push() method
603 fn default() -> OsString { in default() method
1340 fn default() -> Box<OsStr> { in default() method
1350 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ffi/
H A Dos_str.rs261 pub fn push<T: AsRef<OsStr>>(&mut self, s: T) { in push() method
632 fn default() -> OsString { in default() method
1369 fn default() -> Box<OsStr> { in default() method
1379 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/error/
Dmod.rs841 pub fn push(&mut self, error: Error) { in push() method
893 fn default() -> Self { in default() method
/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/
H A Dbuilder.rs150 pub fn push<P: Push>(&mut self, x: P) -> WIPOffset<P::Output> { in push() method
769 fn default() -> Self { in default() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/hir/
H A Dliteral.rs630 fn default() -> Extractor { in default() method
664 fn default() -> ExtractKind { in default() method
817 pub fn push(&mut self, lit: Literal) { in push() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Drepeated.rs50 fn default() -> RepeatedField<T> { in default() method
173 pub fn push(&mut self, value: T) { in push() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs223 fn default() -> Self { in default() method
267 fn push(&mut self, tree: TokenTree) { in push() method
298 fn push(&mut self, stream: TokenStream) { in push() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs225 fn default() -> Self { in default() method
269 fn push(&mut self, tree: TokenTree) { in push() method
300 fn push(&mut self, stream: TokenStream) { in push() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs225 fn default() -> Self { in default() method
269 fn push(&mut self, tree: TokenTree) { in push() method
300 fn push(&mut self, stream: TokenStream) { in push() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs225 fn default() -> Self { in default() method
269 fn push(&mut self, tree: TokenTree) { in push() method
300 fn push(&mut self, stream: TokenStream) { in push() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs223 fn default() -> Self { in default() method
267 fn push(&mut self, tree: TokenTree) { in push() method
298 fn push(&mut self, stream: TokenStream) { in push() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dmod.rs403 fn default() -> BinaryHeap<T> { in default() method
617 pub fn push(&mut self, item: T) { in push() method
1565 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dmod.rs403 fn default() -> BinaryHeap<T> { in default() method
617 pub fn push(&mut self, item: T) { in push() method
1565 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dmod.rs403 fn default() -> BinaryHeap<T> { in default() method
617 pub fn push(&mut self, item: T) { in push() method
1565 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dmod.rs403 fn default() -> BinaryHeap<T> { in default() method
617 pub fn push(&mut self, item: T) { in push() method
1565 fn default() -> Self { in default() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/
H A Dmod.rs403 fn default() -> BinaryHeap<T> { in default() method
617 pub fn push(&mut self, item: T) { in push() method
1565 fn default() -> Self { in default() method
/aosp_15_r20/external/rust/android-crates-io/crates/tinyvec/src/
Dslicevec.rs24 fn default() -> Self { in default() method
354 pub fn push(&mut self, val: T) { in push() method
/aosp_15_r20/external/rust/android-crates-io/crates/arrayvec/src/
Darray_string.rs43 fn default() -> ArrayString<CAP> { in default() method
205 pub fn push(&mut self, c: char) { in push() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/tinyvec-1.6.0/src/
H A Dslicevec.rs24 fn default() -> Self { in default() method
354 pub fn push(&mut self, val: T) { in push() method

12345678910>>...16