Home
last modified time | relevance | path

Searched defs:refEntry (Results 1 – 25 of 32) sorted by relevance

12

/dports/shells/elvish/elvish-0.17.0/pkg/persistent/hashmap/
H A Dhashmap_test.go67 type refEntry struct { struct
68 k testKey
69 v string
189 func testHashMapWithRefEntries(t *testing.T, refEntries []refEntry) {
/dports/biology/bamtools/bamtools-2.5.2/src/api/internal/index/
H A DBamToolsIndex_p.cpp130 void BamToolsIndex::ClearReferenceEntry(BtiReferenceEntry& refEntry) in ClearReferenceEntry()
186 BtiReferenceEntry refEntry; in Create() local
310 BtiReferenceEntry refEntry(region.LeftRefID); in GetOffset() local
593 void BamToolsIndex::ReadReferenceEntry(BtiReferenceEntry& refEntry) in ReadReferenceEntry()
701 void BamToolsIndex::WriteReferenceEntry(const BtiReferenceEntry& refEntry) in WriteReferenceEntry()
H A DBamStandardIndex_p.cpp260 void BamStandardIndex::ClearReferenceEntry(BaiReferenceEntry& refEntry) in ClearReferenceEntry()
329 BaiReferenceEntry refEntry; in Create() local
1094 void BamStandardIndex::WriteReferenceEntry(BaiReferenceEntry& refEntry) in WriteReferenceEntry()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCClient.java295 RefEntry refEntry = refTable.get(ref); in registerRefs() local
330 private void removeRefEntry(RefEntry refEntry) { in removeRefEntry()
629 RefEntry refEntry = phantom.getRefEntry(); in processPhantomRefs() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCClient.java295 RefEntry refEntry = refTable.get(ref); in registerRefs() local
330 private void removeRefEntry(RefEntry refEntry) { in removeRefEntry()
629 RefEntry refEntry = phantom.getRefEntry(); in processPhantomRefs() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCClient.java295 RefEntry refEntry = refTable.get(ref); in registerRefs() local
330 private void removeRefEntry(RefEntry refEntry) { in removeRefEntry()
629 RefEntry refEntry = phantom.getRefEntry(); in processPhantomRefs() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/transport/
H A DDGCClient.java300 RefEntry refEntry = refTable.get(ref); in registerRefs() local
335 private void removeRefEntry(RefEntry refEntry) { in removeRefEntry()
635 RefEntry refEntry = phantom.getRefEntry(); in processPhantomRefs() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCClient.java295 RefEntry refEntry = refTable.get(ref); in registerRefs() local
330 private void removeRefEntry(RefEntry refEntry) { in removeRefEntry()
629 RefEntry refEntry = phantom.getRefEntry(); in processPhantomRefs() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCClient.java295 RefEntry refEntry = refTable.get(ref); in registerRefs() local
330 private void removeRefEntry(RefEntry refEntry) { in removeRefEntry()
629 RefEntry refEntry = phantom.getRefEntry(); in processPhantomRefs() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCClient.java295 RefEntry refEntry = refTable.get(ref); in registerRefs() local
330 private void removeRefEntry(RefEntry refEntry) { in removeRefEntry()
629 RefEntry refEntry = phantom.getRefEntry(); in processPhantomRefs() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCClient.java295 RefEntry refEntry = refTable.get(ref); in registerRefs() local
330 private void removeRefEntry(RefEntry refEntry) { in removeRefEntry()
629 RefEntry refEntry = phantom.getRefEntry(); in processPhantomRefs() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.rmi/share/classes/sun/rmi/transport/
H A DDGCClient.java296 RefEntry refEntry = refTable.get(ref); in registerRefs() local
331 private void removeRefEntry(RefEntry refEntry) { in removeRefEntry()
630 RefEntry refEntry = phantom.getRefEntry(); in processPhantomRefs() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/transport/
H A DDGCClient.java300 RefEntry refEntry = refTable.get(ref); in registerRefs() local
335 private void removeRefEntry(RefEntry refEntry) { in removeRefEntry()
635 RefEntry refEntry = phantom.getRefEntry(); in processPhantomRefs() local
/dports/math/linbox/linbox-1.6.3/linbox/matrix/
H A Dtranspose-matrix.h167 Element &refEntry (size_t i, size_t j) in refEntry() function
346 inline Element &refEntry (size_t i, size_t j) in refEntry() function
477 inline Element &refEntry (size_t i, size_t j) in refEntry() function
588 inline Element &refEntry (size_t i, size_t j) in refEntry() function
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/McServTest/
H A DMain.cpp87 for(const auto& refEntry : test.entries) in ExecuteTest() local
/dports/math/linbox/linbox-1.6.3/linbox/matrix/sparsematrix/
H A Dsparse-sequence-vector.inl94 …MatrixGeneric<Field, Row, VectorCategories::SparseSequenceVectorTag > ::refEntry (size_t i, size_t… function in LinBox::Protected::SparseMatrixGeneric::SparseSequenceVectorTag
H A Dsparse-parallel-vector.inl264 …MatrixGeneric<Field, Row, VectorCategories::SparseParallelVectorTag > ::refEntry (size_t i, size_t… function in LinBox::Protected::SparseMatrixGeneric::SparseParallelVectorTag
H A Dsparse-associative-vector.h209 Element &refEntry (size_t i, size_t j) in refEntry() function
/dports/math/linbox/linbox-1.6.3/linbox/vector/slicedpolynomialvector/
H A DSlicedPolynomialVector.inl242 …_VectorElement & SlicedPolynomialVector< _Field, _Rep, _VectorElement >::refEntry (size_t m, size_… function in Linbox::SlicedPolynomialVector
/dports/math/linbox/linbox-1.6.3/linbox/matrix/slicedpolynomialmatrix/
H A DSlicedPolynomialMatrix.inl249 …_MatrixElement & SlicedPolynomialMatrix< _Field, _Rep, _MatrixElement >::refEntry (size_t m, size_… function in Linbox::SlicedPolynomialMatrix
/dports/math/linbox/linbox-1.6.3/linbox/vector/
H A Dblas-vector.h491 Element &refEntry (size_t i) in refEntry() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1685 bool compareBufferVarData (tcu::TestLog& log, const BufferVarLayoutEntry& refEntry, const BlockData… in compareBufferVarData()
1810 const BufferVarLayoutEntry& refEntry = refLayout.bufferVars[*refVarNdxIter]; in compareData() local
2330 const BufferVarLayoutEntry& refEntry = refLayout.bufferVars[*ndxIter]; in compareStdBlocks() local
2404 const BufferVarLayoutEntry& refEntry = refLayout.bufferVars[*ndxIter]; in compareSharedBlocks() local
2472 const BufferVarLayoutEntry& refEntry = refLayout.bufferVars[refEntryNdx]; in compareTypes() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsUniformBlockCase.cpp1618 const UniformLayoutEntry& refEntry = refLayout.uniforms[*ndxIter]; in compareStd140Blocks() local
1695 const UniformLayoutEntry& refEntry = refLayout.uniforms[*ndxIter]; in compareSharedBlocks() local
1762 const UniformLayoutEntry& refEntry = refLayout.uniforms[refEntryNdx]; in compareTypes() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp1576 const UniformLayoutEntry& refEntry = refLayout.uniforms[*ndxIter]; in compareStd140Blocks() local
1656 const UniformLayoutEntry& refEntry = refLayout.uniforms[*ndxIter]; in compareSharedBlocks() local
1725 const UniformLayoutEntry& refEntry = refLayout.uniforms[refEntryNdx]; in compareTypes() local
/dports/security/keepassxc/keepassxc-2.6.6/src/core/
H A DEntry.cpp1048 …const Entry* refEntry = m_group->database()->rootGroup()->findEntryBySearchTerm(searchText, search… in resolveReferencePlaceholderRecursive() local

12