Home
last modified time | relevance | path

Searched defs:GetResult (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dresource_base.h45 Any GetResult(const std::string &key) { in GetResult() function
/third_party/skia/third_party/externals/tint/tools/
Drun_tests.py55 def GetResult(self, fmt): member in TestCase
/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.cc322 bool OsrImeHandlerWin::GetResult(LPARAM lparam, CefString& result) { in GetResult() function in client::OsrImeHandlerWin
/third_party/cef/libcef/browser/extensions/api/tabs/
Dtabs_api.cc241 ExtensionFunction::ResponseValue TabsUpdateFunction::GetResult() { in GetResult() function in extensions::cef::TabsUpdateFunction
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dasync_eval_result.h266 AbstractBasePtr GetResult() { in GetResult() function
/third_party/python/Modules/_ctypes/
Dcallproc.c962 static PyObject *GetResult(PyObject *restype, void *result, PyObject *checker) in GetResult() function