OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticRangeMap
(Results
1 - 6
of
6
) sorted by null
/external/google-breakpad/src/processor/
static_range_map.h
30
// static_range_map.h:
StaticRangeMap
.
32
//
StaticRangeMap
is similar as RangeMap. However,
StaticRangeMap
wraps a
34
// StoreRange(...).
StaticRangeMap
provides same Retrieve*() interfaces as
50
class
StaticRangeMap
{
52
StaticRangeMap
(): map_() { }
53
explicit
StaticRangeMap
(const char *memory): map_(memory) { }
97
typedef
StaticRangeMap
* SelfPtr;
static_range_map-inl.h
30
// static_range_map-inl.h:
StaticRangeMap
implementation.
45
bool
StaticRangeMap
<AddressType, EntryType>::RetrieveRange(
76
bool
StaticRangeMap
<AddressType, EntryType>::RetrieveNearestRange(
105
bool
StaticRangeMap
<AddressType, EntryType>::RetrieveRangeAtIndex(
fast_source_line_resolver_types.h
89
lines =
StaticRangeMap
<MemAddr, Line>(
93
StaticRangeMap
<MemAddr, Line> lines;
153
StaticRangeMap
<MemAddr, Function> functions_;
173
StaticRangeMap
<MemAddr, char> cfi_initial_rules_;
fast_source_line_resolver.cc
163
// StaticAddressMap, StaticContainedRangeMap, and
StaticRangeMap
.
174
StaticRangeMap
<MemAddr, Function>(mem_buffer + offsets[map_id++]);
182
StaticRangeMap
<MemAddr, char>(mem_buffer + offsets[map_id++]);
module_comparer.cc
111
StaticRangeMap
<MemAddr, FastFunc>::MapConstIterator iter2;
154
StaticRangeMap
<MemAddr, char>::MapConstIterator iter2;
201
StaticRangeMap
<MemAddr, FastLine>::MapConstIterator iter2;
static_range_map_unittest.cc
30
// static_range_map_unittest.cc: Unit tests for
StaticRangeMap
.
47
typedef google_breakpad::
StaticRangeMap
< AddressType, EntryType > TestMap;
Completed in 267 milliseconds