Home
last modified time | relevance | path

Searched defs:VectorPtr (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h115 using VectorPtr = typename VectorCostPool::PoolRef; variable
DGraph.h55 using VectorPtr = typename CostAllocator::VectorPtr; variable
/external/libbrillo/brillo/streams/
Dmemory_containers.h157 explicit VectorPtr(std::vector<T>* vector) : vector_ptr_(vector) {} in VectorPtr() function
/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h116 typedef typename VectorCostPool::PoolRef VectorPtr; typedef
DGraph.h56 typedef typename CostAllocator::VectorPtr VectorPtr; typedef