Home
last modified time | relevance | path

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

/third_party/musl/src/network/
Dlookup.h110 typedef int32_t (*GetCache)(uint16_t netId, struct param_wrapper param, typedef
Dres_cache.c61 GetCache func = dlsym(handle, OHOS_GET_CACHE_FUNC_NAME); in dns_get_addr_info_from_netsys_cache()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprogram_specialize.cc608 auto &origin_eval_cache = eval_cache_iter->second->GetCache(); in BuildFromBroadedArgsVal()
739 const EvalResultCache &map = evaluator_cache_mgr->GetCache(); in DumpEvaluatorCache()
784 const EvalResultCache &choices = cache->GetCache(); in FindUniqueArgvals()
Dasync_eval_result.h358 const EvalResultCache &GetCache() { return eval_result_cache_; } in GetCache() function