Home
last modified time | relevance | path

Searched refs:cached_property_ (Results 1 – 1 of 1) sorted by relevance

/system/libbase/include/android-base/
Dproperties.h119 : cached_property_(std::move(property_name)), parser_(std::move(parser)) {} in CachedParsedProperty()
127 const char* value = cached_property_.Get(&local_changed);
138 CachedProperty cached_property_; variable