Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/core/portable_type/
H A Dhalf.h69 float as_value; in fp32_from_bits() member
77 float as_value; in fp32_to_bits() member
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_channel_args.c115 static VALUE grpc_rb_hash_convert_to_channel_args0(VALUE as_value) { in grpc_rb_hash_convert_to_channel_args0()
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/
Ditem.rs76 pub fn as_value(&self) -> Option<&Value> { in as_value() method