Searched refs:IsHashMap (Results 1 – 1 of 1) sorted by relevance
120 static bool IsHashMap(const std::string& name) { in IsHashMap() function128 return (IsHashMap(name) || name == "pair") ? 2 : 1; in CollectionDimension()