Home
last modified time | relevance | path

Searched refs:super_ (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/libs/icl/example/user_groups_/
Duser_groups.cpp147 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/
Dtest-util-inherits.js45 assert.strictEqual(C.super_, B);
60 assert.strictEqual(D.super_, C);
77 assert.strictEqual(E.super_, D);
/third_party/boost/boost/icl/detail/
Dset_algo.hpp76 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/
Dinherits_browser.js5 ctor.super_ = superCtor
20 ctor.super_ = superCtor
DREADME.md39 * new version uses `super_` instead of `super` for referencing
/third_party/boost/boost/icl/concept/
Delement_associator.hpp80 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/
Dreadable_serial.js22 ReadableSerial.super_.call(this, {objectMode: true});
Dreadable_parallel.js22 ReadableParallel.super_.call(this, {objectMode: true});
Dreadable_serial_ordered.js26 ReadableSerialOrdered.super_.call(this, {objectMode: true});
Dreadable_asynckit.js14 ReadableAsyncKit.super_.apply(this, arguments);
/third_party/node/deps/npm/node_modules/create-error-class/
Dindex.js5 ctor.super_ = superCtor;
/third_party/python/Lib/
Dpyclbr.py80 def __init__(self, module, name, super_, file, lineno, argument
83 self.super = super_ or []
/third_party/node/deps/npm/node_modules/core-util-is/
Dfloat.patch488 - ctor.super_ = superCtor;
/third_party/node/doc/api/
Dutil.md423 through the `constructor.super_` property.
442 console.log(MyStream.super_ === EventEmitter); // true
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md3335 * Added superCtor to ctor.super_ instead superCtor.prototype.
DCHANGELOG_V11.md2666 ….com/nodejs/node/commit/5e6940d4f6)] - **(SEMVER-MAJOR)** **util**: set `super_` property to non-e…
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1 …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/
Dlint-md.mjs24498 ctor.super_ = superCtor;
24513 ctor.super_ = superCtor;