Searched refs:IsAny (Results 1 – 10 of 10) sorted by relevance
63 if (other->IsAny()) return true; in NowIs()66 if (IsAny()) return false; in NowIs()75 if (IsAny()) return AstType::NonInternal(); in Convert()82 if (IsAny()) { in PrintTo()
38 bool IsAny() { return this == Any(); } in IsAny() function
354 bool type_is_any = field_type->IsAny(); in JSObjectVerify()
4602 DCHECK(new_type->IsAny()); in TryReplayPropertyTransitions()
457 if (current_->IsAny()) { in StartObject()548 Push(name, IsAny(*field) ? Item::ANY : Item::MESSAGE, false, false); in StartObject()560 if (current_->IsAny()) { in EndObject()627 if (current_->IsAny()) { in StartList()790 if (current_->IsAny()) { in EndList()987 if (current_->IsAny()) { in RenderDataPiece()1185 bool ProtoStreamObjectWriter::IsAny(const google::protobuf::Field& field) { in IsAny() function in google::protobuf::util::converter::ProtoStreamObjectWriter
203 bool IsAny() { return item_type_ == ANY; } in IsAny() function255 bool IsAny(const google::protobuf::Field& field);
575 if (this->IsAny()) return true; in NowContains()739 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut. in Intersect()740 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut. in Intersect()954 if (type1->IsAny() || type2->IsNone()) return type1; in Union()955 if (type2->IsAny() || type1->IsNone()) return type2; in Union()1248 if (!this->AsFunction()->Receiver()->IsAny()) { in PrintTo()
920 bool IsAny() { return this == Any(); } in IsAny() function
625 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut. in Intersect()626 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut. in Intersect()848 if (type1->IsAny() || type2->IsNone()) return type1; in Union()849 if (type2->IsAny() || type1->IsNone()) return type2; in Union()
614 bool IsAny() { return this == Any(); } in IsAny() function