Searched defs:InternedString (Results 1 – 1 of 1) sorted by relevance
40 struct InternedString { struct41 InternedString() : interned(NULL), bytes(NULL) { in InternedString() argument44 ~InternedString() { in ~InternedString() argument49 jstring interned;52 const char* bytes;55 int hash;