Home
last modified time | relevance | path

Searched refs:unique_ptr_get (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py276 def unique_ptr_get(val): function
299 return SmartPtrIterator(unique_ptr_get(self.val))
1385 impl = unique_ptr_get(self.val['_M_cmpts']['_M_impl'])
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py315 def unique_ptr_get(val): function
340 return SmartPtrIterator(unique_ptr_get(self.val))
1548 impl = unique_ptr_get(self.val['_M_cmpts']['_M_impl'])
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20211231 (unique_ptr_get): New function for accessing a unique_ptr.
1232 (UniquePointerPrinter, StdPathPrinter): Use unique_ptr_get.