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