Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/protobuf/src/reflect/
Druntime_types.rs72 fn into_value_box(value: Self::Value) -> ReflectValueBox; in into_value_box() method
192 fn into_value_box(value: f32) -> ReflectValueBox { in into_value_box() method
238 fn into_value_box(value: f64) -> ReflectValueBox { in into_value_box() method
285 fn into_value_box(value: i32) -> ReflectValueBox { in into_value_box() method
344 fn into_value_box(value: i64) -> ReflectValueBox { in into_value_box() method
403 fn into_value_box(value: u32) -> ReflectValueBox { in into_value_box() method
461 fn into_value_box(value: u64) -> ReflectValueBox { in into_value_box() method
519 fn into_value_box(value: bool) -> ReflectValueBox { in into_value_box() method
574 fn into_value_box(value: String) -> ReflectValueBox { in into_value_box() method
632 fn into_value_box(value: Vec<u8>) -> ReflectValueBox { in into_value_box() method
[all …]