Searched defs:InternedString (Results 1 – 1 of 1) sorted by relevance
43 struct InternedString { struct44 InternedString() : interned(NULL), bytes(NULL) { in InternedString() function47 ~InternedString() { in ~InternedString() argument52 jstring interned;55 const char* bytes;58 int hash;