Home
last modified time | relevance | path

Searched refs:posCache (Results 1 – 25 of 63) sorted by relevance

123

/dports/games/minetestmapper/minetestmapper-20200328/
H A Ddb-leveldb.cpp47 for (const auto &it : posCache) { in getBlockPos()
69 posCache[pos.z].emplace_back(pos.x, pos.y); in loadPosCache()
81 auto it = posCache.find(z); in getBlocksOnXZ()
82 if (it == posCache.cend()) in getBlocksOnXZ()
H A Ddb-redis.cpp70 for (const auto &it : posCache) { in getBlockPos()
117 posCache[pos.z].emplace_back(pos.x, pos.y); in loadPosCache()
177 auto it = posCache.find(z); in getBlocksOnXZ()
178 if (it == posCache.cend()) in getBlocksOnXZ()
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/pgmodel/ingestor/
H A Dmetric_batcher_test.go161 posCache := cache.NewExemplarLabelsPosCache(cache.Config{ExemplarKeyPosCacheSize: 4})
162 prepareExemplarPosCache(posCache)
164 elf := NewExamplarLabelFormatter(mockConn, posCache)
216 func prepareExemplarPosCache(posCache cache.PositionCache) {
222 posCache.SetOrUpdateLabelPositions("exemplar_test_metric", index)
/dports/net-mgmt/promscale/promscale-0.6.2/pkg/pgmodel/querier/
H A Dseries_exemplar.go133 func getPositionIndex(tools *queryTools, posCache cache.PositionCache, metric string) (map[string]i…
134 keyPosIndex, exists := posCache.GetLabelPositions(metric)
140 posCache.SetOrUpdateLabelPositions(metric, index)
/dports/games/minetestmapper/minetestmapper-20200328/include/
H A Ddb-leveldb.h27 std::unordered_map<int16_t, std::vector<pos2d>> posCache; variable
H A Ddb-redis.h31 std::unordered_map<int16_t, std::vector<pos2d>> posCache; variable
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DEditView.h81 PositionCache posCache; variable
H A DEditView.cxx188 posCache.SetSize(0x400); in EditView()
464posCache.MeasureWidths(surface, vstyle, STYLE_CONTROLCHAR, ts.representation->stringRep.c_str(), in LayoutLine()
476 posCache.MeasureWidths(surface, vstyle, ll->styles[ts.start], ll->chars + ts.start, in LayoutLine()
1916 posCache.Clear(); in FormatRange()
2089 posCache.Clear(); in FormatRange()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DEditView.h79 PositionCache posCache; variable
H A DEditView.cxx187 posCache.SetSize(0x400); in EditView()
461posCache.MeasureWidths(surface, vstyle, STYLE_CONTROLCHAR, ts.representation->stringRep.c_str(), in LayoutLine()
473 posCache.MeasureWidths(surface, vstyle, ll->styles[ts.start], ll->chars + ts.start, in LayoutLine()
1896 posCache.Clear(); in FormatRange()
2069 posCache.Clear(); in FormatRange()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/x11-toolkits/scintilla/scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/libs/qscintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/devel/codequery/codequery-0.24.0/scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/devel/geany-legacy/geany-1.37.1/scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/devel/geany/geany-1.38/scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/editors/textadept/scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/editors/scite/scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/src/
H A DEditView.h82 PositionCache posCache; variable
/dports/games/blobwars/blobwars-2.00/src/
H A Dhub.cpp619 static Graphics::SurfaceCache posCache; in doHub() local
621 graphics.drawString(pos, 320, 15, true, graphics.screen, posCache); in doHub()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DRigidBodyNode.h203 Real* posCache, int nPosCache,
220 const Real* posCache, int nPos,

123