Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/protobuf/src/reflect/dynamic/
Dmod.rs560 let typed_v = v.to_u32().unwrap(); in compute_singular_size() localVariable
564 let typed_v = v.to_u64().unwrap(); in compute_singular_size() localVariable
568 let typed_v = v.to_i32().unwrap(); in compute_singular_size() localVariable
572 let typed_v = v.to_i64().unwrap(); in compute_singular_size() localVariable
576 let typed_v = v.to_i32().unwrap(); in compute_singular_size() localVariable
580 let typed_v = v.to_i64().unwrap(); in compute_singular_size() localVariable
589 let typed_v = v.to_str().unwrap(); in compute_singular_size() localVariable
593 let typed_v = v.to_bytes().unwrap(); in compute_singular_size() localVariable