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

  /external/clang/lib/Serialization/
Module.cpp 63 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType;
65 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/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;
108 FstClass *Map(const FstClass& f, MapType map_type,
  /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;
  /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 =
  /frameworks/base/tools/aidl/
Type.h 321 class MapType : public Type
324 MapType();
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...]

Completed in 405 milliseconds