Searched refs:HasType (Results 1 – 13 of 13) sorted by relevance
33 bool HasType(const AnyPtrList &list) { in HasType() function39 if (HasType<double>(list)) { in InferType()41 } else if (HasType<float>(list)) { in InferType()43 } else if (HasType<int64_t>(list)) { in InferType()45 } else if (HasType<int>(list)) { in InferType()
656 REGISTER_PRIMITIVE_FRONT_EVAL_IMPL(HasType, prim::kPrimHasType, InferImplHasType, nullptr);
50 template<typename T, bool HasType = mpl::aux::has_type<T>::value>
362 if (Proto.HasType) in CrossLink()
2268 public bool HasType { property in Google.Protobuf.Reflection.FieldDescriptorProto2512 if (HasType) hash ^= Type.GetHashCode(); in GetHashCode()2552 if (HasType) { in WriteTo()2605 if (HasType) { in IBufferMessage.InternalWriteTo()2651 if (HasType) { in CalculateSize()2695 if (other.HasType) { in MergeFrom()
1510 return node === (parent as HasType).type;4638 const type = (node as HasType).type;4644 return (node as HasType).type;
920 export type HasType = alias
1655 bool HasType = Record[i] == 6; in parseAttributeGroupBlock() local1660 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()
577 …export type HasType = SignatureDeclaration | VariableDeclaration | ParameterDeclaration | Property… alias
568 …export type HasType = SignatureDeclaration | VariableDeclaration | ParameterDeclaration | Property… alias