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

  /build/kati/
var.h 59 bool ReadOnly() const { return readonly_; }
60 void SetReadOnly() { readonly_ = true; }
66 bool readonly_; member in class:Var
  /external/libchrome/base/metrics/
persistent_memory_allocator.h 181 bool IsReadonly() { return readonly_; }
335 const bool readonly_; // Indicates access to read-only memory. variable

Completed in 834 milliseconds