Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Ddump_context.cc53 context_flags_(0) { } in DumpContext()
66 return context_flags_ & MD_CONTEXT_CPU_MASK; in GetContextCPU()
70 return context_flags_; in GetContextFlags()
189 context_flags_ = context_flags; in SetContextFlags()
265 context_flags_ = 0; in FreeContext()
/external/google-breakpad/src/google_breakpad/processor/
Ddump_context.h107 uint32_t context_flags_; variable