Searched refs:VectorBase (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | vector_utils.h | 35 class VectorBase class 41 VectorBase() = default; 42 explicit VectorBase(Type element); 45 VectorBase(const VectorBase<Dimension, Type2> &other); 48 VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args); 89 Type dot(const VectorBase<Dimension, Type> &other) const; 108 friend class VectorBase; 114 std::ostream &operator<<(std::ostream &ostream, const VectorBase<Dimension, Type> &vector); 117 class Vector<2, Type> : public VectorBase< 182 VectorBase<Dimension, Type>::VectorBase(Type element) VectorBase() function in angle::VectorBase 192 VectorBase(const VectorBase<Dimension, Type2> &other) VectorBase() argument 212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) VectorBase() function in angle::VectorBase 462 dot(const VectorBase<Dimension, Type> &other) const dot() argument 473 operator <<(std::ostream &ostream, const VectorBase<Dimension, Type> &vector) operator <<() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | ityp_stack_vec.h | 28 using VectorBase = std::vector<Value, StackAllocator<Value, StaticCapacity>>; 64 typename VectorBase::iterator begin() noexcept { 68 typename VectorBase::const_iterator begin() const noexcept { 72 typename VectorBase::iterator end() noexcept { 76 typename VectorBase::const_iterator end() const noexcept { 80 typename VectorBase::reference front() { in front() 84 typename VectorBase::const_reference front() const { in front() 88 typename VectorBase::reference back() { in back() 92 typename VectorBase::const_reference back() const { in back()
|
Completed in 2 milliseconds