HomeSort by relevance Sort by last modified time
    Searched refs:IKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat_test.cc 11 static std::string IKey(const std::string& user_key,
34 std::string encoded = IKey(key, seq, vt);
67 ASSERT_EQ(IKey("foo", 100, kTypeValue),
68 Shorten(IKey("foo", 100, kTypeValue),
69 IKey("foo", 99, kTypeValue)));
70 ASSERT_EQ(IKey("foo", 100, kTypeValue),
71 Shorten(IKey("foo", 100, kTypeValue),
72 IKey("foo", 101, kTypeValue)));
73 ASSERT_EQ(IKey("foo", 100, kTypeValue),
74 Shorten(IKey("foo", 100, kTypeValue)
    [all...]
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 217 /// static hash_value_type ComputeHash(internal_key_type &IKey);
291 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey);
292 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
328 if (!InfoPtr->EqualKey(X, IKey)) {

Completed in 724 milliseconds