Searched defs:DefaultFoldingSetTrait (Results 1 – 4 of 4) sorted by relevance
211 template<typename T> struct DefaultFoldingSetTrait { struct212 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile()215 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
230 template<typename T> struct DefaultFoldingSetTrait { struct231 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile()234 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
221 template<typename T> struct DefaultFoldingSetTrait { struct222 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile()225 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile()
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()