Home
last modified time | relevance | path

Searched refs:Allocator (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DStringUnorderedMap.h60 typename Allocator = std::allocator<std::pair<KeyType, ValueType> > >
90 typedef Allocator::template rebind<HashEntry>::other HashEntryAllocator;
107 typename Allocator>
108 StringUnorderedMap<ValueType, KeyStorageType, HashFunction, Allocator>::
118 typename Allocator>
120 StringUnorderedMap<ValueType, KeyStorageType, HashFunction, Allocator>::
135 typename Allocator>
137 StringUnorderedMap<ValueType, KeyStorageType, HashFunction, Allocator>::
159 typename Allocator>
162 StringUnorderedMap<ValueType, KeyStorageType, HashFunction, Allocator>::
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DTargetRegistry.h216 TargetRegistry::RegisterTargetMachine(T, &Allocator); in RegisterTargetMachine()
220 static mcld::LLVMTargetMachine *Allocator(const mcld::Target &T, in Allocator() function
/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h137 class JavaPixelAllocator : public SkBitmap::Allocator {