HomeSort by relevance Sort by last modified time
    Searched defs:StaticMap (Results 1 - 3 of 3) 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);
  /external/llvm/lib/DebugInfo/PDB/Raw/
PDBFileBuilder.cpp 53 static std::vector<std::vector<support::ulittle32_t>> StaticMap;
55 StaticMap.clear();
74 StaticMap.resize(File->StreamSizes.size());
78 auto &ThisStream = StaticMap[S];

Completed in 94 milliseconds