/external/webrtc/webrtc/base/ |
D | scopedptrcollection.h | 28 typedef std::vector<T*> VectorT; typedef 32 for (typename VectorT::iterator it = collection_.begin(); in ~ScopedPtrCollection() 38 const VectorT& collection() const { return collection_; } in collection() 53 VectorT collection_;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 108 template <typename VectorT, typename MatrixT> class PoolCostAllocator { 110 using VectorCostPool = ValuePool<VectorT>; 114 using Vector = VectorT;
|
D | ReductionRules.h | 151 template <typename VectorT> 152 bool hasRegisterOptions(const VectorT &V) { in hasRegisterOptions()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 108 template <typename VectorT, typename MatrixT> 111 typedef ValuePool<VectorT> VectorCostPool; 114 typedef VectorT Vector;
|
D | ReductionRules.h | 149 template <typename VectorT> 150 bool hasRegisterOptions(const VectorT &V) { in hasRegisterOptions()
|
/external/llvm/include/llvm/ADT/ |
D | PriorityWorklist.h | 51 template <typename T, typename VectorT = std::vector<T>, 159 typename VectorT::iterator E = std::remove_if( in erase_if() 209 VectorT V;
|
D | FoldingSet.h | 561 template <class T, class VectorT = SmallVector<T*, 8> > 564 VectorT Vector; 571 typedef pointee_iterator<typename VectorT::iterator> iterator; 575 typedef pointee_iterator<typename VectorT::const_iterator> const_iterator;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | PriorityWorklist.h | 55 template <typename T, typename VectorT = std::vector<T>, 196 typename VectorT::iterator E = in erase_if() 251 VectorT V;
|
D | FoldingSet.h | 558 template <class T, class VectorT = SmallVector<T*, 8>> 561 VectorT Vector; 566 using iterator = pointee_iterator<typename VectorT::iterator>; 571 using const_iterator = pointee_iterator<typename VectorT::const_iterator>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | SmallVectorTest.cpp | 161 template <typename VectorT> 162 void assertEmpty(VectorT & v) { in assertEmpty() 172 template <typename VectorT> 173 void assertValuesInOrder(VectorT & v, size_t size, ...) { in assertValuesInOrder() 187 template <typename VectorT> 188 void makeSequence(VectorT & v, int start, int end) { in makeSequence() 196 template <typename VectorT> 199 VectorT theVector; 200 VectorT otherVector;
|
D | TinyPtrVectorTest.cpp | 27 template <typename VectorT> 30 typedef typename VectorT::value_type PtrT; 33 VectorT V; 34 VectorT V2; 50 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues() 62 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
|
/external/llvm/unittests/ADT/ |
D | SmallVectorTest.cpp | 161 template <typename VectorT> 162 void assertEmpty(VectorT & v) { in assertEmpty() 172 template <typename VectorT> 173 void assertValuesInOrder(VectorT & v, size_t size, ...) { in assertValuesInOrder() 187 template <typename VectorT> 188 void makeSequence(VectorT & v, int start, int end) { in makeSequence() 196 template <typename VectorT> 199 VectorT theVector; 200 VectorT otherVector;
|
D | TinyPtrVectorTest.cpp | 33 template <typename VectorT> 36 typedef typename VectorT::value_type PtrT; 39 VectorT V; 40 VectorT V2; 56 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { in appendValues() 68 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) { in expectValues()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | FoldingSet.h | 571 template <class T, class VectorT = SmallVector<T*, 8>> 574 VectorT Vector; 581 typedef pointee_iterator<typename VectorT::iterator> iterator; 585 typedef pointee_iterator<typename VectorT::const_iterator> const_iterator;
|
/external/skia/src/utils/ |
D | SkJSON.cpp | 498 template <typename VectorT> 503 using T = typename VectorT::ValueT; in popScopeAsVec() 518 placeholder = VectorT(begin, count, fAlloc); in popScopeAsVec()
|
/external/skqp/src/utils/ |
D | SkJSON.cpp | 498 template <typename VectorT> 503 using T = typename VectorT::ValueT; in popScopeAsVec() 518 placeholder = VectorT(begin, count, fAlloc); in popScopeAsVec()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 191 using VectorT = SmallVector<Edge, 4>; variable 295 VectorT Edges;
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2980 template<typename CmpLess, typename VectorT> 2981 size_t VmaVectorInsertSorted(VectorT& vector, const typename VectorT::value_type& value) in VmaVectorInsertSorted() 2992 template<typename CmpLess, typename VectorT> 2993 bool VmaVectorRemoveSorted(VectorT& vector, const typename VectorT::value_type& value) in VmaVectorRemoveSorted() 2996 typename VectorT::iterator it = VmaBinaryFindFirstNotLess( in VmaVectorRemoveSorted() 3010 template<typename CmpLess, typename VectorT> 3011 size_t VmaVectorFindSorted(const VectorT& vector, const typename VectorT::value_type& value) in VmaVectorFindSorted() 3014 typename VectorT::iterator it = VmaBinaryFindFirstNotLess( in VmaVectorFindSorted()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2980 template<typename CmpLess, typename VectorT> 2981 size_t VmaVectorInsertSorted(VectorT& vector, const typename VectorT::value_type& value) in VmaVectorInsertSorted() 2992 template<typename CmpLess, typename VectorT> 2993 bool VmaVectorRemoveSorted(VectorT& vector, const typename VectorT::value_type& value) in VmaVectorRemoveSorted() 2996 typename VectorT::iterator it = VmaBinaryFindFirstNotLess( in VmaVectorRemoveSorted() 3010 template<typename CmpLess, typename VectorT> 3011 size_t VmaVectorFindSorted(const VectorT& vector, const typename VectorT::value_type& value) in VmaVectorFindSorted() 3014 typename VectorT::iterator it = VmaBinaryFindFirstNotLess( in VmaVectorFindSorted()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 98 template<typename VectorT> 101 bool operator()(const VectorT& v1, const VectorT& v2) const in operator ()() 103 for (int i = 0; i < VectorT::SIZE; ++i) in operator ()()
|