Home
last modified time | relevance | path

Searched refs:value_to_array (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/libs/cborutil/src/
Dlib.rs51 value_to_array(Value::from_slice(data)?, context) in parse_value_array()
55 pub fn value_to_array(v: Value, context: &'static str) -> Result<Vec<Value>> { in value_to_array() function
/packages/modules/Virtualization/service_vm/requests/src/
Ddice.rs22 cbor_value_type, get_label_value, get_label_value_as_bytes, value_to_array,
396 let sub_components = value_to_array(value.clone(), "ConfigDescriptor sub_components")?; in sub_components()