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

  /build/kati/
var.h 63 bool ReadOnly() const { return readonly_; }
64 void SetReadOnly() { readonly_ = true; }
89 bool readonly_ : 1;
var.cc 51 : origin_(origin), readonly_(false), deprecated_(false), obsolete_(false) {}
  /external/libchrome/base/metrics/
persistent_memory_allocator.cc 328 readonly_(readonly),
472 if (name.empty() || readonly_)
558 DCHECK(!readonly_);
633 DCHECK(!readonly_);
    [all...]
persistent_memory_allocator.h 306 bool IsReadonly() const { return readonly_; }
676 const bool readonly_; // Indicates access to read-only memory. variable
    [all...]

Completed in 189 milliseconds