Searched defs:MapVector (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dlinux.h30 // 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/llvm/include/llvm/ADT/
H A DMapVector.h1 //===- llvm/ADT/MapVector.h - Map w/ deterministic value order --*- C++ -*-===//
31 class MapVector { class in namespace:llvm
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h258 typedef Map<Matrix<Scalar,Dynamic,1>, Alignment > MapVector; typedef
260 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);
262 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)
265 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/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp55 class MapVector { class in namespace:__anon26262
73 ~MapVector() {
572 typedef MapVector<const Value *, PtrState> MapTy;
1114 MapVector<Value *, RRInfo> &Retains,
1118 MapVector<Value *, RRInfo> &Retains);
1127 MapVector<Value *, RRInfo> &Retains,
1131 MapVector<Value *, RRInfo> &Retains,
1137 MapVector<Value *, RRInfo> &Retains,
1150 MapVector<Value *, RRInfo> &Retains,
1718 MapVector<Valu
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc105 for (MapVector::iterator it = maps.begin(); it != maps.end(); ++it) {
195 typedef std::vector<Handle<i::Map> > MapVector; typedef in class:Types
199 MapVector maps;
339 typedef typename TypesInstance::MapVector::iterator MapIterator;

Completed in 559 milliseconds