Home
last modified time | relevance | path

Searched refs:aKey2 (Results 1 – 19 of 19) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/QANCollection/
H A DQANCollection_Perf.cxx650 Key2Type aKey2; in CompDoubleMap() local
653 Random(aKey2); in CompDoubleMap()
658 a1.Bind(aKey1,aKey2); in CompDoubleMap()
667 Key2Type aKey2; in CompDoubleMap() local
669 Random(aKey2); in CompDoubleMap()
670 a1.AreBound(aKey1,aKey2); in CompDoubleMap()
697 Key2Type aKey2; in CompDoubleMap() local
700 Random(aKey2); in CompDoubleMap()
705 a1.Bind(aKey1,aKey2); in CompDoubleMap()
714 Key2Type aKey2; in CompDoubleMap() local
[all …]
H A DQANCollection_Test.cxx482 Key2Type aKey2; in TestDoubleMap() local
486 Random (aKey2); in TestDoubleMap()
487 aM.Bind (aKey1, aKey2); in TestDoubleMap()
494 PrintItem(aM.Find2(aKey2)); in TestDoubleMap()
495 if (!aM.IsBound2(aKey2)) in TestDoubleMap()
498 PrintItem(aKey2); in TestDoubleMap()
502 if (!aM.AreBound(aKey1,aKey2)) in TestDoubleMap()
506 PrintItem(aKey2); in TestDoubleMap()
510 if (aM.UnBind2(aKey2)) in TestDoubleMap()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DNCollection_DoubleMap.hxx162 TheKey2Type aKey2 = anIter.Key2(); in Assign() local
164 Standard_Integer iK2 = Hasher2::HashCode (aKey2, NbBuckets()); in Assign()
165 DoubleMapNode * pNode = new (this->myAllocator) DoubleMapNode (aKey1, aKey2, in Assign()
405 if (const TheKey2Type* aKey2 = Seek1 (theKey1)) in Find1() local
407 return *aKey2; in Find1()
419 if (const TheKey2Type* aKey2 = Seek1 (theKey1)) in Find1() local
421 theKey2 = *aKey2; in Find1()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_DoubleMap.hxx162 TheKey2Type aKey2 = anIter.Key2(); in Assign() local
164 Standard_Integer iK2 = Hasher2::HashCode (aKey2, NbBuckets()); in Assign()
165 DoubleMapNode * pNode = new (this->myAllocator) DoubleMapNode (aKey1, aKey2, in Assign()
405 if (const TheKey2Type* aKey2 = Seek1 (theKey1)) in Find1() local
407 return *aKey2; in Find1()
419 if (const TheKey2Type* aKey2 = Seek1 (theKey1)) in Find1() local
421 theKey2 = *aKey2; in Find1()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DNCollection_DoubleMap.hxx162 TheKey2Type aKey2 = anIter.Key2(); in Assign() local
164 Standard_Integer iK2 = Hasher2::HashCode (aKey2, NbBuckets()); in Assign()
165 DoubleMapNode * pNode = new (this->myAllocator) DoubleMapNode (aKey1, aKey2, in Assign()
405 if (const TheKey2Type* aKey2 = Seek1 (theKey1)) in Find1() local
407 return *aKey2; in Find1()
419 if (const TheKey2Type* aKey2 = Seek1 (theKey1)) in Find1() local
421 theKey2 = *aKey2; in Find1()
/dports/www/firefox/firefox-99.0/intl/components/src/
H A DCollator.cpp47 Span<const uint8_t> aKey2) const { in CompareSortKeys()
48 size_t minLength = std::min(aKey1.Length(), aKey2.Length()); in CompareSortKeys()
50 (const char*)aKey2.Elements(), minLength); in CompareSortKeys()
61 if (aKey2.Length() > minLength) { in CompareSortKeys()
H A DCollator.h79 Span<const uint8_t> aKey2) const;
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/lsm-test/
H A Dlsmtest1.c589 u8 aKey2[6]; in doDataTest3() local
594 dt3PutKey(aKey2, iKey+1); in doDataTest3()
596 testDeleteRange(pDb, aKey1, sizeof(aKey1)-1, aKey2, sizeof(aKey2)-1, &rc); in doDataTest3()
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/lsm-test/
H A Dlsmtest1.c593 u8 aKey2[6]; in doDataTest3() local
598 dt3PutKey(aKey2, iKey+1); in doDataTest3()
600 testDeleteRange(pDb, aKey1, sizeof(aKey1)-1, aKey2, sizeof(aKey2)-1, &rc); in doDataTest3()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest1.c593 u8 aKey2[6]; in doDataTest3() local
598 dt3PutKey(aKey2, iKey+1); in doDataTest3()
600 testDeleteRange(pDb, aKey1, sizeof(aKey1)-1, aKey2, sizeof(aKey2)-1, &rc); in doDataTest3()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/lsm-test/
H A Dlsmtest1.c593 u8 aKey2[6]; in doDataTest3() local
598 dt3PutKey(aKey2, iKey+1); in doDataTest3()
600 testDeleteRange(pDb, aKey1, sizeof(aKey1)-1, aKey2, sizeof(aKey2)-1, &rc); in doDataTest3()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/core/
H A Ducb.cxx731 OUString aKey2; in configureUcb() local
733 || !(m_aArguments[0] >>= aKey1) || !(m_aArguments[1] >>= aKey2)) in configureUcb()
740 if (!getContentProviderData(aKey1, aKey2, aData)) in configureUcb()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/core/
H A Ducb.cxx727 OUString aKey2; in configureUcb() local
729 || !(m_aArguments[0] >>= aKey1) || !(m_aArguments[1] >>= aKey2)) in configureUcb()
736 if (!getContentProviderData(aKey1, aKey2, aData)) in configureUcb()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunoobj.cxx2580 SwSortKey aKey2; in ConvertSortProperties() local
2581 aKey2.nColumnId = USHRT_MAX; in ConvertSortProperties()
2582 aKey2.bIsNumeric = true; in ConvertSortProperties()
2583 aKey2.eSortOrder = SwSortOrder::Ascending; in ConvertSortProperties()
2589 SwSortKey* aKeys[3] = {&aKey1, &aKey2, &aKey3}; in ConvertSortProperties()
2804 if (aKey2.nColumnId != USHRT_MAX) in ConvertSortProperties()
2806 rSortOpt.aKeys.push_back(aKey2); in ConvertSortProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/xstor/
H A Dowriteablestream.cxx98 …const uno::Sequence< sal_Int8 > aKey2 = aHash2.getUnpackedValueOrDefault( aIter->first, uno::Seque… in PackageEncryptionDataLessOrEqual() local
99 bResult = aKey1.getLength() == aKey2.getLength() in PackageEncryptionDataLessOrEqual()
100 && std::equal(std::cbegin(aKey1), std::cend(aKey1), aKey2.begin(), aKey2.end()); in PackageEncryptionDataLessOrEqual()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/xstor/
H A Dowriteablestream.cxx98 …const uno::Sequence< sal_Int8 > aKey2 = aHash2.getUnpackedValueOrDefault( aIter->first, uno::Seque… in PackageEncryptionDataLessOrEqual() local
99 bResult = aKey1.getLength() == aKey2.getLength() in PackageEncryptionDataLessOrEqual()
100 && std::equal(std::cbegin(aKey1), std::cend(aKey1), aKey2.begin(), aKey2.end()); in PackageEncryptionDataLessOrEqual()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/index/
H A Dcnttab.cxx2086 SwTOXSortKey aKey1, aKey2, aKey3; in UpdateDescriptor() local
2089 aKey2.eField = static_cast<ToxAuthorityField>(m_xSecondKeyLB->get_active_id().toInt32()); in UpdateDescriptor()
2090 aKey2.bSortAscending = m_xSecondSortUpRB->get_active(); in UpdateDescriptor()
2094 rDesc.SetSortKeys(aKey1, aKey2, aKey3); in UpdateDescriptor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dcnttab.cxx2088 SwTOXSortKey aKey1, aKey2, aKey3; in UpdateDescriptor() local
2091 aKey2.eField = static_cast<ToxAuthorityField>(m_xSecondKeyLB->get_active_id().toInt32()); in UpdateDescriptor()
2092 aKey2.bSortAscending = m_xSecondSortUpRB->get_active(); in UpdateDescriptor()
2096 rDesc.SetSortKeys(aKey1, aKey2, aKey3); in UpdateDescriptor()
/dports/cad/opencascade/opencascade-7.6.0/src/TNaming/
H A DTNaming_Name.cxx1076 const TopoDS_Shape& aKey2 = it2.Key(); local
1077 if(aKey2 == aKey1) continue;