Searched defs:Reduce (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/include/bcinfo/
H A DMetadataExtractor.h52 struct Reduce { struct in class:bcinfo::MetadataExtractor
53 // These strings are owned by the Reduce instance, and deleted upon its destruction.
66 Reduce() : function in struct:bcinfo::MetadataExtractor::Reduce
72 ~Reduce() {
81 Reduce(const Reduce &) = delete;
82 void operator=(const Reduce &) = delete;
99 const Reduce *mExportReduceList;
231 const Reduce *getExportReduceList() const {
/frameworks/compile/slang/
H A Dslang_rs_context.h252 void addExportReduce(RSExportReduce *Reduce) { argument
253 mExportReduce.push_back(Reduce);

Completed in 1494 milliseconds