Searched defs:cached (Results 1 – 16 of 16) sorted by relevance
109 if (auto cached = FetchJsObj(mesh)) { in GetMesh() local
300 if (auto cached = FetchJsObj(root)) { in GetParent() local371 auto cached = FetchJsObj(child); in GetChild() local567 if (auto cached = FetchJsObj(node)) { in ClearChildren() local617 if (auto cached = FetchJsObj(child)) { in GetNodeByPath() local
158 if (auto cached = FetchJsObj(obj)) { in GetMaterialOverride() local
151 if (auto cached = FetchJsObj(obj)) { in GetMaterial() local
264 if (auto cached = FetchJsObj(obj)) { in GetEnvironmentImage() local299 if (auto cached = FetchJsObj(obj)) { in GetRadianceImage() local
228 if (auto cached = FetchJsObj(obj)) { in GetToneMapping() local
97 if (auto cached = FetchJsObj(obj)) { in Get() local
340 if (auto cached = FetchJsObj(obj)) { in GetPostProcess() local
563 if (auto cached = FetchJsObj(obj)) { in GetRoot() local594 if (auto cached = FetchJsObj(obj)) { in GetEnvironment() local
29 int32_t cached = 0; // unit KB member
149 auto cached = std::make_shared<CachedImage>(GetImage()); in Cache() local
215 auto cached = std::make_shared<CachedImage>(GetImage()); in Cache() local
570 auto cached = UpdateCachedIndexOmni(forwardCache, backwardCache); in UpdateCachedIndex() local
1190 …} else if (auto cached = propertyCache.find(cachedShader_.shader); cached != propertyCache.end()) { in UpdateMetadata() local
1832 auto cached = static_cast<ValueParseCache *>(sqlite3_get_auxdata(ctx, VALUE_CACHE_ID)); in ParseValueThenCacheOrGetFromCache() local1997 …auto cached = static_cast<std::vector<uint8_t> *>(sqlite3_get_auxdata(ctx, VALUE_CACHE_ID)); // Sh… in FlatBufferExtractInnerFunc() local
139 int32_t cached; member