Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/
H A Dcsv_string_resource_loader.cpp38 cachedContent_.clear(); in Reset()
59 if (cachedContent_.empty() || !META_ACCESS_PROPERTY(Cached)->GetValue()) { in Create()
75 csv.swap(cachedContent_); in Create()
81 cachedContent_.swap(csv); in Create()
H A Dcsv_string_resource_loader.h61 CsvContentType cachedContent_; in META_BEGIN_NAMESPACE() local