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

  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
StringKey.java 8 public class StringKey implements Key {
11 public StringKey(String key) {
24 StringKey stringKey = (StringKey) o;
26 if (!key.equals(stringKey.key)) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
npruntime.cpp 49 // We use StringKey here as the key-type to avoid a string copy to
51 class StringKey {
53 explicit StringKey(const char* str) : m_string(str), m_length(strlen(str)) { }
54 StringKey() : m_string(0), m_length(0) { }
55 explicit StringKey(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0) { }
57 StringKey& operator=(const StringKey& other)
79 inline bool operator==(const StringKey& x, const StringKey& y)
90 // Implement WTF::DefaultHash<StringKey>::Hash interface
    [all...]
  /external/openfst/src/include/fst/
synchronize.h 310 class StringKey{
322 typedef unordered_set<const String*, StringKey, StringEqual> StringSet;
arc-map.h 948 class StringKey {
955 typedef unordered_map<SW, Label, StringKey> Map;
    [all...]

Completed in 166 milliseconds