Searched refs:_GetMethod (Results 1 - 1 of 1) sorted by relevance

/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dast.py750 return self._GetMethod([token], FUNCTION_CTOR, None, True)
804 return self._GetMethod(temp_tokens, 0, None, False)
813 return self._GetMethod([token], FUNCTION_DTOR, None, True)
955 return self._GetMethod(return_type_and_name, modifiers, templated_types,
958 def _GetMethod(self, return_type_and_name, modifiers, templated_types, member in class:AstBuilder
1239 return self._GetMethod(type_and_name, 0, None, False)
1292 return self._GetMethod(return_type_and_name, FUNCTION_VIRTUAL,

Completed in 49 milliseconds