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

12

/external/chromium_org/chrome/browser/policy/
H A Dpolicy_bundle.h21 typedef std::map<PolicyNamespace, PolicyMap*> MapType; typedef in class:policy::PolicyBundle
22 typedef MapType::iterator iterator;
23 typedef MapType::const_iterator const_iterator;
62 MapType policy_bundle_;
H A Dpolicy_bundle.cc48 MapType::iterator it_this = policy_bundle_.begin();
49 MapType::iterator end_this = policy_bundle_.end();
/external/chromium_org/gpu/command_buffer/service/
H A Did_manager.cc16 std::pair<MapType::iterator, bool> result = id_map_.insert(
22 MapType::iterator iter = id_map_.find(client_id);
32 MapType::iterator iter = id_map_.find(client_id);
42 MapType::iterator end(id_map_.end());
43 for (MapType::iterator iter(id_map_.begin());
H A Did_manager.h41 typedef base::hash_map<GLuint, GLuint> MapType; typedef in class:gpu::gles2::IdManager
42 MapType id_map_;
/external/chromium_org/net/base/
H A Dlinked_hash_map.h34 typedef base::hash_map<Key, typename ListType::iterator> MapType; typedef in class:linked_hash_map
41 typedef typename MapType::key_type key_type;
96 typename MapType::iterator found = map_.find(key);
109 typename MapType::iterator found = map_.find(position->first);
128 typename MapType::iterator found = map_.find(key);
136 typename MapType::const_iterator found = map_.find(key);
146 std::pair<typename MapType::iterator, typename MapType::iterator> eq_range =
154 std::pair<typename MapType::const_iterator,
155 typename MapType
[all...]
/external/eigen/doc/snippets/
H A DTutorial_Map_using.cpp2 typedef Map<MatrixType> MapType; typedef
10 MapType m2map(p,m2.size()); // m2map shares data with m2
/external/llvm/include/llvm/ADT/
H A DMapVector.h31 typename MapType = llvm::DenseMap<KeyT, unsigned>,
36 MapType Map;
79 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
89 typename MapType::const_iterator Pos = Map.find(Key);
95 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
106 typename MapType::const_iterator Pos = Map.find(Key);
111 typename MapType::const_iterator Pos = Map.find(Key);
117 typename MapType::const_iterator Pos = Map.find(Key);
124 typename MapType::iterator Pos = Map.find(Vector.back().first);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DDOMWrapperMap.h45 typedef HashMap<KeyType*, UnsafePersistent<v8::Object> > MapType; typedef in class:WebCore::DOMWrapperMap
68 typename MapType::AddResult result = m_map.add(key, UnsafePersistent<v8::Object>());
80 MapType map;
82 for (typename MapType::iterator it = map.begin(); it != map.end(); ++it) {
91 typename MapType::iterator it = m_map.find(key);
101 MapType m_map;
H A DV8NPObject.cpp175 typedef HashMap<PrivateIdentifier*, UnsafePersistent<v8::FunctionTemplate> > MapType; typedef in class:WebCore::V8NPTemplateMap
205 MapType::iterator it = m_map.find(key);
216 MapType m_map;
/external/openfst/src/script/
H A Dmap.cc24 FstClass *Map(const FstClass& ifst, MapType map_type,
/external/clang/include/clang/AST/
H A DCXXInheritance.h275 typedef llvm::MapVector<unsigned, ValuesT> MapType; typedef in class:clang::OverridingMethods
276 MapType Overrides;
280 typedef MapType::iterator iterator;
281 typedef MapType::const_iterator const_iterator;
/external/llvm/lib/IR/
H A DPassRegistry.cpp48 typedef DenseMap<const void*, const PassInfo*> MapType; typedef in struct:__anon21253::PassRegistryImpl
49 MapType PassInfoMap;
90 PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.find(TI);
126 PassRegistryImpl::MapType::iterator I =
138 for (PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.begin(),
/external/clang/lib/Serialization/
H A DModule.cpp67 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType; typedef
69 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end();
/external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/Win32/
H A DesUtil_TGA.c33 MapType, member in struct:__anon10529
/external/openfst/src/include/fst/script/
H A Dmap.h47 enum MapType { ARC_SUM_MAPPER, IDENTITY_MAPPER, INVERT_MAPPER, PLUS_MAPPER, enum in namespace:fst::script
51 typedef args::Package<const FstClass&, MapType, float,
58 MapType map_type = args->args.arg2;
116 FstClass *Map(const FstClass& f, MapType map_type,
/external/openfst/src/bin/
H A Dfstmap.cc63 s::MapType mt;
/external/chromium_org/net/socket/
H A Dclient_socket_pool_manager_impl.cc21 template <class MapType>
23 const MapType& socket_pools,
26 for (typename MapType::const_iterator it = socket_pools.begin();
/external/chromium_org/base/containers/
H A Dmru_cache.h43 template <typename, typename> class MapType = MRUCacheStandardMap>
52 typedef typename MapType<KeyType,
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.h134 template <typename MapType>
135 void DestroyObject(MapType* map, int32 ipc_object_id);
H A Dindexed_db_dispatcher_host.cc324 template <typename MapType>
325 void IndexedDBDispatcherHost::DestroyObject(MapType* map, int32 ipc_object_id) {
/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h97 typedef Eigen::Map<Derived, Unaligned> MapType; typedef in class:Eigen::PlainObjectBase
456 static inline MapType Map(Scalar* data)
457 { return MapType(data); }
460 static inline MapType Map(Scalar* data, Index size)
461 { return MapType(data, size); }
464 static inline MapType Map(Scalar* data, Index rows, Index cols)
465 { return MapType(data, rows, cols); }
/external/chromium/chrome/browser/chromeos/input_method/
H A Dinput_method_util.cc322 typedef std::map<std::pair<std::string, std::string>, int> MapType; typedef
323 static MapType* english_and_input_method_id_to_resource_id = NULL;
326 english_and_input_method_id_to_resource_id = new MapType;
347 MapType::const_iterator iter2 =
/external/chromium/net/socket/
H A Dclient_socket_pool_manager.cc46 template <class MapType>
48 const MapType& socket_pools,
51 for (typename MapType::const_iterator it = socket_pools.begin();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11.cpp175 D3D11_MAP MapType,
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11.cpp175 D3D11_MAP MapType,

Completed in 939 milliseconds

12