Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/cborutil/src/
Dlib.rs99 let v_type = cbor_value_type(v); in to_unexpected_item_error() localVariable
100 assert!(v_type != expected_type); in to_unexpected_item_error()
102 CoseError::UnexpectedItem(v_type, expected_type) in to_unexpected_item_error()