Searched refs:_GetMethod (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/ |
| H A D | ast.py | 751 return self._GetMethod([token], FUNCTION_CTOR, None, True) 805 return self._GetMethod(temp_tokens, 0, None, False) 814 return self._GetMethod([token], FUNCTION_DTOR, None, True) 956 return self._GetMethod(return_type_and_name, modifiers, templated_types, 959 def _GetMethod(self, return_type_and_name, modifiers, templated_types, member in AstBuilder 1249 return self._GetMethod(type_and_name, 0, None, False) 1305 return self._GetMethod(return_type_and_name, FUNCTION_VIRTUAL,
|