HomeSort by relevance Sort by last modified time
    Searched defs:MapVector (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/base/
linux.h 30 // ConfigParser::MapVector key_val_pairs;
42 typedef std::vector<SimpleMap> MapVector;
49 virtual bool Parse(MapVector* key_val_pairs);
104 ConfigParser::MapVector sections_;
  /external/llvm/include/llvm/ADT/
MapVector.h 1 //===- llvm/ADT/MapVector.h - Map w/ deterministic value order --*- C++ -*-===//
32 class MapVector {
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/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 258 typedef Map<Matrix<Scalar,Dynamic,1>, Alignment > MapVector;
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/v8/test/cctest/
types-fuzz.h 66 for (MapVector::iterator it = maps.begin(); it != maps.end(); ++it) {
167 typedef std::vector<Handle<i::Map> > MapVector;
171 MapVector maps;

Completed in 246 milliseconds