Searched defs:Vec (Results 1 – 10 of 10) sorted by relevance
43 impl<T> FallibleAllocExt<T> for Vec<T> { implementation
202 Vec(Vec<u8>), enumerator252 impl TryFrom<Primitive> for Vec<u8> { implementation
874 Vec(Vec<u8>), enumerator
164 impl<T> FallibleAllocExt<T> for Vec<T> { implementation
167 impl AsCborValue for Vec<u8> { implementation
406 impl<T: AsCborValue> AsCborValue for Vec<T> { implementation426 impl AsCborValue for Vec<u8> { implementation
349 impl InnerSerialize for Vec<u8> { implementation
146 impl<T, U> Fromm<Vec<T>> for Vec<U> implementation
103 impl From<CodedBitstreamBuffer> for Vec<u8> { implementation
574 struct iovec Vec[] = { { (unsigned char*)&pmsgHeader, sizeof(pmsgHeader) }, in WritePmsgEventLogTags() local