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

  /external/webkit/WebCore/bindings/v8/
npruntime.cpp 44 // We use StringKey here as the key-type to avoid a string copy to
46 class StringKey {
48 explicit StringKey(const char* str) : m_string(str), m_length(strlen(str)) { }
49 StringKey() : m_string(0), m_length(0) { }
50 explicit StringKey(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0) { }
52 StringKey& operator=(const StringKey& other)
74 inline bool operator==(const StringKey& x, const StringKey& y)
85 // Implement WTF::DefaultHash<StringKey>::Hash interface
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h 279 class StringKey{
291 typedef hash_set<const String*, StringKey, StringEqual> StringSet;
map.h 831 class StringKey {
838 typedef hash_map<SW, Label, StringKey> Map;
  /external/v8/src/
objects.cc     [all...]

Completed in 156 milliseconds