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

  /external/chromium_org/gpu/command_buffer/service/
id_manager.h 41 typedef base::hash_map<GLuint, GLuint> MapType;
42 MapType id_map_;
  /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/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_;
  /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();
ASTReader.cpp     [all...]
  /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/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/Win32/
esUtil_TGA.c 33 MapType,
  /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/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/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/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/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/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...]
  /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...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win.cc 358 typedef std::map<unsigned int, int> MapType;
379 MapType touch_map_;
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 421 milliseconds