Searched defs:InternedString (Results 1 – 1 of 1) sorted by relevance
45 struct InternedString { struct46 InternedString() : interned(NULL), bytes(NULL) { in InternedString() function49 ~InternedString() { in ~InternedString() argument54 jstring interned;57 const char* bytes;60 int hash;