Searched defs:AnnotationProcessor (Results 1 – 3 of 3) sorted by relevance
33 class AnnotationProcessor; variable
94 TEST(AnnotationProcessor, ExtractsFirstSentence) { in TEST() argument
178 class AnnotationProcessor { class180 AnnotationProcessor() : mDeprecated(false), mSystemApi(false) { } in AnnotationProcessor() function in AnnotationProcessor