Home
last modified time | relevance | path

Searched defs:new_static (Results 1 – 3 of 3) sorted by relevance

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/num/unit/
Dbase_unit.rs23 pub(crate) const fn new_static(name: &'static str) -> Self { in new_static() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/num/unit/
Dbase_unit.rs23 pub(crate) const fn new_static(name: &'static str) -> Self { in new_static() method
/external/rust/android-crates-io/crates/protobuf/src/
Downing_ref.rs73 pub(crate) fn new_static(ptr: &'static A) -> OwningRef<A, A> { in new_static() method