/external/libcxx/include/ |
D | any | 193 if (__other.__h) __other.__call(_Action::_Copy, this); 199 if (__other.__h) __other.__call(_Action::_Move, this); 278 void reset() _NOEXCEPT { if (__h) this->__call(_Action::_Destroy); } 291 return *static_cast<type_info const *>(this->__call(_Action::_TypeInfo)); 310 void * __call(_Action __a, any * __other = nullptr, 318 void * __call(_Action __a, any * __other = nullptr, 547 __rhs.__call(_Action::_Move, &__tmp); 548 this->__call(_Action::_Move, &__rhs); 549 __tmp.__call(_Action::_Move, this); 552 this->__call(_Action::_Move, &__rhs); [all …]
|
D | __functional_base | 317 static _Ret __call(_Args&&... __args) { 322 static _Ret __call(_Fn __f) { 327 static _Ret __call(_Fn __f, _A0& __a0) { 332 static _Ret __call(_Fn __f, _A0& __a0, _A1& __a1) { 337 static _Ret __call(_Fn __f, _A0& __a0, _A1& __a1, _A2& __a2){ 348 static void __call(_Args&&... __args) { 353 static void __call(_Fn __f) { 358 static void __call(_Fn __f, _A0& __a0) { 363 static void __call(_Fn __f, _A0& __a0, _A1& __a1) { 368 static void __call(_Fn __f, _A0& __a0, _A1& __a1, _A2& __a2) {
|
D | __functional_03 | 164 return _Invoker::__call(__f_.first()); 250 return _Invoker::__call(__f_.first(), __a0); 336 return _Invoker::__call(__f_.first(), __a0, __a1); 422 return _Invoker::__call(__f_.first(), __a0, __a1, __a2);
|
D | functional | 1527 return _Invoker::__call(__f_.first(), 2728 return _Invoker::__call(static_cast<base&>(*this), _VSTD::forward<_Args>(__args)...); 2742 … return _Invoker::__call(static_cast<base const&>(*this), _VSTD::forward<_Args>(__args)...);
|
/external/autotest/client/cros/ |
D | cryptohome.py | 658 def __call(self, method, *args): member in CryptohomeProxy 690 out = self.__call(method, *args) 726 out = self.__call(self.iface.MountEx, acc.SerializeToString(), 742 out = self.__call(self.iface.UnmountEx, req.SerializeToString()) 770 out = self.__call(self.iface.RemoveEx, acc.SerializeToString()) 795 if not self.__call(self.iface.InstallAttributesSet, key, 798 return self.__call(self.iface.InstallAttributesFinalize) 804 lambda: self.__call(self.iface.InstallAttributesIsReady),
|
/external/bcc/src/lua/bcc/vendor/ |
D | middleclass.lua | 88 __call = _call, __newindex = _declareInstanceMethod }) 176 setmetatable(middleclass, { __call = function(_, ...) return middleclass.class(...) end }) function
|
D | argparse.lua | 66 function cl.__call(self, ...) function 100 function class_metatable.__call(self, ...) function 771 function ElementState:__call(state, element) function 906 function ParseState:__call(parser, error_handler) function
|
/external/bcc/src/lua/bpf/spec/ |
D | helper.lua | 33 …return setmetatable(tab, {__index = setmetatable({}, {__index = flag}), __call = function(t, a) re…
|
/external/bcc/src/lua/bpf/ |
D | bpf.lua | 1240 __call = function (t, op, a, b, c, d) function 1629 __call = function (_, prog) return compile(prog) end, function
|