Searched refs:algoMap (Results 1 – 1 of 1) sorted by relevance
423 static std::map<CompressAlgorithm, std::string> algoMap = {{CompressAlgorithm::ZLIB, "zlib"}}; in GetRemoteCompressAlgoStr() local430 auto iter = algoMap.find(algo); in GetRemoteCompressAlgoStr()431 if (iter != algoMap.end()) { in GetRemoteCompressAlgoStr()432 currentAlgoStr += algoMap[algo] + ","; in GetRemoteCompressAlgoStr()