Searched defs:cache (Results 1 – 9 of 9) sorted by relevance
30 std::vector<char*> cache; in main() local
401 bool HookManager::SendProtobufPackage(uint8_t *cache, size_t length) in SendProtobufPackage()
381 HashList<uint64_t, Symbol> &cache) in UpdateSymbolCache()
210 NetDetails cache = {0}; in ReadTxRxBytes() local
39 cache: { property
161 cache: { property
45 void TableBase::TableRegister(sqlite3& db, TraceDataCache* cache, const std::string& tableName, Tab… in TableRegister()
174 export let cache: Cache = {}; variable
227 … auto cache = std::shared_ptr<FILE>(fopen(path.c_str(), "wb+"), [](FILE* fp) { fclose(fp); }); in CreateRawDataCaches() local