Home
last modified time | relevance | path

Searched refs:fn_ (Results 1 - 19 of 19) sorted by relevance

/third_party/node/src/
H A Dcleanup_queue.cc37 cb.fn_(cb.arg_); in Drain()
49 return a.fn_ == b.fn_ && a.arg_ == b.arg_; in operator ()()
H A Dcleanup_queue.h45 : fn_(fn), in CleanupHookCallback()
54 // Compares by `fn_` and `arg_` being equal.
62 Callback fn_; member in node::CleanupQueue::CleanupHookCallback
H A Dtimer_wrap-inl.h17 : env_(env), fn_(std::forward<Args>(args)...) { in TimerWrap()
H A Dcleanup_queue-inl.h52 if (callback.fn_ == BaseObject::DeleteMe) in GetBaseObject()
H A Dtimer_wrap.h47 TimerCb fn_; member in node::final
H A Dtimer_wrap.cc43 t->fn_(); in OnTimeout()
H A Dutil.h561 Fn fn_; member
564 explicit OnScopeLeaveImpl(Fn&& fn) : fn_(std::move(fn)), active_(true) {} in OnScopeLeaveImpl()
565 ~OnScopeLeaveImpl() { if (active_) fn_(); } in ~OnScopeLeaveImpl()
570 : fn_(std::move(other.fn_)), active_(other.active_) { in OnScopeLeaveImpl()
H A Djs_native_api_v8_inspector.cc194 CallRequest(int id, Fn fn) : id_(id), fn_(std::move(fn)) {} in CallRequest()
197 fn_(DeletableWrapper<Target>::get(thread, id_));
202 Fn fn_; member in v8impl::__anon15371::CallRequest
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Ddyngen.rs157 let fn_ = if is_required {
163 quote!(unsafe { (#fn_)(#( #args_identifiers ),*) })
165 quote!((#fn_)(#( #args_identifiers ),*) )
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dlifetime_test.cc119 explicit OnDestruction(Function fn) : fn_(fn) {} in OnDestruction()
120 ~OnDestruction() { fn_(); } in ~OnDestruction()
122 Function fn_; member in __anon19424::OnDestruction
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h821 explicit constexpr CFunctionBuilderWithFunction(const void* fn) : fn_(fn) {} in CFunctionBuilderWithFunction()
827 ArgBuilders...>(fn_); in Ret()
844 fn_ = reinterpret_cast<void*>(patching_func); in Patch()
850 return CFunction(fn_, &instance); in Build()
883 RetBuilder, typename GetArgBuilder<N == I, I, Flags...>::type...>(fn_); in ArgImpl()
886 const void* fn_; member in v8::internal::CFunctionBuilderWithFunction
/third_party/node/src/inspector/
H A Dmain_thread_interface.cc75 CallRequest(int id, Fn fn) : id_(id), fn_(std::move(fn)) {} in CallRequest()
78 fn_(DeletableWrapper<Target>::get(thread, id_));
83 Fn fn_; member in node::inspector::__anon15350::CallRequest
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h788 explicit constexpr CFunctionBuilderWithFunction(const void* fn) : fn_(fn) {} in CFunctionBuilderWithFunction()
794 ArgBuilders...>(fn_); in Ret()
807 return CFunction(fn_, &instance); in Build()
840 RetBuilder, typename GetArgBuilder<N == I, I, Flags...>::type...>(fn_); in ArgImpl()
843 const void* fn_; member in v8::internal::CFunctionBuilderWithFunction
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dcall-conv-typedef.rs10 pub type fn_ = ::std::option::Option< types
H A Dkeywords.rs94 pub static mut fn_: ::std::os::raw::c_int; consts
/third_party/bounds_checking_function/src/
H A Dsecurecutil.h259 void *(* const volatile fn_)(void *s_, int c_, size_t n_) = SECUREC_MEMSET_FUNC_OPT; \
260 (void)(*fn_)((dest), (value), (count)); \
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs1472 fn_: *mut ::std::os::raw::c_void, in __itt_task_begin_fn()
1518 fn_: *mut ::std::os::raw::c_void,
1825 pub fn_: __itt_get_clock_info_fn,
1857 unsafe { &(*(::std::ptr::null::<___itt_clock_domain>())).fn_ as *const _ as usize }, in bindgen_test_layout____itt_clock_domain()
1863 stringify!(fn_) in bindgen_test_layout____itt_clock_domain()
1921 fn_: __itt_get_clock_info_fn, in __itt_clock_domain_create()
1927 fn_: __itt_get_clock_info_fn,
2032 fn_: *mut ::std::os::raw::c_void, in __itt_task_begin_fn_ex()
2067 fn_: *mut ::std::os::raw::c_void,
/third_party/benchmark/test/
H A Doutput_test_helper.cc185 PatternAndFn(const std::string& rx, ResultsCheckFn fn_) in PatternAndFn()
186 : TestCase(rx), fn(std::move(fn_)) {} in PatternAndFn()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 42 milliseconds