Searched refs:entityType (Results 1 – 4 of 4) sorted by relevance
26 private final String entityType; field in Entity29 public Entity(String entityType, float score) { in Entity() argument30 this.entityType = Preconditions.checkNotNull(entityType); in Entity()35 return entityType; in getEntityType()49 return Objects.hashCode(entityType, score); in hashCode()62 && java.util.Objects.equals(entityType, entity.entityType); in equals()67 return "Entity{" + entityType + ": " + score + "}"; in toString()77 return entityType.compareTo(entity.getEntityType()); in compareTo()
77 final String entityType = link.getEntity(0); in logGenerateLinks() local78 if (entityType == null in logGenerateLinks()79 || TextClassifier.TYPE_OTHER.equals(entityType) in logGenerateLinks()80 || TextClassifier.TYPE_UNKNOWN.equals(entityType)) { in logGenerateLinks()84 perEntityTypeStats.computeIfAbsent(entityType, k -> new LinkifyStats()).countLink(link); in logGenerateLinks()105 for (String entityType : sortedEntityTypes) { in logGenerateLinks()109 entityType, in logGenerateLinks()110 perEntityTypeStats.get(entityType), in logGenerateLinks()136 @Nullable String entityType, in writeStats() argument152 entityType, in writeStats()[all …]
31 Type entityType = proceed.getGenericParameterTypes()[0]; in testGenericResolutionUsingDeprecated() local33 … JavaType resolvedType = MAPPER.getTypeFactory().constructType(entityType, ImplController.class); in testGenericResolutionUsingDeprecated()
154 if (const DeclTypeSpec * entityType{details->type()}) { in MightDeallocatePolymorphic() local155 if (const DerivedTypeSpec * derivedType{entityType->AsDerived()}) { in MightDeallocatePolymorphic()235 const DeclTypeSpec *entityType{entity.GetType()}; in Post() local236 if ((entityType && entityType->IsPolymorphic()) || // POINTER case in Post()