HomeSort by relevance Sort by last modified time
    Searched defs:StaticMap (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/processor/
static_map-inl.h 29 // static_map-inl.h: StaticMap implementation.
46 StaticMap<Key, Value, Compare>::StaticMap(const char* raw_data)
62 StaticMap<Key, Value, Compare>::find(const Key &key) const {
83 StaticMap<Key, Value, Compare>::lower_bound(const Key &key) const {
104 StaticMap<Key, Value, Compare>::upper_bound(const Key &key) const {
124 bool StaticMap<Key, Value, Compare>::ValidateInMemoryStructure() const {
129 BPLOG(INFO) << "StaticMap check failed: negative number of nodes";
139 BPLOG(INFO) << "StaticMap check failed: size exceeds limit";
143 BPLOG(INFO) << "StaticMap check failed: first node offset is incorrect"
    [all...]
static_map.h 29 // static_map.h: StaticMap.
31 // StaticMap provides lookup interfaces and iterators similar as stl::map's.
59 // StaticMap only supports up to 4GB size of memory data.
83 class StaticMap {
88 StaticMap() : raw_data_(0),
93 explicit StaticMap(const char* raw_data);

Completed in 81 milliseconds