MCPcopy Create free account

hub / github.com/ZettaScaleLabs/stabby / functions

Functions628 in github.com/ZettaScaleLabs/stabby

↓ 3 callersFunctionassert_stable
(st: &impl ToTokens, ty: impl ToTokens)
stabby-macros/src/functions.rs:82
↓ 3 callersMethodassume_init
Assumes the internals of the pointer have been initialized. # Safety The internals of the pointer must have been initialized.
stabby-abi/src/alloc/mod.rs:300
↓ 3 callersMethodcmp
(&self, other: &Self)
stabby-abi/src/alloc/collections/arc_btree.rs:103
↓ 3 callersMethodcopy_extend
Extends `self` using a `memcpy`. This may be faster than extending through an iterator. # Panics If extending required an allocation that failed.
stabby-abi/src/alloc/vec.rs:288
↓ 3 callersMethoddrain
Removes the specified range from the vector in bulk, returning all removed elements as an iterator. If the iterator is dropped before being fully cons
stabby-abi/src/alloc/vec.rs:330
↓ 3 callersMethodfind
(&self, ty: &Ty)
stabby-macros/src/traits.rs:50
↓ 3 callersMethodget
(&'a self, key: &K)
stabby/src/map.rs:18
↓ 3 callersMethodinsert
Associates `value` to `key`, If some nodes on the way to the slot for `key` are shared, they will be shallowly cloned, calling [`Clone::clone`] on th
stabby-abi/src/alloc/collections/arc_btree.rs:139
↓ 3 callersMethodis_err
Returns `true` if in the `Err` variant.
stabby-abi/src/result.rs:394
↓ 3 callersMethoditer_mut
Iterates mutably over the vector's elements.
stabby-abi/src/alloc/vec.rs:317
↓ 3 callersMethodmatch_mut
Equivalent to `match &mut self`. If you need multiple branches to obtain mutable access or ownership of a local, use [`Self::match_mut_ctx`] instead.
stabby-abi/src/result.rs:304
↓ 3 callersMethodok
Returns the `Ok` variant if it exists, `None` otherwise.
stabby-abi/src/result.rs:398
↓ 3 callersFunctionrealloc
(ptr: *mut (), prev_layout: crate::alloc::Layout, new_size: usize)
stabby-abi/src/alloc/allocators/rust_alloc.rs:40
↓ 3 callersMethodreport
(&self)
stabby-abi/src/vtable/mod.rs:468
↓ 3 callersMethodreserve
Ensures that `additional` more elements can be pushed on `self` without reallocating. This may reallocate once to provide this guarantee. # Panics T
stabby-abi/src/alloc/vec.rs:203
↓ 3 callersFunctionstabby
(attrs: Attrs, fn_spec: syn::ItemFn)
stabby-macros/src/functions.rs:80
↓ 3 callersMethodsubsec_nanos
Returns the number of nanoseconds after the last second of the duration.
stabby/src/time.rs:64
↓ 3 callersMethodtry_copy_extend
Extends `self` using a `memcpy`. This may be faster than extending through an iterator. # Errors If extending required an allocation that failed.
stabby-abi/src/alloc/vec.rs:298
↓ 3 callersFunctionu
(mut i: u128)
stabby-abi/build.rs:24
↓ 3 callersMethodunbound
(self)
stabby-macros/src/utils.rs:120
↓ 3 callersMethodunselfed_iter
(&self)
stabby-macros/src/traits.rs:143
↓ 3 callersMethodunwrap_unchecked
# Safety Calling this on `Self::None()` is UB.
stabby-abi/src/option.rs:173
↓ 2 callersMethodalign
Returns the alignment of the type.
stabby-abi/src/istable.rs:61
↓ 2 callersMethodas_mut_unchecked
(&mut self)
stabby-abi/src/lib.rs:244
↓ 2 callersMethodas_ref
Returns a reference to the option's contents if they exist.
stabby-abi/src/option.rs:91
↓ 2 callersMethodas_ref
(&self)
stabby-abi/src/result.rs:272
↓ 2 callersMethodas_ref
(&self)
stabby-abi/src/alloc/single_or_vec.rs:403
↓ 2 callersMethodas_secs
Returns the number of seconds in the duration.
stabby/src/time.rs:51
↓ 2 callersMethodcmp
(&self, other: &Self)
stabby-abi/src/alloc/string.rs:129
↓ 2 callersMethodcompare_exchange
Replace the current value with the new value. # Errors If `current` no longer points to the same value as `self`, it
stabby-abi/src/alloc/sync.rs:940
↓ 2 callersMethodconsts
(self)
stabby-macros/src/utils.rs:104
↓ 2 callersMethodcrepr
(&self)
stabby-macros/src/lib.rs:387
↓ 2 callersMethodelide_lifetime
(&mut self)
stabby-macros/src/traits.rs:1283
↓ 2 callersMethodentries_mut
( &mut self, )
stabby-abi/src/alloc/collections/arc_btree.rs:763
↓ 2 callersMethoderr_mut_unchecked
(&'_ mut self)
stabby-abi/src/result.rs:480
↓ 2 callersMethoderror_report
(&self)
stabby-abi/src/checked_import.rs:102
↓ 2 callersFunctionfactor_version
(version, base)
release.py:12
↓ 2 callersFunctionfree
(ptr: *mut (), prev_layout: crate::alloc::Layout)
stabby-abi/src/alloc/allocators/rust_alloc.rs:71
↓ 2 callersFunctiongenerics_without_defaults
( generics: impl IntoIterator<Item = &'a GenericParam>, )
stabby-macros/src/utils.rs:52
↓ 2 callersMethodid
(&self)
stabby-abi/src/vtable/mod.rs:471
↓ 2 callersMethodinto_raw_components
(self)
stabby-abi/src/alloc/vec.rs:269
↓ 2 callersMethodinto_raw_components
(self)
stabby-abi/src/alloc/boxed.rs:334
↓ 2 callersMethodinto_super
Allows casting a `dyn A + B` into `dyn A`. Note that you can only remove the outermost (rightmost in dyn syntax) trait at a time, except `Send` and `
stabby-abi/src/fatptr.rs:193
↓ 2 callersMethodis
Compares `self` with `current` by pointer. # Errors Returns the new value of `self` if it differs from `current`.
stabby-abi/src/alloc/sync.rs:916
↓ 2 callersMethodis_empty
Returns `true` if the slice is empty.
stabby-abi/src/alloc/boxed.rs:301
↓ 2 callersMethodnext_back
(&mut self)
stabby-abi/src/alloc/single_or_vec.rs:523
↓ 2 callersMethodok_mut_unchecked
(&mut self)
stabby-abi/src/result.rs:476
↓ 2 callersFunctionposix_memalign
(this: &mut *mut core::ffi::c_void, size: usize, align: usize)
stabby-abi/src/alloc/allocators/libc_alloc.rs:20
↓ 2 callersMethodrec_self_dependent_types
(&self, sdts: &mut Vec<Ty>)
stabby-macros/src/traits.rs:1361
↓ 2 callersMethodreserve
Ensures that `additional` more elements can be pushed on `self` without reallocating. This may reallocate once to provide this guarantee. # Panics T
stabby-abi/src/alloc/single_or_vec.rs:193
↓ 2 callersMethodsize_hint
(&self)
stabby-abi/src/alloc/vec.rs:709
↓ 2 callersFunctionstable_fn
(v: u8)
examples/library/src/lib.rs:16
↓ 2 callersFunctiontrait_assertions
(_t: T)
stabby/src/tests/traits.rs:179
↓ 2 callersMethodtry_grow
(&mut self)
stabby-abi/src/alloc/vec.rs:189
↓ 2 callersMethodtypes
(self)
stabby-macros/src/utils.rs:93
↓ 2 callersFunctionunbound_generics
( generics: impl IntoIterator<Item = &'a GenericParam>, )
stabby-macros/src/utils.rs:37
↓ 2 callersFunctionunstable_fn
(v: &[u8])
examples/library/src/lib.rs:22
↓ 2 callersMethodunwrap_err_or_else
Returns the `Err` variant if applicable, calling `f` on the `Ok` otherwise.
stabby-abi/src/result.rs:453
↓ 2 callersMethodunwrap_or_else
Returns the `Ok` variant if applicable, calling `f` on the `Err` otherwise.
stabby-abi/src/result.rs:436
↓ 1 callersMethod__bounds
( &self, bounded_types: &mut HashSet<syn::Type>, mut report_bounds: proc_macro2::Token
stabby-macros/src/lib.rs:361
↓ 1 callersMethodanonimize
(self)
stabby-abi/src/fatptr.rs:158
↓ 1 callersMethodas_nanos
`u64::MAX * 10^9 + u32::MAX < u128`
stabby/src/time.rs:56
↓ 1 callersMethodas_ref
# Errors Returns a [`ReportMismatch`] if the local and loaded reports differ.
stabby-abi/src/checked_import.rs:110
↓ 1 callersMethodas_ref
(&self)
stabby-abi/src/alloc/boxed.rs:228
↓ 1 callersMethodas_ref
(&self)
stabby-abi/src/alloc/sync.rs:745
↓ 1 callersMethodas_slice_mut
Returns a mutable slice of the elements in the vector.
stabby-abi/src/alloc/single_or_vec.rs:254
↓ 1 callersMethodas_str_mut
(&mut self)
stabby-abi/src/alloc/string.rs:36
↓ 1 callersMethodas_str_mut_unchecked
(&mut self)
stabby-abi/src/alloc/string.rs:162
↓ 1 callersMethodborrow
(&self)
stabby/src/allocs/borrow.rs:51
↓ 1 callersMethodcapacity
The total capacity of the vector.
stabby-abi/src/alloc/single_or_vec.rs:180
↓ 1 callersFunctioncheck
(read: DynFuture<'static, ()>, write: DynFuture<'static, ()>)
stabby/src/tests/traits.rs:229
↓ 1 callersMethodclone
(this: *const ())
stabby-abi/src/future.rs:82
↓ 1 callersMethodclone
(&self)
stabby-abi/src/alloc/vec.rs:454
↓ 1 callersMethodclone
(&self)
stabby-abi/src/alloc/single_or_vec.rs:323
↓ 1 callersMethodcmp
(&self, other: &Self)
stabby-abi/src/alloc/vec.rs:475
↓ 1 callersMethodderef
(&self)
stabby-abi/src/alloc/vec.rs:517
↓ 1 callersMethoddrop_vt
(&self)
stabby-abi/src/vtable/mod.rs:320
↓ 1 callersMethodedit
Applies `f` to the current value, swapping the current value for the one returned by `f`. If the value has changed in the meantime, the result of `f`
stabby-abi/src/alloc/collections/arc_btree.rs:32
↓ 1 callersFunctionexport_canaried
(fn_spec: syn::ItemFn)
stabby-macros/src/functions.rs:294
↓ 1 callersFunctionexport_with_report
(fn_spec: syn::ItemFn)
stabby-macros/src/functions.rs:308
↓ 1 callersMethodextend
(&mut self, iter: Iter)
stabby-abi/src/alloc/vec.rs:557
↓ 1 callersFunctionfactor
(x, base)
release.py:5
↓ 1 callersMethodfield_signature
(&self, self_dependents: &SelfDependentTypes)
stabby-macros/src/traits.rs:461
↓ 1 callersMethodfree
(&mut self, ptr: *mut ())
stabby-abi/src/alloc/allocators/libc_alloc.rs:68
↓ 1 callersFunctiongen_closures
()
stabby-macros/src/gen_closures.rs:16
↓ 1 callersMethodgrow
(&mut self)
stabby-abi/src/alloc/vec.rs:186
↓ 1 callersMethodguard_mut_inner
(&mut self)
stabby-abi/src/as_mut.rs:106
↓ 1 callersMethodguard_ref_inner
(&self)
stabby-abi/src/as_mut.rs:69
↓ 1 callersMethodhash
(&self, state: &mut H)
stabby-abi/src/slice.rs:110
↓ 1 callersFunctionhash_report
(mut hash: Sha256, report: &TypeReport)
stabby-abi/src/report.rs:137
↓ 1 callersMethodinsert
(&mut self, key: K, value: V)
stabby/src/map.rs:26
↓ 1 callersMethodinsert
(&self, vtable: &[*const ()])
stabby-abi/src/vtable/mod.rs:103
↓ 1 callersMethodinsert_inner
(&mut self, value: T)
stabby-abi/src/alloc/collections/arc_btree.rs:580
↓ 1 callersMethodinsert_typed
Inserts a vtable in the registry.
stabby-abi/src/vtable/mod.rs:84
↓ 1 callersMethodinto_iter
(self)
stabby-abi/src/alloc/single_or_vec.rs:435
↓ 1 callersMethodinto_owned
(self)
stabby/src/allocs/borrow.rs:39
↓ 1 callersMethodinto_raw_waker
(self)
stabby-abi/src/future.rs:104
↓ 1 callersMethodis_det_ok
(&self, _: *const u8)
stabby-abi/src/enums/mod.rs:71
↓ 1 callersMethodlen
Returns the number of elements in the slice.
stabby-abi/src/alloc/mod.rs:432
↓ 1 callersMethodmatch_owned_ctx
Equivalent to `match self`.
stabby-abi/src/option.rs:150
← previousnext →101–200 of 628, ranked by callers