Home
last modified time | relevance | path

Searched defs:typeRef (Results 1 – 10 of 10) sorted by relevance

/external/desugar/java/com/google/devtools/build/android/desugar/scan/
DPrefixReferenceScanner.java91 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
247 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
317 int typeRef, TypePath typePath, String desc, boolean visible) { in visitInsnAnnotation()
331 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTryCatchAnnotation()
344 int typeRef, in visitLocalVariableAnnotation()
370 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DPolymorphicList1451SerTest.java37 final TypeReference<?> typeRef = in testCollectionWithTypeInfo() local
DTestTypedContainerSerialization.java142 … TypeReference<List<List<Issue508A>>> typeRef = new TypeReference<List<List<Issue508A>>>() {}; in testIssue508() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestGenericsBounded.java147 final TypeReference<?> typeRef = new TypeReference<ResultSetWithDoc<MyDoc>>() {}; in testIssue778() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/
DNullConversionsForContentTest.java83 …TypeReference<NullContentFail<List<Integer>>> typeRef = new TypeReference<NullContentFail<List<Int… in testFailOnNullWithCollections() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestGenericTypes.java178 TypeReference<?> typeRef = new TypeReference<List<Base727>>() { }; in testRootTypeForCollections727() local
/external/desugar/java/com/google/devtools/build/android/desugar/
DJava7Compatibility.java235 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
DInterfaceDesugaring.java523 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinTypes.cpp292 ArrayRef<Type> typeRef = unwrapList(numElements, elements, types); in mlirTupleTypeGet() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
DTypeFactory.java719 public JavaType constructType(TypeReference<?> typeRef) in constructType()