Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/
Druntime_types.rs80 fn into_static_value_ref(value: Self::Value) -> ReflectValueRef<'static> { in into_static_value_ref() method
196 fn into_static_value_ref(value: f32) -> ReflectValueRef<'static> { in into_static_value_ref() method
242 fn into_static_value_ref(value: f64) -> ReflectValueRef<'static> { in into_static_value_ref() method
289 fn into_static_value_ref(value: i32) -> ReflectValueRef<'static> { in into_static_value_ref() method
348 fn into_static_value_ref(value: i64) -> ReflectValueRef<'static> { in into_static_value_ref() method
407 fn into_static_value_ref(value: u32) -> ReflectValueRef<'static> { in into_static_value_ref() method
465 fn into_static_value_ref(value: u64) -> ReflectValueRef<'static> { in into_static_value_ref() method
523 fn into_static_value_ref(value: bool) -> ReflectValueRef<'static> { in into_static_value_ref() method
805 fn into_static_value_ref(value: EnumOrUnknown<E>) -> ReflectValueRef<'static> { in into_static_value_ref() function