Searched defs:MapVector (Results 1 - 5 of 5) sorted by relevance
/external/webrtc/webrtc/base/ |
H A D | linux.h | 30 // ConfigParser::MapVector key_val_pairs; 42 typedef std::vector<SimpleMap> MapVector; typedef in class:rtc::ConfigParser 49 virtual bool Parse(MapVector* key_val_pairs); 104 ConfigParser::MapVector sections_;
|
/external/eigen/Eigen/src/SparseLU/ |
H A D | SparseLU_gemm_kernel.h | 259 typedef Map<Matrix<Scalar,Dynamic,1>, Alignment > MapVector; typedef 261 if(rd==1) MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*lda+ib, actual_b); 263 else if(rd==2) MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*lda+ib, actual_b) 266 else MapVector(C+j*ldc+ib,actual_b) += B[0+d_end+j*ldb] * ConstMapVector(A+(d_end+0)*lda+ib, actual_b)
|
/external/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 1 //===- llvm/ADT/MapVector.h - Map w/ deterministic value order --*- C++ -*-===// 32 class MapVector { class in namespace:llvm 70 void swap(MapVector &RHS) { 170 void MapVector<KeyT, ValueT, MapType, VectorType>::remove_if(Function Pred) { 190 /// \brief A MapVector that performs no allocations if smaller than a certain 194 : MapVector<KeyT, ValueT, SmallDenseMap<KeyT, unsigned, N>,
|
/external/llvm/tools/llvm-dwp/ |
H A D | llvm-dwp.cpp | 16 #include "llvm/ADT/MapVector.h" 200 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, 230 MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, 266 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries, 277 const MapVector<uint64_t, UnitIndexEntry> &IndexEntries) { 483 MapVector<uint64_t, UnitIndexEntry> IndexEntries; 484 MapVector<uint64_t, UnitIndexEntry> TypeIndexEntries; 265 writeIndexTable(MCStreamer &Out, ArrayRef<unsigned> ContributionOffsets, const MapVector<uint64_t, UnitIndexEntry> &IndexEntries, uint32_t DWARFUnitIndex::Entry::SectionContribution::*Field) argument 275 writeIndex(MCStreamer &Out, MCSection *Section, ArrayRef<unsigned> ContributionOffsets, const MapVector<uint64_t, UnitIndexEntry> &IndexEntries) argument
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
H A D | ObjCARC.cpp | 54 /// MapVector - An associative container with fast insertion-order 58 class MapVector { class in namespace:__anon20244 76 ~MapVector() { 1302 typedef MapVector<const Value *, PtrState> MapTy; 1480 MapVector<Value *, RRInfo> &Retains); 1486 MapVector<Value *, RRInfo> &Retains, 1490 MapVector<Value *, RRInfo> &Retains, 1496 MapVector<Value *, RRInfo> &Retains, 2267 MapVector<Value *, RRInfo> &Retains) { 2628 MapVector<Valu [all...] |
Completed in 2070 milliseconds