Searched defs:AutoArray (Results 1 – 2 of 2) sorted by relevance
67 pub struct AutoArray<'a, T: TypeArray> { struct75 impl<'a, T: TypeArray> AutoArray<'a, T> { argument123 impl<'a, T: TypeArray> Drop for AutoArray<'a, T> { implementation
195 AutoArray () { } in AutoArray() function201 explicit AutoArray (size_t count) in AutoArray() function