HomeSort by relevance Sort by last modified time
    Searched defs:valid_ (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/google_breakpad/processor/
dump_object.h 42 bool valid() const { return valid_; }
46 // fields, it can set valid_ to true. Accessors and mutators may wish to
47 // consider or alter the valid_ state as they interact with objects.
48 bool valid_; member in class:google_breakpad::DumpObject
minidump.h 271 const MDRawThread* thread() const { return valid_ ? &thread_ : NULL; }
322 return valid_ ? thread_count_ : 0;
379 const MDRawModule* module() const { return valid_ ? &module_ : NULL; }
383 return valid_ ? module_.base_of_image : static_cast<uint64_t>(-1);
385 virtual uint64_t size() const { return valid_ ? module_.size_of_image : 0; }
440 // True after a successful Read. This is different from valid_, which is
491 return valid_ ? module_count_ : 0;
545 unsigned int region_count() const { return valid_ ? region_count_ : 0; }
600 return valid_ ? &exception_ : NULL;
634 return valid_ ? &assertion_ : NULL
1023 bool valid_; member in class:google_breakpad::Minidump
    [all...]
  /external/google-breakpad/src/client/mac/handler/
protected_memory_allocator.h 82 bool valid_; member in class:ProtectedMemoryAllocator
  /external/v8/src/
objects.h 8448 bool valid_; member in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 274 milliseconds