/third_party/node/src/ |
H A D | cleanup_queue.cc | 37 cb.fn_(cb.arg_); in Drain() 49 return a.fn_ == b.fn_ && a.arg_ == b.arg_; in operator ()()
|
H A D | cleanup_queue.h | 45 : fn_(fn), in CleanupHookCallback() 54 // Compares by `fn_` and `arg_` being equal. 62 Callback fn_; member in node::CleanupQueue::CleanupHookCallback
|
H A D | timer_wrap-inl.h | 17 : env_(env), fn_(std::forward<Args>(args)...) { in TimerWrap()
|
H A D | cleanup_queue-inl.h | 52 if (callback.fn_ == BaseObject::DeleteMe) in GetBaseObject()
|
H A D | timer_wrap.h | 47 TimerCb fn_; member in node::final
|
H A D | timer_wrap.cc | 43 t->fn_(); in OnTimeout()
|
H A D | util.h | 561 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 D | js_native_api_v8_inspector.cc | 194 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 D | dyngen.rs | 157 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 D | lifetime_test.cc | 119 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 D | v8-fast-api-calls.h | 821 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 D | main_thread_interface.cc | 75 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 D | v8-fast-api-calls.h | 788 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 D | call-conv-typedef.rs | 10 pub type fn_ = ::std::option::Option< types
|
H A D | keywords.rs | 94 pub static mut fn_: ::std::os::raw::c_int; consts
|
/third_party/bounds_checking_function/src/ |
H A D | securecutil.h | 259 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 D | ittnotify_bindings.rs | 1472 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 D | output_test_helper.cc | 185 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 D | stylo.hpp | [all...] |