Searched refs:SetCache (Results 1 – 8 of 8) sorted by relevance
24 function SetCache(values) { class58 return (nativeCreate && Set) ? new SetCache(values) : null;89 SetCache.prototype.push = cachePush;
501 function SetCache(values) { class540 SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;541 SetCache.prototype.has = setCacheHas;589 seen = new SetCache;
547 function SetCache(values) { class586 SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;587 SetCache.prototype.has = setCacheHas;651 seen = new SetCache;
585 function SetCache(values) { class624 SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;625 SetCache.prototype.has = setCacheHas;677 values = new SetCache(values);
594 function SetCache(values) { class633 SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;634 SetCache.prototype.has = setCacheHas;761 seen = new SetCache;
114 typedef int32_t (*SetCache)(uint16_t netId, struct param_wrapper param, struct addrinfo *res); typedef
35 SetCache func = dlsym(handle, OHOS_SET_CACHE_FUNC_NAME); in dns_set_addr_info_to_netsys_cache()
47 node_modules/lodash/_baseDifference.js(43,5): error TS2740: Type 'SetCache' is missing the followin…90 node_modules/lodash/_baseUniq.js(39,5): error TS2322: Type 'SetCache' is not assignable to type 'an…