Searched refs:AnnotationType (Results 1 – 1 of 1) sorted by relevance
42 enum AnnotationType { kParam = 0, kType = 1, kReturns = 2 }; enum283 std::string GenTypeAnnotation(AnnotationType annotation_type, in GenTypeAnnotation()