Home
last modified time | relevance | path

Searched refs:fn_ (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dlifetime_test.cc119 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/
Ddyngen.rs157 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/
Dtimer_wrap.cc10 fn_(fn) { in TimerWrap()
48 t->fn_(); in OnTimeout()
Dutil.h525 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()
Dtimer_wrap.h45 TimerCb fn_; variable
Denv-inl.h1176 return a.fn_ == b.fn_ && a.arg_ == b.arg_; in operator()
1180 if (fn_ == BaseObject::DeleteMe) in GetBaseObject()
Denv.h825 : fn_(fn), arg_(arg), insertion_order_counter_(insertion_order_counter) {} in CleanupHookCallback()
842 Callback fn_; variable
Denv.cc680 cb.fn_(cb.arg_); in RunCleanup()
/third_party/node/src/inspector/
Dmain_thread_interface.cc78 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/
Dcall-conv-typedef.rs10 pub type fn_ = ::std::option::Option< typedef
Dkeywords.rs94 pub static mut fn_: ::std::os::raw::c_int; variable
/third_party/bounds_checking_function/src/
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/benchmark/test/
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/
Dstylo.hpp82914 static nsIAtom* fn_; member in nsGkAtoms