Searched refs:VECTOR (Results 1 – 2 of 2) sorted by relevance
55 template <template<typename T> class VECTOR, typename T>62 VECTOR<T>& operator +=(const VECTOR<OTHER>& v) {63 VECTOR<T>& lhs = static_cast<VECTOR<T>&>(*this);70 VECTOR<T>& operator -=(const VECTOR<OTHER>& v) {71 VECTOR<T>& lhs = static_cast<VECTOR<T>&>(*this);83 VECTOR<T>& operator +=(const VECTOR<T>& v) {84 VECTOR<T>& lhs = static_cast<VECTOR<T>&>(*this);90 VECTOR<T>& operator -=(const VECTOR<T>& v) {91 VECTOR<T>& lhs = static_cast<VECTOR<T>&>(*this);110 friend inline constexpr VECTOR<T> PURE operator +(VECTOR<T> lv, const VECTOR<RT>& rv) {[all …]
1265 enum Location { VECTOR, REGION }; in TEST_P() enumerator1266 Location getLocation() const { return !mVector.empty() ? VECTOR : REGION; } in TEST_P()1308 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()1359 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()1393 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()