Home
last modified time | relevance | path

Searched refs:is_unloaded_ (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/processor/
Dbasic_code_module.h66 is_unloaded_(that->is_unloaded()) {} in BasicCodeModule()
83 is_unloaded_(is_unloaded) in base_address_()
101 virtual bool is_unloaded() const { return is_unloaded_; } in is_unloaded()
112 bool is_unloaded_; variable