Home
last modified time | relevance | path

Searched defs:MapAllocator (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopRanges.h88 typedef MachineLoopRange::Allocator MapAllocator; typedef
/external/protobuf/src/google/protobuf/
Dmap.h586 MapAllocator() : arena_(NULL) {} in MapAllocator() function
587 explicit MapAllocator(Arena* arena) : arena_(arena) {} in MapAllocator() function
589 MapAllocator(const MapAllocator<X>& allocator) in MapAllocator() function
658 friend class MapAllocator; variable