Home
last modified time | relevance | path

Searched refs:declaredTypeOf (Results 1 – 4 of 4) sorted by relevance

/external/auto/value/src/test/java/com/google/auto/value/extension/serializable/serializer/impl/
DOptionalSerializerExtensionTest.java67 TypeMirror typeMirror = declaredTypeOf(Optional.class, Integer.class); in proxyFieldType()
78 TypeMirror typeMirror = declaredTypeOf(Optional.class, Integer.class); in toProxy()
89 TypeMirror typeMirror = declaredTypeOf(Optional.class, Integer.class); in fromProxy()
DImmutableListSerializerExtensionTest.java84 TypeMirror typeMirror = declaredTypeOf(ImmutableList.class, Integer.class); in proxyFieldType()
95 TypeMirror typeMirror = declaredTypeOf(ImmutableList.class, Integer.class); in toProxy()
110 TypeMirror typeMirror = declaredTypeOf(ImmutableList.class, Integer.class); in fromProxy()
DImmutableMapSerializerExtensionTest.java86 TypeMirror typeMirror = declaredTypeOf(ImmutableMap.class, Integer.class, String.class); in proxyFieldType()
97 TypeMirror typeMirror = declaredTypeOf(ImmutableMap.class, Integer.class, String.class); in toProxy()
120 TypeMirror typeMirror = declaredTypeOf(ImmutableMap.class, Integer.class, String.class); in fromProxy()
/external/auto/value/src/test/java/com/google/auto/value/extension/serializable/serializer/utils/
DCompilationAbstractTest.java69 protected DeclaredType declaredTypeOf(Class<?> enclosingClass, Class<?> containedClass) { in declaredTypeOf() method in CompilationAbstractTest
73 protected DeclaredType declaredTypeOf(Class<?> enclosingClass, Class<?>... classArgs) { in declaredTypeOf() method in CompilationAbstractTest