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.cc50 context_flags_(0) { } in DumpContext()
63 return context_flags_ & MD_CONTEXT_CPU_MASK; in GetContextCPU()
67 return context_flags_; in GetContextFlags()
232 context_flags_ = context_flags; in SetContextFlags()
309 context_flags_ = 0; in FreeContext()
/external/google-breakpad/src/google_breakpad/processor/
Ddump_context.h111 uint32_t context_flags_; variable