Home
last modified time | relevance | path

Searched defs:SetCache (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DLimitedStreams.h210 void SetCache(size_t cacheSize, size_t cachePos) in SetCache() function
/third_party/musl/src/network/
Dlookup.h115 typedef int32_t (*SetCache)(uint16_t netId, struct param_wrapper param, struct addrinfo *res); typedef
/third_party/musl/porting/linux/user/src/network/
Dlookup.h126 typedef int32_t (*SetCache)(uint16_t netId, struct param_wrapper param, struct addrinfo *res); typedef
/third_party/node/deps/v8/src/ic/
Dic.cc766 void IC::SetCache(Handle<Name> name, Handle<Object> handler) { in SetCache() function in v8::internal::IC
770 void IC::SetCache(Handle<Name> name, const MaybeObjectHandle& handler) { in SetCache() function in v8::internal::IC