Home
last modified time | relevance | path

Searched refs:arg_ (Results 1 - 18 of 18) sorted by relevance

/third_party/python/Modules/clinic/
H A Dspwdmodule.c.h22 spwd_getspnam(PyObject *module, PyObject *arg_) in spwd_getspnam() argument
27 if (!PyUnicode_Check(arg_)) { in spwd_getspnam()
28 _PyArg_BadArgument("getspnam", "argument", "str", arg_); in spwd_getspnam()
31 if (PyUnicode_READY(arg_) == -1) { in spwd_getspnam()
34 arg = arg_; in spwd_getspnam()
/third_party/node/src/
H A Dcleanup_queue.cc37 cb.fn_(cb.arg_); in Drain()
44 return std::hash<void*>()(cb.arg_); in operator ()()
49 return a.fn_ == b.fn_ && a.arg_ == b.arg_; in operator ()()
H A Dcleanup_queue.h46 arg_(arg), in CleanupHookCallback()
49 // Only hashes `arg_`, since that is usually enough to identify the hook.
54 // Compares by `fn_` and `arg_` being equal.
63 void* arg_; member in node::CleanupQueue::CleanupHookCallback
H A Dcleanup_queue-inl.h53 return static_cast<BaseObject*>(callback.arg_); in GetBaseObject()
H A Denv.h610 void* arg_; member
1066 void* arg_; member
H A Denv.cc974 hc.cb_(this, hc.handle_, hc.arg_); in CleanupHandles()
1054 at_exit.cb_(at_exit.arg_); in RunAtExitCallbacks()
/third_party/node/deps/v8/src/asmjs/
H A Dasm-types.cc201 : AsmCallableType(), return_type_(dest), arg_(src) {} in AsmMinMaxType()
214 if (!args[ii]->IsA(arg_)) {
223 return "(" + arg_->Name() + ", " + arg_->Name() + "...) -> " +
228 AsmType* arg_; member in v8::internal::wasm::__anon13995::final
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_timer.h62 cb_(arg_); in Callback()
71 void* arg_ = nullptr; member in OHOS::GraphicTimer
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dfuture.h115 arg_ = BASE_NS::move(arg); in SetParam()
125 promise_.Set(task_->Invoke(arg_));
140 IAny::Ptr arg_; member in ContinuationQueueTask
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.h746 void *arg_; // arg of function_ or object of method_ member in absl::Condition
947 T *x = static_cast<T *>(c->arg_); in CastAndCallMethod()
956 T *x = static_cast<T *>(c->arg_); in CastAndCallFunction()
965 arg_(const_cast<void *>(static_cast<const void *>(arg))) {} in Condition()
973 arg_(object) {} in Condition()
982 arg_(reinterpret_cast<void *>(const_cast<T *>(object))) {} in Condition()
H A Dmutex.cc2721 arg_(arg) {} in Condition()
2724 return (*c->function_)(c->arg_); in CallVoidPtrFunction()
2732 arg_(const_cast<bool *>(cond)) {} in Condition()
2747 a->arg_ == b->arg_ && a->method_ == b->method_; in GuaranteedEqual()
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_timer.cpp82 : cb_(cb), arg_(arg), isPeriodic_(isPeriodic) in GraphicTimer()
147 : cb_(cb), arg_(arg), isPeriodic_(isPeriodic) in GraphicTimer()
210 : cb_(cb), arg_(arg), isPeriodic_(isPeriodic) in GraphicTimer()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.h38 const FormatArgImpl* arg() const { return arg_; } in arg()
39 void set_arg(const FormatArgImpl* a) { arg_ = a; } in set_arg()
42 const FormatArgImpl* arg_; member in absl::str_format_internal::BoundConversion
/third_party/ltp/testcases/kernel/sched/clisrv/
H A Dpthserv.c167 void *new_thread(void *arg_) in new_thread() argument
169 int arg = (uintptr_t) arg_; in new_thread()
/foundation/arkui/napi/native_engine/
H A Dnative_node_api.cpp228 void* arg_; member
269 info->fun_(info->arg_, FinishAsyncCleanupHook, info); in RunAsyncCleanupHook()
279 info->arg_ = arg; in AddEnvironmentCleanupHook()
/foundation/arkui/ace_engine/advanced_ui_component/dialog/interfaces/
H A Ddialog.js2346 this.arg_ = l21;
3029 if (e17.arg_ && e17.arg_.customStyle && e17.arg_.customStyle === true) {
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh265 Arg &&arg_) : subset_context (subset_context_), out (out_), in subset_offset_array_arg_t()
266 base (base_), arg (arg_) {} in subset_offset_array_arg_t()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 47 milliseconds