Searched defs:resizeOutVector (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/binder/
H A DParcel.h334 status_t resizeOutVector(std::vector<T>* val) const;
336 status_t resizeOutVector(std::unique_ptr<std::vector<T>>* val) const;
642 status_t Parcel::resizeOutVector(std::vector<T>* val) const { function in class:android::Parcel
657 status_t Parcel::resizeOutVector(std::unique_ptr<std::vector<T>>* val) const { function in class:android::Parcel
/frameworks/native/libs/binder/include/binder/
H A DParcel.h334 status_t resizeOutVector(std::vector<T>* val) const;
336 status_t resizeOutVector(std::unique_ptr<std::vector<T>>* val) const;
642 status_t Parcel::resizeOutVector(std::vector<T>* val) const { function in class:android::Parcel
657 status_t Parcel::resizeOutVector(std::unique_ptr<std::vector<T>>* val) const { function in class:android::Parcel

Completed in 1174 milliseconds