Searched defs:typeRef (Results 1 – 10 of 10) sorted by relevance
/external/desugar/java/com/google/devtools/build/android/desugar/scan/ |
D | PrefixReferenceScanner.java | 91 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/ |
D | PolymorphicList1451SerTest.java | 37 final TypeReference<?> typeRef = in testCollectionWithTypeInfo() local
|
D | TestTypedContainerSerialization.java | 142 … TypeReference<List<List<Issue508A>>> typeRef = new TypeReference<List<List<Issue508A>>>() {}; in testIssue508() local
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/ |
D | TestGenericsBounded.java | 147 final TypeReference<?> typeRef = new TypeReference<ResultSetWithDoc<MyDoc>>() {}; in testIssue778() local
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/ |
D | NullConversionsForContentTest.java | 83 …TypeReference<NullContentFail<List<Integer>>> typeRef = new TypeReference<NullContentFail<List<Int… in testFailOnNullWithCollections() local
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
D | TestGenericTypes.java | 178 TypeReference<?> typeRef = new TypeReference<List<Base727>>() { }; in testRootTypeForCollections727() local
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | Java7Compatibility.java | 235 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
|
D | InterfaceDesugaring.java | 523 int typeRef, TypePath typePath, String desc, boolean visible) { in visitTypeAnnotation()
|
/external/llvm-project/mlir/lib/CAPI/IR/ |
D | BuiltinTypes.cpp | 292 ArrayRef<Type> typeRef = unwrapList(numElements, elements, types); in mlirTupleTypeGet() local
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
D | TypeFactory.java | 719 public JavaType constructType(TypeReference<?> typeRef) in constructType()
|