Home
last modified time | relevance | path

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

/external/googletest/googlemock/scripts/generator/cpp/
Dast.py751 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,
/external/google-breakpad/src/testing/scripts/generator/cpp/
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 AstBuilder
1239 return self._GetMethod(type_and_name, 0, None, False)
1292 return self._GetMethod(return_type_and_name, FUNCTION_VIRTUAL,