HomeSort by relevance Sort by last modified time
    Searched refs:MapType (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/chrome/browser/policy/
policy_bundle.h 21 typedef std::map<PolicyNamespace, PolicyMap*> MapType;
22 typedef MapType::iterator iterator;
23 typedef MapType::const_iterator const_iterator;
62 MapType policy_bundle_;
policy_bundle.cc 48 MapType::iterator it_this = policy_bundle_.begin();
49 MapType::iterator end_this = policy_bundle_.end();
  /external/chromium_org/gpu/command_buffer/service/
id_manager.h 41 typedef base::hash_map<GLuint, GLuint> MapType;
42 MapType id_map_;
id_manager.cc 16 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());
  /external/chromium_org/net/base/
linked_hash_map.h 34 typedef base::hash_map<Key, typename ListType::iterator> MapType;
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::const_iterator> eq_range
    [all...]
  /external/eigen/doc/snippets/
Tutorial_Map_using.cpp 2 typedef Map<MatrixType> MapType;
10 MapType m2map(p,m2.size()); // m2map shares data with m2
  /external/llvm/include/llvm/ADT/
MapVector.h 31 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/
DOMWrapperMap.h 45 typedef HashMap<KeyType*, UnsafePersistent<v8::Object> > MapType;
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;
V8NPObject.cpp 175 typedef HashMap<PrivateIdentifier*, UnsafePersistent<v8::FunctionTemplate> > MapType;
205 MapType::iterator it = m_map.find(key);
216 MapType m_map;
  /external/openfst/src/script/
map.cc 24 FstClass *Map(const FstClass& ifst, MapType map_type,
  /external/clang/include/clang/AST/
CXXInheritance.h 275 typedef llvm::MapVector<unsigned, ValuesT> MapType;
276 MapType Overrides;
280 typedef MapType::iterator iterator;
281 typedef MapType::const_iterator const_iterator;
  /external/openfst/src/include/fst/script/
map.h 47 enum MapType { ARC_SUM_MAPPER, IDENTITY_MAPPER, INVERT_MAPPER, PLUS_MAPPER,
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/llvm/lib/IR/
PassRegistry.cpp 48 typedef DenseMap<const void*, const PassInfo*> MapType;
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/
Module.cpp 67 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType;
69 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end();
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/Win32/
esUtil_TGA.c 33 MapType,
  /external/openfst/src/bin/
fstmap.cc 63 s::MapType mt;
  /external/chromium_org/net/socket/
client_socket_pool_manager_impl.cc 21 template <class MapType>
23 const MapType& socket_pools,
26 for (typename MapType::const_iterator it = socket_pools.begin();
  /external/chromium_org/base/containers/
mru_cache.h 43 template <typename, typename> class MapType = MRUCacheStandardMap>
52 typedef typename MapType<KeyType,
  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.h 134 template <typename MapType>
135 void DestroyObject(MapType* map, int32 ipc_object_id);
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 97 typedef Eigen::Map<Derived, Unaligned> MapType;
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); }
    [all...]
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc 322 typedef std::map<std::pair<std::string, std::string>, int> MapType;
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/
client_socket_pool_manager.cc 46 template <class MapType>
48 const MapType& socket_pools,
51 for (typename MapType::const_iterator it = socket_pools.begin();
  /frameworks/base/tools/aidl/
Type.cpp 87 MAP_TYPE = new MapType();
817 MapType::MapType()
823 MapType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
841 MapType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable** cl)
848 MapType::ReadFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable** cl)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 175 D3D11_MAP MapType,
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 175 D3D11_MAP MapType,

Completed in 1366 milliseconds

1 2