Searched defs:DefaultFoldingSetTrait (Results 1 – 2 of 2) sorted by relevance
223 template<typename T> struct DefaultFoldingSetTrait { struct224 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile()227 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
220 template<typename T> struct DefaultFoldingSetTrait { struct221 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile()224 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()