HomeSort by relevance Sort by last modified time
    Searched defs:MapType (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Serialization/
Module.cpp 62 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType;
64 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end();
  /external/webkit/Source/WebKit2/Shared/
ImmutableDictionary.h 45 typedef HashMap<String, RefPtr<APIObject> > MapType;
51 static PassRefPtr<ImmutableDictionary> adopt(MapType& map)
82 const MapType& map() { return m_map; }
86 ImmutableDictionary(MapType& map);
90 MapType m_map;
  /external/llvm/lib/VMCore/
PassRegistry.cpp 47 typedef DenseMap<const void*, const PassInfo*> MapType;
48 MapType PassInfoMap;
89 PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.find(TI);
125 PassRegistryImpl::MapType::iterator I =
137 for (PassRegistryImpl::MapType::const_iterator I = Impl->PassInfoMap.begin(),
  /external/webkit/Source/JavaScriptCore/runtime/
WeakGCMap.h 54 typedef HashMap<KeyType, HandleSlot, HashArg, KeyTraitsArg> MapType;
56 typedef typename MapType::iterator map_iterator;
126 pair<typename MapType::iterator, bool> iter = m_map.add(key, 0);
147 pair<typename MapType::iterator, bool> iter = m_map.add(key, 0);
186 MapType m_map;
  /frameworks/base/tools/aidl/
Type.h 282 class MapType : public Type
285 MapType();
Type.cpp 72 MAP_TYPE = new MapType();
701 MapType::MapType()
707 MapType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
725 MapType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable** cl)
732 MapType::ReadFromParcel(StatementBlock* addTo, Variable* v,
    [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 =

Completed in 4524 milliseconds