Searched defs:usize (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/ |
D | version.rs | 17 pub fn new(major: usize, minor: usize, patch: usize) -> Self { in new()
|
D | tests.rs | 15 fn assert_min(&self, major: usize, minor: usize, probe_result: bool) { in assert_min()
|
D | lib.rs | 193 pub fn probe_rustc_version(&self, major: usize, minor: usize) -> bool { in probe_rustc_version() 199 pub fn emit_rustc_version(&self, major: usize, minor: usize) { in emit_rustc_version()
|
/device/google/cuttlefish/host/commands/secure_env/rust/ |
D | tpm.rs | 154 _out_len: usize, in hkdf() 175 out_len: usize, in expand()
|