Searched refs:TypeMap (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_mock.h23 MOCK_METHOD0(controllers, const DataTypeController::TypeMap&());
H A Dmodel_association_manager.h51 ModelAssociationManager(const DataTypeController::TypeMap* controllers,
156 const DataTypeController::TypeMap* controllers_;
H A Ddata_type_manager_impl.h46 const DataTypeController::TypeMap* controllers,
130 const DataTypeController::TypeMap* controllers_;
H A Ddata_type_controller.h78 scoped_refptr<DataTypeController> > TypeMap; typedef in class:browser_sync::DataTypeController
H A Dmodel_association_manager.cc112 const DataTypeController::TypeMap* controllers,
120 for (DataTypeController::TypeMap::const_iterator it = controllers_->begin();
164 for (DataTypeController::TypeMap::const_iterator it = controllers_->begin();
268 for (DataTypeController::TypeMap::const_iterator it = controllers_->begin();
H A Ddata_type_manager_impl.cc51 const DataTypeController::TypeMap* controllers,
86 DataTypeController::TypeMap::const_iterator iter =
411 DataTypeController::TypeMap::const_iterator c_it = controllers_->find(type);
H A Dmodel_association_manager_unittest.cc28 const DataTypeController::TypeMap& controllers,
30 DataTypeController::TypeMap::const_iterator it =
67 DataTypeController::TypeMap controllers_;
H A Ddata_type_manager_impl_unittest.cc152 const DataTypeController::TypeMap* controllers,
246 DataTypeController::TypeMap::const_iterator it =
261 DataTypeController::TypeMap controllers_;
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h47 TypeMapType TypeMap; member in class:llvm::ValueEnumerator
103 TypeMapType::const_iterator I = TypeMap.find(T);
104 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
H A DValueEnumerator.cpp355 unsigned *TypeID = &TypeMap[Ty];
375 TypeID = &TypeMap[Ty];
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_extension_helper.h95 typedef std::map<std::string, extensions::Manifest::Type> TypeMap; typedef in class:SyncExtensionHelper
118 TypeMap id_to_type_;
H A Dsync_extension_helper.cc185 TypeMap::const_iterator iter3 = id_to_type_.find(*iter);
/external/llvm/lib/Linker/
H A DLinkModules.cpp32 // TypeMap implementation.
80 dbgs() << "TypeMap: ";
216 // TypeMap is a many-to-one mapping, if there were multiple types that
366 TypeMapTy &TypeMap; member in class:__anon25034::ValueMaterializerTy
370 ValueMaterializerTy(TypeMapTy &TypeMap, Module *DstM, argument
372 ValueMaterializer(), TypeMap(TypeMap), DstM(DstM),
384 TypeMapTy TypeMap; member in class:__anon25034::ModuleLinker
416 : DstM(dstM), SrcM(srcM), TypeMap(Set),
417 ValMaterializer(TypeMap, Dst
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_components_factory_mock.h34 const browser_sync::DataTypeController::TypeMap*,
H A Dprofile_sync_components_factory.h87 const browser_sync::DataTypeController::TypeMap* controllers,
H A Dprofile_sync_components_factory_impl.h56 const browser_sync::DataTypeController::TypeMap* controllers,
H A Dprofile_sync_service.h802 const browser_sync::DataTypeController::TypeMap&
988 browser_sync::DataTypeController::TypeMap directory_data_type_controllers_;
H A Dprofile_sync_service.cc500 for (browser_sync::DataTypeController::TypeMap::const_iterator iter =
1105 for (DataTypeController::TypeMap::iterator it =
1851 for (DataTypeController::TypeMap::const_iterator it =
H A Dprofile_sync_components_factory_impl.cc458 const DataTypeController::TypeMap* controllers,
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.h176 typedef std::map<std::string, const base::DictionaryValue*> TypeMap; typedef in class:JSONSchemaValidator
241 TypeMap types_;
H A Djson_schema_validator.cc453 TypeMap::iterator iter = types_.find(id);
464 TypeMap::iterator type = types_.find(ref);
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h125 typedef std::map<lldb_private::ConstString, lldb::TypeSP> TypeMap; typedef in class:SymbolFileSymtab
132 TypeMap m_objc_class_types;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A DCodeGeneratorFrontend.py102 class TypeMap: class in inherits:
178 type_map = TypeMap(json_api)
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h485 template <class BlockT> struct TypeMap {}; struct in namespace:llvm::bfi_detail
486 template <> struct TypeMap<BasicBlock> { struct in namespace:llvm::bfi_detail
493 template <> struct TypeMap<MachineBasicBlock> { struct in namespace:llvm::bfi_detail
773 typedef typename bfi_detail::TypeMap<BT>::BlockT BlockT;
774 typedef typename bfi_detail::TypeMap<BT>::FunctionT FunctionT;
775 typedef typename bfi_detail::TypeMap<BT>::BranchProbabilityInfoT
777 typedef typename bfi_detail::TypeMap<BT>::LoopT LoopT;
778 typedef typename bfi_detail::TypeMap<BT>::LoopInfoT LoopInfoT;
/external/chromium_org/ppapi/generators/
H A Didl_c_proto.py70 # TypeMap
72 # TypeMap modifies how an object is stored or passed, for example pointers
76 TypeMap = { variable in class:CGen
344 if node.GetName() in CGen.TypeMap:
359 out = CGen.TypeMap[ntype][mode] % name

Completed in 1674 milliseconds

12