Searched defs:OwningOpRef (Results 1 – 11 of 11) sorted by relevance
35 OwningOpRef(OpTy op) : op(op) {} in OwningOpRef() function36 OwningOpRef(OwningOpRef &&other) : op(other.release()) {} in OwningOpRef() function
16 class OwningOpRef; variable
22 class OwningOpRef; variable
23 class OwningOpRef; variable