Searched defs:Vector (Results 1 - 1 of 1) sorted by path

/frameworks/rs/
H A DrsCppUtils.h23 #include <utils/Vector.h>
59 // server has no Vector or String8 classes; implement on top of STL
94 template <class T> class Vector: public std::vector<T> { class in namespace:android
120 template<> class Vector<bool>: public std::vector<char> { class in namespace:android

Completed in 437 milliseconds