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