Home
last modified time | relevance | path

Searched refs:numPairs2 (Results 1 – 2 of 2) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/merkletree2/
H A Dutil_for_test.go265 func makeRandomKeysForTesting(keysByteLength uint, numPairs1, numPairs2 int) ([]Key, []Key, error) {
266 numPairs := numPairs1 + numPairs2
283 keyStrings2 := make([]string, 0, numPairs2)
303 keys2 := make([]Key, numPairs2)
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_pul.cpp1176 csize numPairs2 = names.size(); in addJSONObjectInsert() local
1179 upd->theNames.resize(numPairs1 + numPairs2); in addJSONObjectInsert()
1180 upd->theValues.resize(numPairs1 + numPairs2); in addJSONObjectInsert()
1182 for (csize i = 0; i < numPairs2; ++i, ++numPairs) in addJSONObjectInsert()