Home
last modified time | relevance | path

Searched defs:ChainLink (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Dheader_checker.h36 struct ChainLink { struct
37 ChainLink() : target(nullptr), is_public(false) {} in ChainLink() argument
38 ChainLink(const Target* t, bool p) : target(t), is_public(p) {} in ChainLink() function
46 bool operator==(const ChainLink& other) const { argument