Home
last modified time | relevance | path

Searched refs:mAnnotationsDeleter (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp584 AnnotationSection::AnnotationSection() : mAnnotationsDeleter(mAnnotations) {} in AnnotationSection()
587 : Entity(b), mAnnotationsDeleter(mAnnotations) {} in AnnotationSection()
Dmodule.h376 ContainerDeleter<std::vector<Instruction *>> mAnnotationsDeleter; variable