Searched defs:isLeader (Results 1 – 6 of 6) sorted by relevance
3 isLeader(): this is LeadGuard { method in RoyalGuard115 isLeader(): this is MimicLeader { return this instanceof MimicLeader; }; method in MimicGuard139 isLeader(): this is LeadGuard; method
3 isLeader(): this is LeadGuard { method in RoyalGuard
59 isLeader: this is (GenericLeadGuard<T>); property
163 RoyalGuard.prototype.isLeader = function () { method in RoyalGuard270 MimicGuard.prototype.isLeader = function () { return this instanceof MimicLeader; }; method in MimicGuard
81 RoyalGuard.prototype.isLeader = function () { method in RoyalGuard
106 bool isLeader() const { return (intptr_t)Next & 1; } in isLeader() function