Searched refs:method_annotations_ (Results 1 – 1 of 1) sorted by relevance
1216 method_annotations_(method_annotations), in AnnotationsDirectoryItem()1221 MethodAnnotationVector* GetMethodAnnotations() { return method_annotations_.get(); } in GetMethodAnnotations()1229 std::unique_ptr<MethodAnnotationVector> method_annotations_; // This can be nullptr. variable