Home | History | Annotate | Download | only in storage

Lines Matching refs:keyB

418 static int compareEncodedIDBKeys(const Vector<char>& keyA, const Vector<char>& keyB)
421 ASSERT(keyB.size() >= 1);
425 const char* q = keyB.data();
426 const char* limitB = q + keyB.size();
1306 KeyType keyB;
1310 const char* ptrB = KeyType::decode(b.begin(), b.end(), &keyB);
1313 return keyA.compare(keyB);