OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gmock_class
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/testing/scripts/generator/
gmock_gen.py
25
# Add the directory of this script to the path so we can import
gmock_class
.
28
from cpp import
gmock_class
namespace
30
gmock_class
.__doc__ =
gmock_class
.__doc__.replace('
gmock_class
.py', __file__)
31
gmock_class
.main()
/external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class_test.py
18
"""Tests for gmock.scripts.generator.cpp.
gmock_class
."""
31
from cpp import
gmock_class
namespace
54
gmock_class
._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
208
lines =
gmock_class
._GenerateMocks(filename, cpp_source, ast_list, None)
Completed in 250 milliseconds