OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegionSet
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h
186
// for searching in
RegionSet
regions_.
238
STL_Allocator<Region, MyAllocator> >
RegionSet
;
243
typedef
RegionSet
::const_iterator RegionIterator;
281
static
RegionSet
* regions_;
/external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.h
198
// for searching in
RegionSet
regions_.
262
STL_Allocator<Region, MyAllocator> >
RegionSet
;
267
typedef
RegionSet
::const_iterator RegionIterator;
305
static
RegionSet
* regions_;
364
// Initialize
RegionSet
regions_.
/external/llvm/include/llvm/Analysis/
RegionInfo.h
215
typedef std::vector<Region*>
RegionSet
;
218
RegionSet
children;
480
typedef
RegionSet
::iterator iterator;
481
typedef
RegionSet
::const_iterator const_iterator;
580
typedef SmallPtrSet<Region*, 4>
RegionSet
;
Completed in 122 milliseconds