Searched refs:IsAny (Results 1 – 12 of 12) sorted by relevance
241 if (!remote_address_.IsAny()) in SetPort()247 ASSERT(!remote_address_.IsAny()); in SetWritable()
417 if (cand.address().IsNil() || cand.address().IsAny()) { in VerifyCandidate()
131 inline bool IsAny() const { return IsAnyIP(); } // deprecated in IsAny() function
514 if (addr.IsAny()) { in EstimateMTU()
399 if (addr.IsAny()) { in EstimateMTU()
148 inline bool IsAny() const { return IsAnyIP(); } // deprecated in IsAny() function
531 if (addr.IsAny()) { in EstimateMTU()
416 if (addr.IsAny()) { in EstimateMTU()
596 if (type1->IsAny() || type2->IsNone()) return type1; in Union()597 if (type2->IsAny() || type1->IsNone()) return type2; in Union()646 if (type1->IsNone() || type2->IsAny()) return type1; in Intersect()647 if (type2->IsNone() || type1->IsAny()) return type2; in Intersect()933 if (!this->AsFunction()->Receiver()->IsAny()) { in PrintTo()
43 if (this->IsAny()) return true; in NowContains()
439 bool IsAny() { return this == Any(); } in IsAny() function
87 CHECK(ti.IsAny()); in TEST()