Home
last modified time | relevance | path

Searched refs:method_get (Results 1 – 25 of 43) sorted by relevance

12

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4dataview.cpp123 defineDefaultProperty(QStringLiteral("getInt16"), method_get<short>, 1); in init()
124 defineDefaultProperty(QStringLiteral("getUint16"), method_get<unsigned short>, 1); in init()
125 defineDefaultProperty(QStringLiteral("getInt32"), method_get<int>, 1); in init()
126 defineDefaultProperty(QStringLiteral("getUint32"), method_get<unsigned int>, 1); in init()
144 defineDefaultProperty(QStringLiteral("getUInt16"), method_get<unsigned short>, 1); in init()
145 defineDefaultProperty(QStringLiteral("getUInt32"), method_get<unsigned int>, 1); in init()
206 ReturnedValue DataViewPrototype::method_get(const FunctionObject *b, const Value *thisObject, const… in method_get() function in DataViewPrototype
H A Dqv4mapobject_p.h117 …static ReturnedValue method_get(const FunctionObject *, const Value *thisObject, const Value *argv…
130 …static ReturnedValue method_get(const FunctionObject *, const Value *thisObject, const Value *argv…
H A Dqv4mapobject.cpp148 defineDefaultProperty(QStringLiteral("get"), method_get, 1); in init()
169 defineDefaultProperty(QStringLiteral("get"), method_get, 1); in init()
223 ReturnedValue WeakMapPrototype::method_get(const FunctionObject *b, const Value *thisObject, const … in method_get() function in WeakMapPrototype
319 ReturnedValue MapPrototype::method_get(const FunctionObject *b, const Value *thisObject, const Valu… in method_get() function in MapPrototype
H A Dqv4reflect_p.h74 …static ReturnedValue method_get(const FunctionObject *, const Value *thisObject, const Value *argv…
H A Dqv4dataview_p.h102 …static ReturnedValue method_get(const FunctionObject *, const Value *thisObject, const Value *argv…
H A Dqv4reflect.cpp61 r->defineDefaultProperty(QStringLiteral("get"), QV4::Reflect::method_get, 2); in init()
156 ReturnedValue Reflect::method_get(const FunctionObject *f, const Value *, const Value *argv, int ar… in method_get() function in Reflect
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4dataview.cpp123 defineDefaultProperty(QStringLiteral("getInt16"), method_get<short>, 1); in init()
124 defineDefaultProperty(QStringLiteral("getUint16"), method_get<unsigned short>, 1); in init()
125 defineDefaultProperty(QStringLiteral("getInt32"), method_get<int>, 1); in init()
126 defineDefaultProperty(QStringLiteral("getUint32"), method_get<unsigned int>, 1); in init()
144 defineDefaultProperty(QStringLiteral("getUInt16"), method_get<unsigned short>, 1); in init()
145 defineDefaultProperty(QStringLiteral("getUInt32"), method_get<unsigned int>, 1); in init()
206 ReturnedValue DataViewPrototype::method_get(const FunctionObject *b, const Value *thisObject, const… in method_get() function in DataViewPrototype
H A Dqv4mapobject_p.h117 …static ReturnedValue method_get(const FunctionObject *, const Value *thisObject, const Value *argv…
130 …static ReturnedValue method_get(const FunctionObject *, const Value *thisObject, const Value *argv…
H A Dqv4mapobject.cpp148 defineDefaultProperty(QStringLiteral("get"), method_get, 1); in init()
169 defineDefaultProperty(QStringLiteral("get"), method_get, 1); in init()
223 ReturnedValue WeakMapPrototype::method_get(const FunctionObject *b, const Value *thisObject, const … in method_get() function in WeakMapPrototype
319 ReturnedValue MapPrototype::method_get(const FunctionObject *b, const Value *thisObject, const Valu… in method_get() function in MapPrototype
H A Dqv4reflect_p.h74 …static ReturnedValue method_get(const FunctionObject *, const Value *thisObject, const Value *argv…
H A Dqv4dataview_p.h102 …static ReturnedValue method_get(const FunctionObject *, const Value *thisObject, const Value *argv…
H A Dqv4reflect.cpp61 r->defineDefaultProperty(QStringLiteral("get"), QV4::Reflect::method_get, 2); in init()
156 ReturnedValue Reflect::method_get(const FunctionObject *f, const Value *, const Value *argv, int ar… in method_get() function in Reflect
/dports/security/doscan/doscan-0.3.3/src/
H A Dproto_http_proxy.cc45 typedef enum { method_get, method_connect } method_type; enumerator
188 case method_get: in make_get_request()
234 make_get_request(method_get, state, request); in ready()
445 method = method_get; in proxy_start()
/dports/mail/rspamd-devel/rspamd-93430bb/test/functional/cases/
H A D220_http.robot31 Expect Symbols HTTP_DNS_403 HTTP_403 HTTP_CORO_DNS_403 method_get
40 Expect Symbols HTTP_ERROR HTTP_ERROR HTTP_CORO_DNS_ERROR HTTP_CORO_ERROR method_get
51 Expect Symbols HTTP_ERROR HTTP_ERROR HTTP_CORO_DNS_ERROR HTTP_CORO_ERROR method_get
/dports/mail/rspamd/rspamd-3.1/test/functional/cases/
H A D220_http.robot31 Expect Symbols HTTP_DNS_403 HTTP_403 HTTP_CORO_DNS_403 method_get
40 Expect Symbols HTTP_ERROR HTTP_ERROR HTTP_CORO_DNS_ERROR HTTP_CORO_ERROR method_get
51 Expect Symbols HTTP_ERROR HTTP_ERROR HTTP_CORO_DNS_ERROR HTTP_CORO_ERROR method_get
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/tools/console/
H A Dpalettes.py129 method_get = ('light green', 'default'),
240 method_get = ('dark green', 'default'),
370 method_get = (sol_green, 'default'),
457 method_get = (sol_green, 'default'),
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/
H A Dzip.h215 method_t method_get() const;
H A Dzip.cc225 zip_entry::method_t zip_entry::method_get() const in method_get() function in zip_entry
1208 …i->set(A.method_get(), Aname, data, A.compressed_size_get(), A.uncompressed_size_get(), A.crc_get(… in insert()
/dports/devel/efl/efl-1.25.1/src/bindings/cxx/eldbus_cxx/
H A Deldbus_message.hh258 const char* method_get() const in method_get() function
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpPages.cc376 method = sm->t_state.hdr_info.client_request.method_get(&method_len); in handle_smlist()
/dports/devel/efl/efl-1.25.1/src/bindings/js/eldbus_js/
H A Deldbus_js_util.hh292 auto method_get = [](compatibility_callback_info_type info) in wrap_eldbus_pending() local
320 compatibility_new<FunctionTemplate>(isolate, method_get) in wrap_eldbus_pending()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Ddescrobject.c119 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get() function
419 (descrgetfunc)method_get, /* tp_descr_get */
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h508 const char *method_get(int *length);
949 HTTPHdr::method_get(int *length) in method_get() function
/dports/lang/python27/Python-2.7.18/Objects/
H A Ddescrobject.c119 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get() function
456 (descrgetfunc)method_get, /* tp_descr_get */
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Ddescrobject.c119 method_get(PyMethodDescrObject *descr, PyObject *obj, PyObject *type) in method_get() function
456 (descrgetfunc)method_get, /* tp_descr_get */

12