Searched refs:ChangesOf (Results 1 – 2 of 2) sorted by relevance
27 struct ChangesOf;890 friend OStream& operator<<(OStream& os, const ChangesOf& v);945 struct ChangesOf { struct946 explicit ChangesOf(const HValue* const v) : value(v) {} in ChangesOf() argument954 OStream& operator<<(OStream& os, const ChangesOf& v); argument
542 OStream& operator<<(OStream& os, const ChangesOf& c) { in operator <<()634 PrintDataTo(os) << ChangesOf(this) << TypeOf(this); in PrintTo()