| 37 | Location& operator=(const Location& other); |
| 38 | |
| 39 | const char* function_name() const { return function_name_; } |
| 40 | const char* file_and_line() const { return file_and_line_; } |
| 41 | |
| 42 | std::string ToString() const; |
no outgoing calls
no test coverage detected