Home
last modified time | relevance | path

Searched defs:PairInt (Results 1 – 7 of 7) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/
H A DRangeMap.hs89 newtype PairInt a = PairInt (Pair Int a) function
/dports/biology/protomol/protomol/framework/base/
H A DsimpleTypes.h15 typedef std::pair<int, int> PairInt; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/assist_ranker/
H A Dranker_example_util.cc51 int64_t PairInt(const uint64_t type, in PairInt() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/assist_ranker/
H A Dranker_example_util.cc49 int64_t PairInt(const uint64_t type, in PairInt() function
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dcpp11_type_aliasing.i93 using PairInt = Pair<Int>; variable
/dports/science/step/step-21.12.3/step/
H A Dworldmodel.cc238 typedef QPair<int, int> PairInt; typedef in CommandSimulate
/dports/science/PETSc/petsc-3.14.1/src/vec/is/sf/impls/basic/cuda/
H A Dsfcuda.cu823 typedef struct {int a; int b; } PairInt; typedef