Home
last modified time | relevance | path

Searched refs:_INDENT (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/scripts/generator/cpp/
Dgmock_class.py48 _INDENT = 2 variable
54 indent = ' ' * _INDENT
138 lines.append('%spublic:' % (' ' * (_INDENT // 2)))
178 global _INDENT
180 _INDENT = int(os.environ['INDENT'])
/external/v8/testing/gmock/scripts/generator/cpp/
Dgmock_class.py48 _INDENT = 2 variable
55 indent = ' ' * _INDENT
157 lines.append('%spublic:' % (' ' * (_INDENT // 2)))
197 global _INDENT
199 _INDENT = int(os.environ['INDENT'])
/external/googletest/googlemock/scripts/generator/cpp/
Dgmock_class.py48 _INDENT = 2 variable
55 indent = ' ' * _INDENT
157 lines.append('%spublic:' % (' ' * (_INDENT // 2)))
197 global _INDENT
199 _INDENT = int(os.environ['INDENT'])