Home
last modified time | relevance | path

Searched defs:VectorBase (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/third_party/skia/third_party/externals/dawn/src/common/
Dityp_stack_vec.h28 using VectorBase = std::vector<Value, StackAllocator<Value, StaticCapacity>>; variable