Searched refs:StrToIfaceTyMap (Results 1 – 1 of 1) sorted by relevance
57 const std::map<std::string, IfaceType> StrToIfaceTyMap = { variable184 auto it = StrToIfaceTyMap.find(iface); in StrToIfaceTy()185 if (it == StrToIfaceTyMap.end()) { in StrToIfaceTy()