Searched refs:fn_ (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | lifetime_test.cc | 119 explicit OnDestruction(Function fn) : fn_(fn) {} in OnDestruction() 120 ~OnDestruction() { fn_(); } in ~OnDestruction() 122 Function fn_; member in __anona7b990b90111::OnDestruction
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | dyngen.rs | 157 let fn_ = if is_required { in push() localVariable 163 quote!(unsafe { (#fn_)(#( #args_identifiers ),*) }) in push() 165 quote!((#fn_)(#( #args_identifiers ),*) ) in push()
|
/third_party/node/src/ |
D | timer_wrap.cc | 10 fn_(fn) { in TimerWrap() 48 t->fn_(); in OnTimeout()
|
D | util.h | 525 Fn fn_; member 528 explicit OnScopeLeaveImpl(Fn&& fn) : fn_(std::move(fn)), active_(true) {} in OnScopeLeaveImpl() 529 ~OnScopeLeaveImpl() { if (active_) fn_(); } in ~OnScopeLeaveImpl() 534 : fn_(std::move(other.fn_)), active_(other.active_) { in OnScopeLeaveImpl()
|
D | timer_wrap.h | 45 TimerCb fn_; variable
|
D | env-inl.h | 1176 return a.fn_ == b.fn_ && a.arg_ == b.arg_; in operator() 1180 if (fn_ == BaseObject::DeleteMe) in GetBaseObject()
|
D | env.h | 825 : fn_(fn), arg_(arg), insertion_order_counter_(insertion_order_counter) {} in CleanupHookCallback() 842 Callback fn_; variable
|
D | env.cc | 680 cb.fn_(cb.arg_); in RunCleanup()
|
/third_party/node/src/inspector/ |
D | main_thread_interface.cc | 78 CallRequest(int id, Fn fn) : id_(id), fn_(std::move(fn)) {} in CallRequest() 81 fn_(DeletableWrapper<Target>::get(thread, id_)); in Call() 86 Fn fn_; member in node::inspector::__anon579017f30111::CallRequest
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | call-conv-typedef.rs | 10 pub type fn_ = ::std::option::Option< typedef
|
D | keywords.rs | 94 pub static mut fn_: ::std::os::raw::c_int; variable
|
/third_party/bounds_checking_function/src/ |
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/benchmark/test/ |
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/ |
D | stylo.hpp | 82914 static nsIAtom* fn_; member in nsGkAtoms
|