Searched refs:unique_ptr_get (Results 1 – 3 of 3) sorted by relevance
276 def unique_ptr_get(val): function299 return SmartPtrIterator(unique_ptr_get(self.val))1385 impl = unique_ptr_get(self.val['_M_cmpts']['_M_impl'])
315 def unique_ptr_get(val): function340 return SmartPtrIterator(unique_ptr_get(self.val))1548 impl = unique_ptr_get(self.val['_M_cmpts']['_M_impl'])
1231 (unique_ptr_get): New function for accessing a unique_ptr.1232 (UniquePointerPrinter, StdPathPrinter): Use unique_ptr_get.