Searched refs:PREFIX_MAP (Results 1 – 2 of 2) sorted by relevance
287 auto it = PREFIX_MAP.find(prefixType); in GetFullPathByPrefixType()288 if (it == PREFIX_MAP.end()) { in GetFullPathByPrefixType()328 if (PREFIX_MAP.count(srcPrefixType) == 0 || PREFIX_MAP.count(dstPrefixType) == 0) { in GetReplacedPathByPrefixType()332 std::string srcPrefix = PREFIX_MAP.at(srcPrefixType); in GetReplacedPathByPrefixType()333 std::string dstPrefix = PREFIX_MAP.at(dstPrefixType); in GetReplacedPathByPrefixType()
268 const std::unordered_map<PrefixType, std::string> PREFIX_MAP = { variable