Home
last modified time | relevance | path

Searched refs:ast_list (Results 1 – 2 of 2) sorted by relevance

/third_party/googletest/googlemock/scripts/generator/cpp/
Dgmock_class_test.py52 ast_list = list(builder.Generate())
53 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
356 ast_list = list(builder.Generate())
357 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
Dgmock_class.py145 def _GenerateMocks(filename, source, ast_list, desired_class_names): argument
148 for node in ast_list: