Searched refs:cap_map (Results 1 – 1 of 1) sorted by relevance
30 static const std::map<std::string, int> cap_map = { variable172 auto e = cap_map.find(cap_name); in LookupCap()173 if (e != cap_map.end()) { in LookupCap()