Searched refs:super_ (Results 1 – 18 of 18) sorted by relevance
/third_party/boost/libs/icl/example/user_groups_/ |
D | user_groups.cpp | 147 MembershipT::iterator super_ = super_users.begin(); in user_groups() local 149 while(super_ != super_users.end()) in user_groups() 151 discrete_interval<date> when = (*super_).first; in user_groups() 153 MemberSetT who = (*super_++).second; in user_groups()
|
/third_party/node/test/parallel/ |
D | test-util-inherits.js | 45 assert.strictEqual(C.super_, B); 60 assert.strictEqual(D.super_, C); 77 assert.strictEqual(E.super_, D);
|
/third_party/boost/boost/icl/detail/ |
D | set_algo.hpp | 76 typename SetType::const_iterator sub_ = common_lwb_, super_; in within() local 79 super_ = super.find(*sub_++); in within() 80 if(super_ == super.end()) in within()
|
/third_party/node/deps/npm/node_modules/inherits/ |
D | inherits_browser.js | 5 ctor.super_ = superCtor 20 ctor.super_ = superCtor
|
D | README.md | 39 * new version uses `super_` instead of `super` for referencing
|
/third_party/boost/boost/icl/concept/ |
D | element_associator.hpp | 80 typename SuperT::const_iterator super_; in within() local 83 super_ = super.find(key_value<SubT>(sub_)); in within() 84 if(super_ == super.end()) in within() 86 else if(!co_equal(sub_, super_, &sub, &super)) in within()
|
/third_party/node/deps/npm/node_modules/asynckit/lib/ |
D | readable_serial.js | 22 ReadableSerial.super_.call(this, {objectMode: true});
|
D | readable_parallel.js | 22 ReadableParallel.super_.call(this, {objectMode: true});
|
D | readable_serial_ordered.js | 26 ReadableSerialOrdered.super_.call(this, {objectMode: true});
|
D | readable_asynckit.js | 14 ReadableAsyncKit.super_.apply(this, arguments);
|
/third_party/node/deps/npm/node_modules/create-error-class/ |
D | index.js | 5 ctor.super_ = superCtor;
|
/third_party/python/Lib/ |
D | pyclbr.py | 80 def __init__(self, module, name, super_, file, lineno, argument 83 self.super = super_ or []
|
/third_party/node/deps/npm/node_modules/core-util-is/ |
D | float.patch | 488 - ctor.super_ = superCtor;
|
/third_party/node/doc/api/ |
D | util.md | 423 through the `constructor.super_` property. 442 console.log(MyStream.super_ === EventEmitter); // true
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 3335 * Added superCtor to ctor.super_ instead superCtor.prototype.
|
D | CHANGELOG_V11.md | 2666 ….com/nodejs/node/commit/5e6940d4f6)] - **(SEMVER-MAJOR)** **util**: set `super_` property to non-e…
|
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/ |
D | plotlyjs-bundle.js | 1 …on n(t,e){if(!t)throw new Error(e||"Assertion failed")}function i(t,e){t.super_=e;var r=function()…
|
/third_party/node/tools/ |
D | lint-md.mjs | 24498 ctor.super_ = superCtor; 24513 ctor.super_ = superCtor;
|