/external/pdfium/core/src/fpdfapi/fpdf_cmaps/ |
H A D | cmap_int.h | 10 typedef enum { None, Single, Range, Reverse } MapType;
typedef in struct:FXCMAP_CMap 12 MapType m_WordMapType;
15 MapType m_DWordMapType;
|
/external/chromium_org/components/policy/core/common/ |
H A D | policy_bundle.h | 21 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 D | policy_bundle.cc | 47 MapType::iterator it_this = policy_bundle_.begin(); 48 MapType::iterator end_this = policy_bundle_.end();
|
/external/chromium_org/gpu/command_buffer/service/ |
H A D | 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());
|
H A D | id_manager.h | 41 typedef base::hash_map<GLuint, GLuint> MapType; typedef in class:gpu::gles2::IdManager 42 MapType id_map_;
|
/external/eigen/doc/snippets/ |
H A D | Tutorial_Map_using.cpp | 2 typedef Map<MatrixType> MapType; typedef 10 MapType m2map(p,m2.size()); // m2map shares data with m2
|
/external/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 29 typename MapType = llvm::DenseMap<KeyT, unsigned>, 34 MapType Map; 77 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); 87 typename MapType::const_iterator Pos = Map.find(Key); 93 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair); 104 typename MapType::const_iterator Pos = Map.find(Key); 109 typename MapType::const_iterator Pos = Map.find(Key); 115 typename MapType::const_iterator Pos = Map.find(Key); 122 typename MapType::iterator Pos = Map.find(Vector.back().first); 131 typename MapType [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
H A D | V8ValueCache.h | 42 typedef v8::PersistentValueMap<StringImpl*, v8::String, StringCacheMapTraits> MapType; typedef in class:blink::StringCacheMapTraits 45 MapType* map, StringImpl* key, v8::Local<v8::String>& value) { return key; } 48 static MapType* MapFromWeakCallbackData( 91 StringCacheMapTraits::MapType m_stringCache; 92 StringCacheMapTraits::MapType::PersistentValueReference m_lastV8String;
|
H A D | DOMWrapperMap.h | 126 typedef v8::PersistentValueMap<KeyType*, v8::Object, PersistentValueMapTraits> MapType; typedef in class:blink::DOMWrapperMap::PersistentValueMapTraits 127 typedef MapType WeakCallbackDataType; 129 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, KeyType* key, v8::Local<v8::Object>& value) 136 static MapType* MapFromWeakCallbackData( 152 typename PersistentValueMapTraits::MapType m_map;
|
H A D | V8PersistentValueMap.h | 83 typedef v8::PersistentValueMap<KeyType, ValueType, V8PersistentValueMapTraits<KeyType, ValueType, is_weak> > MapType; typedef in class:blink::V8PersistentValueMapTraits 87 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, KeyType key, const v8::Local<ValueType>& value) 96 static MapType* MapFromWeakCallbackData(
|
H A D | V8ValueCache.cpp | 34 StringCacheMapTraits::MapType* StringCacheMapTraits::MapFromWeakCallbackData( 51 // The MapType::Dispose callback calls StringCache::InvalidateLastString, 79 StringCacheMapTraits::MapType::PersistentValueReference cachedV8String = m_stringCache.GetReference(stringImpl); 96 StringCacheMapTraits::MapType::PersistentValueReference cachedV8String = m_stringCache.GetReference(stringImpl);
|
/external/llvm/include/llvm/ |
H A D | PassRegistry.h | 45 typedef DenseMap<const void*, const PassInfo*> MapType; typedef in class:llvm::PassRegistry 46 MapType PassInfoMap;
|
/external/chromium_org/net/base/ |
H A D | linked_hash_map.h | 34 typedef base::hash_map<Key, typename ListType::iterator> MapType; typedef in class:linked_hash_map 41 typedef typename MapType::key_type key_type; 118 typename MapType::iterator found = map_.find(key); 131 typename MapType::iterator found = map_.find(position->first); 150 typename MapType::iterator found = map_.find(key); 158 typename MapType::const_iterator found = map_.find(key); 168 std::pair<typename MapType::iterator, typename MapType::iterator> eq_range = 176 std::pair<typename MapType::const_iterator, 177 typename MapType [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
H A D | HTTPHeaderMap.h | 54 typedef HashMap<AtomicString, AtomicString, CaseFoldingHash> MapType; typedef in class:blink::HTTPHeaderMap 55 typedef MapType::AddResult AddResult; 56 typedef MapType::const_iterator const_iterator;
|
/external/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 39 typedef SummaryNavigator::MapType SummaryMap; 40 typedef RegexSummaryNavigator::MapType RegexSummaryMap; 41 typedef FilterNavigator::MapType FilterMap; 42 typedef RegexFilterNavigator::MapType RegexFilterMap; 44 typedef SynthNavigator::MapType SynthMap; 45 typedef RegexSynthNavigator::MapType RegexSynthMap;
|
H A D | TypeCategoryMap.h | 35 typedef std::map<KeyType, ValueSP> MapType; typedef in class:lldb_private::TypeCategoryMap 36 typedef MapType::iterator MapIterator; 125 MapType m_map; 128 MapType& map ()
|
H A D | FormatNavigator.h | 112 typedef std::map<KeyType, ValueSP> MapType; typedef in class:lldb_private::FormatMap 113 typedef typename MapType::iterator MapIterator; 227 MapType m_map; 231 MapType& 255 typedef typename BackEndType::MapType MapType; typedef in class:lldb_private::FormatNavigator 256 typedef typename MapType::iterator MapIterator; 257 typedef typename MapType::key_type MapKeyType; 258 typedef typename MapType::mapped_type MapValueType;
|
H A D | FormatManager.h | 36 typedef ValueNavigator::MapType ValueMap; 38 typedef TypeCategoryMap::MapType::iterator CategoryMapIterator;
|
/external/openfst/src/script/ |
H A D | map.cc | 24 FstClass *Map(const FstClass& ifst, MapType map_type,
|
/external/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 276 typedef llvm::MapVector<unsigned, ValuesT> MapType; typedef in class:clang::OverridingMethods 277 MapType Overrides; 281 typedef MapType::iterator iterator; 282 typedef MapType::const_iterator const_iterator;
|
/external/clang/lib/Serialization/ |
H A D | Module.cpp | 67 typedef ContinuousRangeMap<Key, Offset, InitialCapacity> MapType; typedef 69 for (typename MapType::const_iterator I = Map.begin(), IEnd = Map.end();
|
/external/openfst/src/include/fst/script/ |
H A D | map.h | 47 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/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
H A D | MIDIPortMap.h | 40 typedef HeapHashMap<String, Member<T> > MapType; typedef in class:blink::MIDIPortMap 98 const MapType m_entries;
|
/external/llvm/lib/IR/ |
H A D | PassRegistry.cpp | 44 MapType::const_iterator I = PassInfoMap.find(TI); 76 MapType::iterator I = PassInfoMap.find(PI.getTypeInfo());
|
/external/openfst/src/bin/ |
H A D | fstmap.cc | 63 s::MapType mt;
|