Searched defs:GetBase (Results 1 – 9 of 9) sorted by relevance
107 virtual uint64_t GetBase() const { return 0; } in GetBase() function in SelfMemoryRegion
64 uint64_t GetBase() const { return base_address_; } in GetBase() function
61 virtual uint64_t GetBase() const { return 0; } in GetBase() function in __anone2d9a63c0111::FakeMemoryRegion
92 uint64_t GetBase() const { return 0x10000; } in GetBase() function in __anondce394f30111::MockMemoryRegion
125 uint64_t MicrodumpMemoryRegion::GetBase() const { return base_address_; } in GetBase() function in google_breakpad::MicrodumpMemoryRegion
111 uint64_t GetBase() const { return region_.GetBase(); } in GetBase() function in google_breakpad::MockMinidumpMemoryRegion
81 uint64_t GetBase() const { return 0x10000; } in GetBase() function in __anonf4fccf670111::MockMemoryRegion
1251 uint64_t MinidumpMemoryRegion::GetBase() const { in GetBase() function in google_breakpad::MinidumpMemoryRegion
793 uint64_t GetBase() const { return valid_ ? memory_info_.base_address : 0; } in GetBase() function