Searched refs:arg_ (Results 1 - 13 of 13) sorted by relevance
/third_party/python/Modules/clinic/ |
H A D | spwdmodule.c.h | 22 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 D | cleanup_queue.cc | 37 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 D | cleanup_queue.h | 46 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 D | cleanup_queue-inl.h | 53 return static_cast<BaseObject*>(callback.arg_); in GetBaseObject()
|
H A D | env.h | 610 void* arg_; member 1066 void* arg_; member
|
H A D | env.cc | 974 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 D | asm-types.cc | 201 : 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
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
H A D | mutex.h | 746 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 D | mutex.cc | 2721 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()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | bind.h | 38 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 D | pthserv.c | 167 void *new_thread(void *arg_) in new_thread() argument 169 int arg = (uintptr_t) arg_; in new_thread()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 265 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 D | stylo.hpp | [all...] |
Completed in 45 milliseconds