Home
last modified time | relevance | path

Searched defs:Incrementor (Results 1 – 12 of 12) sorted by relevance

/dports/math/tvmet/tvmet-1.7.2/include/tvmet/util/
H A DIncrementor.h52 struct Incrementor struct
54 Incrementor(T start=0) : m_inc(start) { } in m_inc() argument
64 * \class Incrementor< std::complex<T> > Incrementor.h "tvmet/util/Incrementor.h" argument
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/util/
H A DIncrementor.java34 public class Incrementor { class
53 public Incrementor() { in Incrementor() method in Incrementor
62 public Incrementor(int max) { in Incrementor() method in Incrementor
80 public Incrementor(int max, MaxCountExceededCallback cb) in Incrementor() method in Incrementor
H A DIntegerSequence.java127 public static class Incrementor implements Iterator<Integer> { class in IntegerSequence
173 private Incrementor(int start, in Incrementor() method in IntegerSequence.Incrementor
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Tests/Recast/
H A DTests_Recast.cpp841 struct Incrementor { struct
845 Incrementor() { constructions++; } in Incrementor() argument
846 ~Incrementor() { destructions++; } in ~Incrementor() argument
847 Incrementor(const Incrementor&) { copies++; } in Incrementor() argument
856 int Incrementor::constructions = 0; argument
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/tests/
H A DTestFunction.cpp32 struct Incrementor { struct
53 function<int(int)> f = Incrementor(); in TestFunctionObject() argument
/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestFunctionRef.cpp33 struct Incrementor { struct
48 auto incrementor = Incrementor(); in TestFunctionObject() argument
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestFunctionRef.cpp33 struct Incrementor { struct
48 auto incrementor = Incrementor(); in TestFunctionObject() argument
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestFunctionRef.cpp33 struct Incrementor { struct
48 auto incrementor = Incrementor(); in TestFunctionObject() argument
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/tests/
H A DTestFunctionRef.cpp33 struct Incrementor { struct
48 auto incrementor = Incrementor(); in TestFunctionObject() argument
/dports/mail/trojita/trojita-0.7/src/Gui/
H A DEmbeddedWebView.cpp46 class Incrementor { class
49 Incrementor(int *what): m_int(what) in Incrementor() function in __anonf09d08550111::Incrementor
/dports/databases/py-sqlalchemy-utils/SQLAlchemy-Utils-0.37.9/tests/generic_relationship/
H A Dtest_composite_keys.py12 class Incrementor(object): class
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DDataPool.cpp1103 class DataPool::Incrementor class in DataPool
1108 Incrementor(Counter & xcounter) : counter(xcounter) {counter.inc();} in Incrementor() function in DataPool::Incrementor