Home
last modified time | relevance | path

Searched refs:getTypeDescription (Results 1 – 19 of 19) sorted by relevance

/external/desugar/java/com/google/devtools/common/options/
DConverters.java58 public String getTypeDescription() { in getTypeDescription() method in Converters.BooleanConverter
71 public String getTypeDescription() { in getTypeDescription() method in Converters.StringConverter
88 public String getTypeDescription() { in getTypeDescription() method in Converters.IntegerConverter
105 public String getTypeDescription() { in getTypeDescription() method in Converters.LongConverter
122 public String getTypeDescription() { in getTypeDescription() method in Converters.DoubleConverter
156 public String getTypeDescription() { in getTypeDescription() method in Converters.TriStateConverter
175 public String getTypeDescription() { in getTypeDescription() method in Converters.VoidConverter
214 public String getTypeDescription() { in getTypeDescription() method in Converters.DurationConverter
269 public String getTypeDescription() { in getTypeDescription() method in Converters.SeparatedOptionListConverter
304 public String getTypeDescription() { in getTypeDescription() method in Converters.LogLevelConverter
[all …]
DEnumConverter.java62 + getTypeDescription() + ")"); in convert()
69 public final String getTypeDescription() { in getTypeDescription() method in EnumConverter
DOptionsUsage.java114 String typeDescription = getTypeDescription(optionDefinition); in getUsage()
202 String typeDescription = getTypeDescription(optionDefinition); in getUsageHtml()
347 private static String getTypeDescription(OptionDefinition optionsDefinition) { in getTypeDescription() method in OptionsUsage
348 return optionsDefinition.getConverter().getTypeDescription(); in getTypeDescription()
DConverter.java31 String getTypeDescription(); in getTypeDescription() method
/external/desugar/java/com/google/devtools/build/android/
DConverters.java35 public String getTypeDescription() {
69 public String getTypeDescription() { in getTypeDescription() method in Converters.PathConverter
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDeserializationContext.java906 "Could not find JsonDeserializer for type "+ClassUtil.getTypeDescription(type)); in readValue()
932 ClassUtil.getTypeDescription(type), ClassUtil.nameOf(prop))); in readPropertyValue()
1357 ClassUtil.getTypeDescription(targetType), in handleUnexpectedToken()
1364 final String targetDesc = ClassUtil.getTypeDescription(targetType); in handleUnexpectedToken()
1418 ClassUtil.getTypeDescription(type)); in handleUnknownTypeId()
1449 ClassUtil.getTypeDescription(type)); in handleMissingTypeId()
1477 ClassUtil.getTypeDescription(type)); in handleBadMerge()
1918 typeId, ClassUtil.getTypeDescription(baseType)); in invalidTypeIdException()
1948 id, ClassUtil.getTypeDescription(type)); in unknownTypeException()
DSerializerProvider.java1316 typeId, ClassUtil.getTypeDescription(baseType)); in invalidTypeIdException()
/external/llvm-project/mlir/include/mlir/TableGen/
DType.h58 StringRef getTypeDescription() const;
/external/llvm-project/mlir/lib/TableGen/
DType.cpp58 StringRef Type::getTypeDescription() const { in getTypeDescription() function in Type
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DBeanAsArrayDeserializer.java340 ClassUtil.getTypeDescription(_beanType), in _deserializeUsingPropertyBased()
377 message, ClassUtil.getTypeDescription(_beanType), p.currentToken()); in _deserializeFromNonArray()
DBeanAsArrayBuilderDeserializer.java319 ClassUtil.getTypeDescription(_beanType), in _deserializeUsingPropertyBased()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/
DClassUtilTest.java219 assertEquals(stringExp, ClassUtil.getTypeDescription(stringType)); in testDescs()
223 ClassUtil.getTypeDescription(mapType)); in testDescs()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBeanDeserializerBuilder.java431 ClassUtil.getTypeDescription(_beanDesc.getType()), in buildBuilderBased()
445 ClassUtil.getTypeDescription(valueType))); in buildBuilderBased()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DBeanUtil.java322 typeName, ClassUtil.getTypeDescription(type), moduleName); in checkUnsupportedType()
DClassUtil.java682 public static String getTypeDescription(JavaType fullType) in getTypeDescription() method in ClassUtil
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DFactoryBasedEnumDeserializer.java131 ClassUtil.getTypeDescription(targetType), _factory, p.currentToken()); in deserialize()
DStdDeserializer.java336 ClassUtil.getTypeDescription(getValueType(ctxt)), desc); in _deserializeFromEmptyString()
1373 typeDesc = ClassUtil.getTypeDescription(t); in _coercedTypeDesc()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDocGen.cpp157 emitDescription(type.getTypeDescription(), os); in emitTypeDoc()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java411 ClassUtil.nameOf(subclass), ClassUtil.getTypeDescription(baseType) in constructSpecializedType()