/third_party/cef/libcef/common/ |
D | process_message_impl.cc | 21 : name_(name), arguments_(arguments) { in CefProcessMessageImpl() 23 DCHECK(arguments_ && arguments_->IsValid()); in CefProcessMessageImpl() 34 arguments_ = in CefProcessMessageImpl() 43 static_cast<CefListValueImpl*>(arguments_.get()); in TakeArgumentList() 49 return arguments_->IsValid(); in IsValid() 53 return arguments_->IsReadOnly(); in IsReadOnly() 59 return new CefProcessMessageImpl(name_, arguments_->Copy()); in Copy() 67 return arguments_; in GetArgumentList()
|
D | process_message_impl.h | 48 CefRefPtr<CefListValue> arguments_; variable
|
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/include/flutter/ |
D | method_call.h | 20 : method_name_(method_name), arguments_(std::move(arguments)) {} in MethodCall() 32 const T* arguments() const { return arguments_.get(); } in arguments() 36 std::unique_ptr<T> arguments_; variable
|
/third_party/boost/tools/quickbook/src/ |
D | parsers.hpp | 59 : base_t(p), impl_(impl), arguments_(arguments) in scoped_parser_impl() 122 if (!scope.start(arguments_)) return scan.no_match(); in parse() 149 Arguments arguments_; member 155 : impl_(impl), arguments_(arguments) in scoped_parser_gen() 170 impl_, arguments_, p); in operator []() 174 Arguments arguments_; member
|
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-try/ |
D | index.js | 3 const pTry = (fn, ...arguments_) => new Promise(resolve => { argument 4 resolve(fn(...arguments_));
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/p-try/ |
D | index.js | 3 const pTry = (fn, ...arguments_) => new Promise(resolve => { argument 4 resolve(fn(...arguments_));
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | call.h | 50 return arguments_; in Arguments() 60 std::vector<const sem::Expression*> arguments_; variable
|
D | call.cc | 32 arguments_(std::move(arguments)) {} in Call()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/ |
D | mkl_cpu_kernel.cc | 142 arguments_[arg_key] = MKLKernelEngine::Get().CreateMemory(mem_desc, alloc); in AddArgument() 146 auto arg_iter = arguments_.find(arg_key); in SetArgumentHandle() 147 if (arg_iter != arguments_.end()) { in SetArgumentHandle() 152 void MKLCPUKernel::ExecutePrimitive() { MKLKernelEngine::Get().Execute(primitive_, arguments_); } in ExecutePrimitive()
|
D | mkl_cpu_kernel.h | 51 std::unordered_map<int, dnnl::memory> arguments_; variable
|
/third_party/node/lib/ |
D | _http_client.js | 829 function _deferToConnect(method, arguments_, cb) { argument 838 this.socket[method].apply(this.socket, arguments_);
|
/third_party/node/tools/ |
D | lint-md.mjs | 1590 function parseArguments$1(name, arguments_) { argument 1592 const chunks = arguments_.trim().split(/\s*,\s*/g); 1731 chalk.template = (...arguments_) => chalkTag(chalk.template, ...arguments_); argument 1773 return function (...arguments_) { argument 1774 …const styler = createStyler(ansiStyles$1.color[levelMapping[level]][model](...arguments_), ansiSty… 1786 return function (...arguments_) { argument 1787 …const styler = createStyler(ansiStyles$1.bgColor[levelMapping[level]][model](...arguments_), ansiS… 1828 const builder = (...arguments_) => { argument 1829 if (isArray$2(arguments_[0]) && isArray$2(arguments_[0].raw)) { 1831 return applyStyle(builder, chalkTag(builder, ...arguments_)); [all …]
|
/third_party/boost/libs/parameter/doc/ |
D | index.rst | 128 In C++, arguments_ are normally given meaning by their positions with respect
|