! * \brief destructor */
| 160 | * \brief destructor |
| 161 | */ |
| 162 | ~ThreadlocalSharedPtr() { |
| 163 | DecRef(block_); |
| 164 | } |
| 165 | /*! |
| 166 | * \brief move assignment |
| 167 | * \param other another object to be assigned. |
nothing calls this directly
no outgoing calls
no test coverage detected