Home
last modified time | relevance | path

Searched defs:closure (Results 1 – 25 of 153) sorted by relevance

1234567

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc471 static PyObject* GetName(PyBaseDescriptor* self, void *closure) { in GetName()
475 static PyObject* GetFullName(PyBaseDescriptor* self, void *closure) { in GetFullName()
479 static PyObject* GetFile(PyBaseDescriptor *self, void *closure) { in GetFile()
483 static PyObject* GetConcreteClass(PyBaseDescriptor* self, void *closure) { in GetConcreteClass()
497 static PyObject* GetFieldsByName(PyBaseDescriptor* self, void *closure) { in GetFieldsByName()
502 void *closure) { in GetFieldsByCamelcaseName()
506 static PyObject* GetFieldsByNumber(PyBaseDescriptor* self, void *closure) { in GetFieldsByNumber()
510 static PyObject* GetFieldsSeq(PyBaseDescriptor* self, void *closure) { in GetFieldsSeq()
514 static PyObject* GetNestedTypesByName(PyBaseDescriptor* self, void *closure) { in GetNestedTypesByName()
518 static PyObject* GetNestedTypesSeq(PyBaseDescriptor* self, void *closure) { in GetNestedTypesSeq()
[all …]
Dfield.cc72 static PyObject* GetDescriptor(PyMessageFieldProperty* self, void* closure) { in GetDescriptor()
76 static PyObject* GetDoc(PyMessageFieldProperty* self, void* closure) { in GetDoc()
Dunknown_fields.cc234 static PyObject* GetFieldNumber(PyUnknownFieldRef* self, void *closure) { in GetFieldNumber()
243 static PyObject* GetWireType(PyUnknownFieldRef* self, void *closure) { in GetWireType()
272 static PyObject* GetData(PyUnknownFieldRef* self, void *closure) { in GetData()
/third_party/cef/libcef_dll/wrapper/
Dcef_closure_task.cc15 explicit CefOnceClosureTask(base::OnceClosure closure) in CefOnceClosureTask()
32 explicit CefRepeatingClosureTask(const base::RepeatingClosure& closure) in CefRepeatingClosureTask()
52 CefRefPtr<CefTask> CefCreateClosureTask(base::OnceClosure closure) { in CefCreateClosureTask()
56 CefRefPtr<CefTask> CefCreateClosureTask(const base::RepeatingClosure& closure) { in CefCreateClosureTask()
60 bool CefPostTask(CefThreadId threadId, base::OnceClosure closure) { in CefPostTask()
64 bool CefPostTask(CefThreadId threadId, const base::RepeatingClosure& closure) { in CefPostTask()
69 base::OnceClosure closure, in CefPostDelayedTask()
76 const base::RepeatingClosure& closure, in CefPostDelayedTask()
/third_party/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc204 Closure* closure = NewCallback(&SetA123Function); in TEST_F() local
211 Closure* closure = NewCallback(current_instance_, in TEST_F() local
219 Closure* closure = NewCallback(&SetAFunction, 456); in TEST_F() local
226 Closure* closure = NewCallback(current_instance_, in TEST_F() local
234 Closure* closure = NewCallback(&SetCFunction, string("test")); in TEST_F() local
241 Closure* closure = NewCallback(current_instance_, in TEST_F() local
250 Closure* closure = NewCallback(&SetABFunction, 789, cstr); in TEST_F() local
260 Closure* closure = NewCallback(current_instance_, in TEST_F() local
272 Closure* closure = NewPermanentCallback(&SetA123Function); in TEST_F() local
283 Closure* closure = NewPermanentCallback(current_instance_, in TEST_F() local
[all …]
/third_party/libffi/src/powerpc/
Dffi.c78 void *closure) in ffi_call_int()
143 void *closure) in ffi_call_go()
149 ffi_prep_closure_loc (ffi_closure *closure, in ffi_prep_closure_loc()
163 ffi_prep_go_closure (ffi_go_closure *closure, in ffi_prep_go_closure()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c196 static void *startseq_handler(void* closure, const void* hd) { in startseq_handler()
230 static void set_hasbit(void *closure, int32_t hasbit) { in set_hasbit()
238 static void* appendbytes_handler(void *closure, in appendbytes_handler()
249 static void* str_handler(void *closure, in str_handler()
263 static void* bytes_handler(void *closure, in bytes_handler()
276 static size_t stringdata_handler(void* closure, const void* hd, in stringdata_handler()
284 static bool stringdata_end_handler(void* closure, const void* hd) { in stringdata_end_handler()
290 static bool appendstring_end_handler(void* closure, const void* hd) { in appendstring_end_handler()
297 static void *appendsubmsg_handler(void *closure, const void *hd) { in appendsubmsg_handler()
310 static void *appendwrapper_handler(void *closure, const void *hd) { in appendwrapper_handler()
[all …]
/third_party/python/Doc/includes/
Dcustom3.c74 Custom_getfirst(CustomObject *self, void *closure) in Custom_getfirst()
81 Custom_setfirst(CustomObject *self, PyObject *value, void *closure) in Custom_setfirst()
101 Custom_getlast(CustomObject *self, void *closure) in Custom_getlast()
108 Custom_setlast(CustomObject *self, PyObject *value, void *closure) in Custom_setlast()
Dcustom4.c90 Custom_getfirst(CustomObject *self, void *closure) in Custom_getfirst()
97 Custom_setfirst(CustomObject *self, PyObject *value, void *closure) in Custom_setfirst()
115 Custom_getlast(CustomObject *self, void *closure) in Custom_getlast()
122 Custom_setlast(CustomObject *self, PyObject *value, void *closure) in Custom_setlast()
/third_party/cef/tests/shared/browser/
Dmain_message_loop.cc33 void MainMessageLoop::PostClosure(base::OnceClosure closure) { in PostClosure()
37 void MainMessageLoop::PostClosure(const base::RepeatingClosure& closure) { in PostClosure()
/third_party/skia/third_party/externals/harfbuzz/util/
Dhelper-cairo.hh51 void *closure, in _cairo_eps_surface_create_for_stream()
192 void *closure; member
199 finalize_ansi (finalize_closure_t *closure) in finalize_ansi() argument
212 void *closure, in _cairo_ansi_surface_create_for_stream()
258 byte_array_write_func (void *closure, in byte_array_write_func()
267 finalize_png (finalize_closure_t *closure) in finalize_png()
345 void *closure, in _cairo_png_surface_create_for_stream()
391 stdio_write_func (void *closure, in stdio_write_func()
572 finalize_closure_t *closure = (finalize_closure_t *) in helper_cairo_destroy_context() local
/third_party/cef/libcef_dll/base/
Dcef_callback_helpers.cc11 ScopedClosureRunner::ScopedClosureRunner(OnceClosure closure) in ScopedClosureRunner()
35 void ScopedClosureRunner::ReplaceClosure(OnceClosure closure) { in ReplaceClosure()
/third_party/skia/include/gpu/gl/
DGrGLFunctions.h275 GrGLFunction(Closure closure) : GrGLFunction() { in GrGLFunction()
284 auto closure = (const Closure*)buf; in GrGLFunction() local
/third_party/alsa-utils/axfer/
Dxfer-libasound-irq-rw.c61 struct rw_closure *closure = state->private_data; in read_frames() local
206 struct rw_closure *closure = state->private_data; in write_frames() local
360 struct rw_closure *closure = state->private_data; in irq_rw_pre_process() local
414 struct rw_closure *closure = state->private_data; in irq_rw_process_frames() local
428 struct rw_closure *closure = state->private_data; in irq_rw_post_process() local
/third_party/libffi/src/alpha/
Dffi.c229 void **avalue, void *closure) in ffi_call_int()
320 void **avalue, void *closure) in ffi_call_go()
326 ffi_prep_closure_loc (ffi_closure* closure, in ffi_prep_closure_loc()
360 ffi_prep_go_closure (ffi_go_closure* closure, in ffi_prep_go_closure()
/third_party/node/deps/v8/src/compiler/
Djs-context-specialization.h41 MaybeHandle<JSFunction> closure) in JSContextSpecialization()
70 MaybeHandle<JSFunction> closure() const { return closure_; } in closure() function
/third_party/libffi/src/sparc/
Dffi.c286 void **avalue, void *closure) in ffi_call_int()
309 void **avalue, void *closure) in ffi_call_go()
330 ffi_prep_closure_loc (ffi_closure *closure, in ffi_prep_closure_loc()
358 ffi_prep_go_closure (ffi_go_closure *closure, ffi_cif *cif, in ffi_prep_go_closure()
/third_party/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp248 remove_unlinked_functions(const void *key, void *data, void *closure) in remove_unlinked_functions()
272 emit_errors_unlinked(const void *key, void *data, void *closure) in emit_errors_unlinked()
294 emit_errors_linked(const void *key, void *data, void *closure) in emit_errors_linked()
Dlower_output_reads.cpp133 emit_return_copy(const void *key, void *data, void *closure) in emit_return_copy()
141 emit_main_copy(const void *key, void *data, void *closure) in emit_main_copy()
/third_party/python/Modules/_blake2/
Dblake2b_impl.c349 py_blake2b_get_name(BLAKE2bObject *self, void *closure) in py_blake2b_get_name()
357 py_blake2b_get_block_size(BLAKE2bObject *self, void *closure) in py_blake2b_get_block_size()
365 py_blake2b_get_digest_size(BLAKE2bObject *self, void *closure) in py_blake2b_get_digest_size()
Dblake2s_impl.c348 py_blake2s_get_name(BLAKE2sObject *self, void *closure) in py_blake2s_get_name()
356 py_blake2s_get_block_size(BLAKE2sObject *self, void *closure) in py_blake2s_get_block_size()
364 py_blake2s_get_digest_size(BLAKE2sObject *self, void *closure) in py_blake2s_get_digest_size()
/third_party/python/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi_darwin.c240 ffi_closure_SYSV_inner (closure, respp, args) in ffi_closure_SYSV_inner() argument
321 ffi_prep_closure (ffi_closure* closure, in ffi_prep_closure()
345 ffi_prep_raw_closure_loc (ffi_raw_closure* closure, in ffi_prep_raw_closure_loc()
/third_party/libffi/src/s390/
Dffi.c310 void *closure) in ffi_call_int()
488 void **avalue, void *closure) in ffi_call_go()
708 ffi_prep_closure_loc (ffi_closure *closure, in ffi_prep_closure_loc()
745 ffi_prep_go_closure (ffi_go_closure *closure, ffi_cif *cif, in ffi_prep_go_closure()
/third_party/python/Objects/
Dmethodobject.c197 meth_get__text_signature__(PyCFunctionObject *m, void *closure) in meth_get__text_signature__()
203 meth_get__doc__(PyCFunctionObject *m, void *closure) in meth_get__doc__()
209 meth_get__name__(PyCFunctionObject *m, void *closure) in meth_get__name__()
215 meth_get__qualname__(PyCFunctionObject *m, void *closure) in meth_get__qualname__()
259 meth_get__self__(PyCFunctionObject *m, void *closure) in meth_get__self__()
/third_party/python/Modules/_sha3/
Dsha3module.c432 SHA3_get_block_size(SHA3object *self, void *closure) in SHA3_get_block_size()
440 SHA3_get_name(SHA3object *self, void *closure) in SHA3_get_name()
477 SHA3_get_digest_size(SHA3object *self, void *closure) in SHA3_get_digest_size()
484 SHA3_get_capacity_bits(SHA3object *self, void *closure) in SHA3_get_capacity_bits()
492 SHA3_get_rate_bits(SHA3object *self, void *closure) in SHA3_get_rate_bits()
499 SHA3_get_suffix(SHA3object *self, void *closure) in SHA3_get_suffix()

1234567