Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Namespaces | |
namespace | gmock_doctor |
Variables | |
string | gmock_doctor.__author__ 'wan@google.com (Zhanyong Wan)' |
string | gmock_doctor._VERSION '1.0.3' |
string | gmock_doctor._EMAIL 'googlemock@googlegroups.com' |
list | gmock_doctor._COMMON_GMOCK_SYMBOLS |
string | gmock_doctor._GCC_FILE_LINE_RE r'(?P<file>.*):(?P<line>\d+):(\d+:)?\s+' |
string | gmock_doctor._CLANG_FILE_LINE_RE r'(?P<file>.*):(?P<line>\d+):(?P<column>\d+):\s+' |
tuple | gmock_doctor._CLANG_NON_GMOCK_FILE_LINE_RE |
list | gmock_doctor._DIAGNOSERS |