Searched defs:ChainLink (Results 1 – 1 of 1) sorted by relevance
36 struct ChainLink { struct37 ChainLink() : target(nullptr), is_public(false) {} in ChainLink() argument38 ChainLink(const Target* t, bool p) : target(t), is_public(p) {} in ChainLink() function46 bool operator==(const ChainLink& other) const { argument