Home
last modified time | relevance | path

Searched refs:FUNCTION_VIRTUAL (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/testing/scripts/generator/cpp/
Dgmock_class.py52 function_type = ast.FUNCTION_VIRTUAL | ast.FUNCTION_PURE_VIRTUAL
Dast.py66 FUNCTION_VIRTUAL = 0x02 variable
1286 return self.GetMethod(FUNCTION_VIRTUAL + FUNCTION_DTOR, None)
1292 return self._GetMethod(return_type_and_name, FUNCTION_VIRTUAL,
/external/googletest/googlemock/scripts/generator/cpp/
Dgmock_class.py52 function_type = (ast.FUNCTION_VIRTUAL | ast.FUNCTION_PURE_VIRTUAL |
Dast.py66 FUNCTION_VIRTUAL = 0x02 variable
1299 return self.GetMethod(FUNCTION_VIRTUAL + FUNCTION_DTOR, None)
1305 return self._GetMethod(return_type_and_name, FUNCTION_VIRTUAL,