Home | History | Annotate | Download | only in storage

Lines Matching refs:KeyType

1302 template<typename KeyType>
1305 KeyType keyA;
1306 KeyType keyB;
1308 const char* ptrA = KeyType::decode(a.begin(), a.end(), &keyA);
1310 const char* ptrB = KeyType::decode(b.begin(), b.end(), &keyB);