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

  /external/chromium/base/
hash_tables.h 89 #define DEFINE_STRING_HASH(string_type) \
100 DEFINE_STRING_HASH(std::string);
101 DEFINE_STRING_HASH(std::wstring);
106 DEFINE_STRING_HASH(string16);
109 #undef DEFINE_STRING_HASH
  /external/chromium_org/base/containers/
hash_tables.h 94 #define DEFINE_STRING_HASH(string_type) \
105 DEFINE_STRING_HASH(std::string);
106 DEFINE_STRING_HASH(string16);
108 #undef DEFINE_STRING_HASH

Completed in 568 milliseconds