/external/chromium/third_party/libjingle/source/talk/base/ |
D | linux.h | 57 typedef std::vector<SimpleMap> MapVector; typedef 64 virtual bool Parse(MapVector *key_val_pairs); 112 ConfigParser::MapVector cpu_info_;
|
D | linux.cc | 130 bool ConfigParser::Parse(MapVector *key_val_pairs) { in Parse()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | linux.h | 59 typedef std::vector<SimpleMap> MapVector; typedef 66 virtual bool Parse(MapVector* key_val_pairs); 121 ConfigParser::MapVector sections_;
|
D | linux_unittest.cc | 95 ConfigParser::MapVector key_val_pairs; in TEST()
|
D | linux.cc | 205 bool ConfigParser::Parse(MapVector* key_val_pairs) { in Parse()
|
/external/llvm/unittests/ADT/ |
D | MapVectorTest.cpp | 17 MapVector<int, int> MV; in TEST() 18 std::pair<MapVector<int, int>::iterator, bool> R; in TEST()
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 703 MapVector<const Value *, SUnit *> AliasMemDefs, NonAliasMemDefs; in buildSchedGraph() 704 MapVector<const Value *, std::vector<SUnit *> > AliasMemUses, NonAliasMemUses; in buildSchedGraph() 798 for (MapVector<const Value *, SUnit *>::iterator I = in buildSchedGraph() 802 for (MapVector<const Value *, std::vector<SUnit *> >::iterator I = in buildSchedGraph() 836 for (MapVector<const Value *, SUnit *>::iterator I = AliasMemDefs.begin(), in buildSchedGraph() 839 for (MapVector<const Value *, std::vector<SUnit *> >::iterator I = in buildSchedGraph() 870 MapVector<const Value *, SUnit *>::iterator I = in buildSchedGraph() 872 MapVector<const Value *, SUnit *>::iterator IE = in buildSchedGraph() 884 MapVector<const Value *, std::vector<SUnit *> >::iterator J = in buildSchedGraph() 886 MapVector<const Value *, std::vector<SUnit *> >::iterator JE = in buildSchedGraph() [all …]
|
/external/clang/include/clang/AST/ |
D | CXXInheritance.h | 275 typedef llvm::MapVector<unsigned, ValuesT> MapType; 360 : public llvm::MapVector<const CXXMethodDecl *, OverridingMethods> { };
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 54 class MapVector { class 72 ~MapVector() { in ~MapVector() 659 typedef MapVector<const Value *, PtrState> MapTy; 1175 MapVector<Value *, RRInfo> &Retains, 1179 MapVector<Value *, RRInfo> &Retains); 1188 MapVector<Value *, RRInfo> &Retains, 1192 MapVector<Value *, RRInfo> &Retains, 1198 MapVector<Value *, RRInfo> &Retains, 1211 MapVector<Value *, RRInfo> &Retains, 1837 MapVector<Value *, RRInfo> &Retains, in VisitInstructionBottomUp() [all …]
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
D | linuxdevicemanager.cc | 182 talk_base::ConfigParser::MapVector all_values; in GetVideoDeviceNameK2_4() 193 for (talk_base::ConfigParser::MapVector::iterator i = all_values.begin(); in GetVideoDeviceNameK2_4()
|
/external/llvm/include/llvm/ADT/ |
D | MapVector.h | 33 class MapVector {
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 363 typedef llvm::MapVector<const FileEntry *, ModuleFileInfo> ModuleFilesMap; 381 llvm::MapVector<const FileEntry *, ModuleFileInfo>::iterator Known in getModuleFileInfo()
|
D | ASTWriter.cpp | 3971 for (llvm::MapVector<NamespaceDecl*, bool>::iterator in WriteASTCore()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 413 typedef llvm::MapVector<Decl *, uint64_t, 590 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> > 829 llvm::MapVector<IdentifierInfo *, SmallVector<uint32_t, 4> >
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | devicemanager.cc | 745 talk_base::ConfigParser::MapVector all_values; in GetVideoDeviceNameK2_4() 756 for (talk_base::ConfigParser::MapVector::iterator i = all_values.begin(); in GetVideoDeviceNameK2_4()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 37 typedef MapVector<PHINode *, BBValueVector> PhiMap; 38 typedef MapVector<BasicBlock *, BBVector> BB2BBVecMap;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 65 MapVector<MCSymbol*, MCSymbol*> TOC; 774 for (MapVector<MCSymbol*, MCSymbol*>::iterator I = TOC.begin(), in doFinalization()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 317 typedef llvm::MapVector<IdentifierInfo *,
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1161 typedef llvm::MapVector<const VarDecl *, MappedType> UsesMap;
|
D | SemaLookup.cpp | 4024 for (llvm::MapVector<NamespaceDecl*, bool>::iterator in CorrectTypo()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1551 typedef MapVector<Value *, StoreList> StoreListMap;
|
D | LoopVectorize.cpp | 497 typedef MapVector<PHINode*, InductionInfo> InductionList;
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1361 llvm/ADT/MapVector.h 1364 ``MapVector<KeyT,ValueT>`` provides a subset of the DenseMap interface. The
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2409 llvm::MapVector<NamespaceDecl*, bool> KnownNamespaces;
|