Deletes self. We deliberately pick an unusual name for this internal method to avoid clashing with names used in user TESTs.
| 12945 | // Deletes self. We deliberately pick an unusual name for this |
| 12946 | // internal method to avoid clashing with names used in user TESTs. |
| 12947 | void DeleteSelf_() { delete this; } |
| 12948 | |
| 12949 | const std::unique_ptr<GTEST_FLAG_SAVER_> gtest_flag_saver_; |
| 12950 |
nothing calls this directly
no outgoing calls
no test coverage detected