Searched defs:from_value_box (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/ |
D | runtime_types.rs | 69 fn from_value_box(value_box: ReflectValueBox) -> Result<Self::Value, ReflectValueBox>; in from_value_box() method 186 fn from_value_box(value_box: ReflectValueBox) -> Result<f32, ReflectValueBox> { in from_value_box() method 231 fn from_value_box(value_box: ReflectValueBox) -> Result<f64, ReflectValueBox> { in from_value_box() method 278 fn from_value_box(value_box: ReflectValueBox) -> Result<i32, ReflectValueBox> { in from_value_box() method 337 fn from_value_box(value_box: ReflectValueBox) -> Result<i64, ReflectValueBox> { in from_value_box() method 396 fn from_value_box(value_box: ReflectValueBox) -> Result<u32, ReflectValueBox> { in from_value_box() method 454 fn from_value_box(value_box: ReflectValueBox) -> Result<u64, ReflectValueBox> { in from_value_box() method 512 fn from_value_box(value_box: ReflectValueBox) -> Result<bool, ReflectValueBox> { in from_value_box() method 567 fn from_value_box(value_box: ReflectValueBox) -> Result<String, ReflectValueBox> { in from_value_box() method 625 fn from_value_box(value_box: ReflectValueBox) -> Result<Vec<u8>, ReflectValueBox> { in from_value_box() method [all …]
|