HomeSort by relevance Sort by last modified time
    Searched refs:context_flags_ (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/google_breakpad/processor/
dump_context.h 52 // Return the raw value of |context_flags_|
107 uint32_t context_flags_; member in class:google_breakpad::DumpContext
  /external/google-breakpad/src/processor/
dump_context.cc 53 context_flags_(0) { }
66 return context_flags_ & MD_CONTEXT_CPU_MASK;
70 return context_flags_;
189 context_flags_ = context_flags;
265 context_flags_ = 0;

Completed in 3504 milliseconds