Home
last modified time | relevance | path

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

/system/keymint/common/src/
Dlib.rs130 impl<T> FallibleAllocExt<T> for Vec<T> { implementation
/system/security/keystore2/src/
Dkey_parameter.rs190 Vec(Vec<u8>), enumerator
240 impl TryFrom<Primitive> for Vec<u8> { implementation
Dlegacy_importer.rs864 Vec(Vec<u8>), enumerator
/system/keymint/wire/src/
Dlib.rs388 impl<T: AsCborValue> AsCborValue for Vec<T> { implementation
408 impl AsCborValue for Vec<u8> { implementation
Dlegacy.rs325 impl InnerSerialize for Vec<u8> { implementation
/system/keymint/hal/src/
Dhal.rs108 impl<T, U> Fromm<Vec<T>> for Vec<U> implementation
/system/logging/logd/
DLogTags.cpp574 struct iovec Vec[] = { { (unsigned char*)&pmsgHeader, sizeof(pmsgHeader) }, in WritePmsgEventLogTags() local