| 7367 | virtual TestRole AssumeRole(); |
| 7368 | private: |
| 7369 | static ::std::vector<testing::internal::string> |
| 7370 | GetArgvsForDeathTestChildProcess() { |
| 7371 | ::std::vector<testing::internal::string> args = GetInjectableArgvs(); |
| 7372 | return args; |
| 7373 | } |
| 7374 | // The name of the file in which the death test is located. |
| 7375 | const char* const file_; |
| 7376 | // The line number on which the death test is located. |
nothing calls this directly
no outgoing calls
no test coverage detected