Monero
Loading...
Searching...
No Matches
gen_gtest_pred_impl.py File Reference

Namespaces

namespace  gen_gtest_pred_impl

Functions

 gen_gtest_pred_impl.HeaderPreamble (n)
 gen_gtest_pred_impl.Arity (n)
 gen_gtest_pred_impl.Title (word)
 gen_gtest_pred_impl.OneTo (n)
 gen_gtest_pred_impl.Iter (n, format, sep='')
 gen_gtest_pred_impl.ImplementationForArity (n)
 gen_gtest_pred_impl.HeaderPostamble ()
 gen_gtest_pred_impl.GenerateFile (path, content)
 gen_gtest_pred_impl.GenerateHeader (n)
 gen_gtest_pred_impl.UnitTestPreamble ()
 gen_gtest_pred_impl.TestsForArity (n)
 gen_gtest_pred_impl.UnitTestPostamble ()
 gen_gtest_pred_impl.GenerateUnitTest (n)
 gen_gtest_pred_impl._Main ()

Variables

str gen_gtest_pred_impl.__author__ = 'wan@google.com (Zhanyong Wan)'
 gen_gtest_pred_impl.SCRIPT_DIR = os.path.dirname(sys.argv[0])
 gen_gtest_pred_impl.HEADER = os.path.join(SCRIPT_DIR, '../include/gtest/gtest_pred_impl.h')
 gen_gtest_pred_impl.UNIT_TEST = os.path.join(SCRIPT_DIR, '../test/gtest_pred_impl_unittest.cc')