mirror of
https://github.com/google/googletest.git
synced 2026-01-01 12:48:37 +08:00
Use an OrderedDict to store templated_types in the AST so that gmock knows how to properly construct the templated Mock class. This is necessary for functions that make use of the templated typename as an argument or return type. PiperOrigin-RevId: 349405731