Searched defs:annotationEncodedValue (Results 1 – 4 of 4) sorted by relevance
132 @Nonnull protected AnnotationEncodedValue annotationEncodedValue; field in EncodedValueRewriter.RewrittenAnnotationEncodedValue134 … public RewrittenAnnotationEncodedValue(@Nonnull AnnotationEncodedValue annotationEncodedValue) { in RewrittenAnnotationEncodedValue()
115 … AnnotationEncodedValue annotationEncodedValue = (AnnotationEncodedValue)encodedValue; in writeEncodedValue() local176 … AnnotationEncodedValue annotationEncodedValue = (AnnotationEncodedValue)encodedValue; in internEncodedValue() local
43 @Nonnull AnnotationEncodedValue annotationEncodedValue, in writeTo()
61 … public static ImmutableAnnotationEncodedValue of(AnnotationEncodedValue annotationEncodedValue) { in of()