OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContainedRangeMap
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/processor/
contained_range_map.h
73
class
ContainedRangeMap
{
75
// The default constructor creates a
ContainedRangeMap
with no geometry
77
//
ContainedRangeMap
tree.
78
ContainedRangeMap
() : base_(), entry_(), map_(NULL) {}
80
~
ContainedRangeMap
();
86
// grandchildren of this
ContainedRangeMap
. Returns false for a
87
// parameter error, or if the
ContainedRangeMap
hierarchy guarantees
103
// is sufficient to restore an entire
ContainedRangeMap
to its initial
113
typedef std::map<AddressType,
ContainedRangeMap
*> AddressToRangeMap;
118
// Creates a new
ContainedRangeMap
with the specified base address, entry
[
all
...]
contained_range_map-inl.h
50
ContainedRangeMap
<AddressType, EntryType>::~
ContainedRangeMap
() {
57
bool
ContainedRangeMap
<AddressType, EntryType>::StoreRange(
145
new
ContainedRangeMap
(base, entry, child_map)));
151
bool
ContainedRangeMap
<AddressType, EntryType>::RetrieveRange(
153
BPLOG_IF(ERROR, !entry) << "
ContainedRangeMap
::RetrieveRange requires "
182
void
ContainedRangeMap
<AddressType, EntryType>::Clear() {
Completed in 237 milliseconds