Searched defs:FixedVector (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/common/ |
D | FixedVector_unittest.cpp | 17 TEST(FixedVector, Constructors) in TEST() argument 56 TEST(FixedVector, Indexing) in TEST() argument 64 TEST(FixedVector, PushBack) in TEST() argument 77 TEST(FixedVector, PopBack) in TEST() argument 87 TEST(FixedVector, Back) in TEST() argument 96 TEST(FixedVector, Size) in TEST() argument 109 TEST(FixedVector, Clear) in TEST() argument 117 TEST(FixedVector, Resize) in TEST() argument 129 TEST(FixedVector, Iteration) in TEST() argument 143 TEST(FixedVector, Full) in TEST() argument
|
D | FixedVector.h | 112 FixedVector<T, N, Storage>::FixedVector(size_type count, const value_type &value) : mSize(count) in FixedVector() function 119 FixedVector<T, N, Storage>::FixedVector(size_type count) : mSize(count) in FixedVector() function 128 FixedVector<T, N, Storage>::FixedVector(FixedVector<T, N, Storage> &&other) in FixedVector() function 135 FixedVector<T, N, Storage>::FixedVector(std::initializer_list<value_type> init) in FixedVector() function
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/ |
D | fixedvector.h | 29 constexpr FixedVector(iterator begin, iterator end) : store{}, item_count{} { in FixedVector() function 35 constexpr FixedVector(const_iterator begin, const_iterator end) in FixedVector() function 41 constexpr FixedVector(size_t count, const T &value) : store{}, item_count{} { in FixedVector() function
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/ |
D | fixedvector.h | 29 constexpr FixedVector(iterator begin, iterator end) : store{}, item_count{} { in FixedVector() function 35 constexpr FixedVector(const_iterator begin, const_iterator end) in FixedVector() function 41 constexpr FixedVector(size_t count, const T &value) : store{}, item_count{} { in FixedVector() function
|
/external/llvm-libc/src/__support/ |
D | fixedvector.h | 30 LIBC_INLINE constexpr FixedVector(iterator begin, iterator end) in FixedVector() function 38 LIBC_INLINE constexpr FixedVector(const_iterator begin, const_iterator end) in FixedVector() function 45 LIBC_INLINE constexpr FixedVector(size_t count, const T &value) in FixedVector() function
|
/external/eigen/test/ |
D | umeyama.cpp | 127 typedef Matrix<Scalar, Dimension, 1> FixedVector; in run_fixed_size_test() typedef
|