HomeSort by relevance Sort by last modified time
    Searched full:read_only_property_ (Results 1 - 1 of 1) sorted by null

  /bionic/libc/private/
CachedProperty.h 47 read_only_property_(nullptr) {
81 if (is_read_only_ && read_only_property_ != nullptr) {
82 return read_only_property_;
94 const char* read_only_property_; member in class:CachedProperty
102 instance->read_only_property_ = value;

Completed in 69 milliseconds