Searched refs:ParameterAnnotationVector (Results 1 – 5 of 5) sorted by relevance
61 bool VerifyParameterAnnotations(dex_ir::ParameterAnnotationVector* orig,62 dex_ir::ParameterAnnotationVector* output,
1206 using ParameterAnnotationVector = std::vector<std::unique_ptr<ParameterAnnotation>>; variable1213 ParameterAnnotationVector* parameter_annotations) in AnnotationsDirectoryItem()1222 ParameterAnnotationVector* GetParameterAnnotations() { return parameter_annotations_.get(); } in GetParameterAnnotations()1230 std::unique_ptr<ParameterAnnotationVector> parameter_annotations_; // This can be nullptr.
409 bool VerifyParameterAnnotations(dex_ir::ParameterAnnotationVector* orig, in VerifyParameterAnnotations()410 dex_ir::ParameterAnnotationVector* output, in VerifyParameterAnnotations()
768 ParameterAnnotationVector* parameter_annotations = nullptr; in CreateAnnotationsDirectoryItem()770 parameter_annotations = new ParameterAnnotationVector(); in CreateAnnotationsDirectoryItem()
719 dex_ir::ParameterAnnotationVector* parameters = annotations_directory->GetParameterAnnotations(); in DumpClassAnnotations()