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

/freebsd-12-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py48 _INDENT = 2 variable
55 indent = ' ' * _INDENT
157 lines.append('%spublic:' % (' ' * (_INDENT // 2)))
197 global _INDENT
199 _INDENT = int(os.environ['INDENT'])

Completed in 163 milliseconds