Searched refs:VECTOR (Results 1 – 3 of 3) 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 …]
1207 enum Location { VECTOR, REGION }; in TEST_P() enumerator1208 Location getLocation() const { return !mVector.empty() ? VECTOR : REGION; } in TEST_P()1252 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()1308 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()1344 if (desc.getLocation() == InputOutputDescriptor::VECTOR) { in TEST_P()
313 #define LOG_STRING(LEVEL, VECTOR) GOOGLE_LOG_IF(LEVEL, false) argument