Home
last modified time | relevance | path

Searched defs:api_func (Results 1 – 8 of 8) sorted by relevance

/dports/lang/cython/Cython-0.29.24/docs/examples/tutorial/string/
H A Dapi_func.pyx3 def api_func(s): function
/dports/lang/cython-devel/cython-2b1e743/docs/examples/tutorial/string/
H A Dapi_func.pyx3 def api_func(s): function
/dports/devel/efl/efl-1.25.1/src/bindings/mono/eo_mono/
H A Dworkaround.cs96 internal IntPtr api_func; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/endpoints/
H A Dendpointscfg.py419 def _GenApiConfigCallback(args, api_func=GenApiConfig): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/bind_gen/
H A Dname_style.py20 def api_func(*args): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/bind_gen/
H A Dname_style.py20 def api_func(*args): function
/dports/devel/efl/efl-1.25.1/src/lib/eo/
H A Deo.c724 _efl_object_api_op_id_get_internal(const void *api_func) in _efl_object_api_op_id_get_internal()
739 _efl_object_api_op_id_get(const void *api_func) in _efl_object_api_op_id_get()
752 _efl_object_op_api_id_get(const void *api_func, const Eo *eo_obj, const char *api_func_name, const … in _efl_object_op_api_id_get()
H A DEo.h853 …void *api_func; /**< The EAPI function offering this op. (The name of the func on windows)… member