/external/chromium_org/third_party/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_;
|
linux_unittest.cc | 78 ConfigParser::MapVector key_val_pairs;
|
linux.cc | 188 bool ConfigParser::Parse(MapVector* key_val_pairs) {
|
/external/llvm/unittests/ADT/ |
MapVectorTest.cpp | 1 //===- unittest/ADT/MapVectorTest.cpp - MapVector unit tests ----*- C++ -*-===// 11 #include "llvm/ADT/MapVector.h" 17 MapVector<int, int> MV; 18 std::pair<MapVector<int, int>::iterator, bool> R;
|
/external/llvm/include/llvm/MC/ |
ConstantPools.h | 58 // We use the MapVector for the map type to ensure stable iteration of 63 typedef MapVector<const MCSection *, ConstantPool> ConstantPoolMapTy;
|
MCContext.h | 137 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> > 380 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> > & 384 std::pair<MapVector<const MCSection *,
|
MCDwarf.h | 21 #include "llvm/ADT/MapVector.h" 168 typedef MapVector<const MCSection *, MCLineEntryCollection> MCLineDivisionMap;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DbgValueHistoryCalculator.h | 13 #include "llvm/ADT/MapVector.h" 33 typedef MapVector<const MDNode *, InstrRanges> InstrRangesMap;
|
DwarfDebug.h | 25 #include "llvm/ADT/MapVector.h" 169 MapVector<const MDNode *, DwarfCompileUnit *> CUMap;
|
/external/clang/include/clang/AST/ |
CXXInheritance.h | 22 #include "llvm/ADT/MapVector.h" 276 typedef llvm::MapVector<unsigned, ValuesT> MapType; 361 : public llvm::MapVector<const CXXMethodDecl *, OverridingMethods> { };
|
/external/llvm/include/llvm/CodeGen/ |
StackMaps.h | 14 #include "llvm/ADT/MapVector.h" 139 typedef MapVector<int64_t, int64_t> ConstantPool; 140 typedef MapVector<const MCSymbol *, uint64_t> FnStackSizeMap;
|
/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/llvm/lib/Transforms/ObjCARC/ |
ObjCARCOpts.cpp | 55 class MapVector { 73 ~MapVector() { 572 typedef MapVector<const Value *, PtrState> MapTy; [all...] |
/external/llvm/lib/CodeGen/ |
ScheduleDAGInstrs.cpp | 16 #include "llvm/ADT/MapVector.h" 761 MapVector<ValueType, std::vector<SUnit *> > AliasMemDefs, NonAliasMemDefs; 762 MapVector<ValueType, std::vector<SUnit *> > AliasMemUses, NonAliasMemUses; [all...] |
/external/llvm/include/llvm/ADT/ |
MapVector.h | 1 //===- llvm/ADT/MapVector.h - Map w/ deterministic value order --*- C++ -*-===// 31 class MapVector {
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
linuxdevicemanager.cc | 182 rtc::ConfigParser::MapVector all_values; 193 for (rtc::ConfigParser::MapVector::iterator i = all_values.begin();
|
/external/llvm/lib/DebugInfo/ |
DWARFContext.h | 20 #include "llvm/ADT/MapVector.h" 175 typedef MapVector<object::SectionRef, Section,
|
/external/llvm/lib/Target/AArch64/ |
AArch64CollectLOH.cpp | 107 #include "llvm/ADT/MapVector.h" 197 typedef MapVector<const MachineBasicBlock *, SetOfMachineInstr *> 202 typedef MapVector<const MachineBasicBlock *, const MachineInstr **> 206 typedef MapVector<const MachineInstr *, SetOfMachineInstr> InstrToInstrs; 209 typedef MapVector<const MachineBasicBlock *, BitVector> BlockToRegSet; [all...] |
/external/llvm/lib/MC/ |
MCContext.cpp | 360 MapVector<const MCSection *, std::pair<MCSymbol *, MCSymbol *> >::iterator
|
/external/clang/include/clang/Serialization/ |
ASTReader.h | 37 #include "llvm/ADT/MapVector.h" 470 typedef llvm::MapVector<Decl *, uint64_t, 657 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> > [all...] |
/external/llvm/include/llvm/Support/ |
GCOV.h | 19 #include "llvm/ADT/MapVector.h" 421 typedef MapVector<const GCOVFunction *, GCOVCoverage> FuncCoverageMap;
|
/external/clang/lib/CodeGen/ |
CodeGenModule.h | 353 llvm::MapVector<GlobalDecl, StringRef> MangledDeclNames; 379 typedef llvm::MapVector<IdentifierInfo *, [all...] |
/external/clang/lib/Serialization/ |
GlobalModuleIndex.cpp | 21 #include "llvm/ADT/MapVector.h" 390 typedef llvm::MapVector<const FileEntry *, ModuleFileInfo> ModuleFilesMap; 408 llvm::MapVector<const FileEntry *, ModuleFileInfo>::iterator Known
|
/external/llvm/lib/Transforms/Scalar/ |
StructurizeCFG.cpp | 11 #include "llvm/ADT/MapVector.h" 38 typedef MapVector<PHINode *, BBValueVector> PhiMap; 39 typedef MapVector<BasicBlock *, BBVector> BB2BBVecMap;
|
/external/llvm/lib/Target/PowerPC/ |
PPCAsmPrinter.cpp | 26 #include "llvm/ADT/MapVector.h" 66 MapVector<MCSymbol*, MCSymbol*> TOC; 768 for (MapVector<MCSymbol*, MCSymbol*>::iterator I = TOC.begin(), [all...] |