Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardFunctionOfFormThis.ts3 isLeader(): this is LeadGuard { method in RoyalGuard
115 isLeader(): this is MimicLeader { return this instanceof MimicLeader; }; method in MimicGuard
139 isLeader(): this is LeadGuard; method
DtypeGuardFunctionOfFormThisErrors.ts3 isLeader(): this is LeadGuard { method in RoyalGuard
DtypeGuardOfFormThisMember.ts59 isLeader: this is (GenericLeadGuard<T>); property
/third_party/typescript/tests/baselines/reference/
DtypeGuardFunctionOfFormThis.js163 RoyalGuard.prototype.isLeader = function () { method in RoyalGuard
270 MimicGuard.prototype.isLeader = function () { return this instanceof MimicLeader; }; method in MimicGuard
DtypeGuardFunctionOfFormThisErrors.js81 RoyalGuard.prototype.isLeader = function () { method in RoyalGuard
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEquivalenceClasses.h106 bool isLeader() const { return (intptr_t)Next & 1; } in isLeader() function