HomeSort by relevance Sort by last modified time
    Searched defs:valid_ (Results 1 - 11 of 11) 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/libchrome/dbus/
file_descriptor.h 47 FileDescriptor() : value_(-1), owner_(false), valid_(false) {}
49 valid_(false) {}
61 int is_valid() const { return valid_; }
67 valid_ = false;
83 bool valid_; member in class:dbus::FileDescriptor
  /system/update_engine/common/
hash_calculator.h 98 bool valid_; member in class:chromeos_update_engine::HashCalculator
  /external/webrtc/webrtc/libjingle/xmpp/
xmppclient.h 142 bool valid_; member in class:buzz::XmppClient
  /system/extras/simpleperf/
utils.h 92 return valid_;
100 bool valid_; member in class:ArchiveHelper
  /external/webrtc/webrtc/base/
winping.h 74 bool IsValid() { return valid_; }
98 bool valid_; member in class:rtc::WinPing
  /external/libchrome/base/files/
file_path_watcher_linux.cc 87 bool valid_; member in class:base::__anon14252::InotifyReader
262 valid_(false) {
272 valid_ = true;
277 if (valid_) {
295 if (!valid_)
314 if (!valid_ || (watch == kInvalidWatch))
  /external/v8/src/
typing-asm.h 72 bool valid_; member in class:v8::internal::AsmTyper
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
pointer.h 983 bool valid_; \/\/!< Whether the parsing is valid. member in class:GenericPointer::PercentDecodeStream
    [all...]

Completed in 276 milliseconds