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

  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 1 //===- StringHash.h -------------------------------------------------------===//
24 /** \class template<uint32_t TYPE> StringHash
25 * \brief the template StringHash class, for specification
28 struct StringHash
31 assert(false && "Undefined StringHash function.\n");
36 /** \class StringHash<RSHash>
37 * \brief RS StringHash funciton
40 struct StringHash<RS>
55 /** \class StringHash<JSHash>
59 struct StringHash<JS
    [all...]
  /external/v8/src/
objects.cc     [all...]

Completed in 371 milliseconds