Home | History | Annotate | Download | only in dex-checker

Lines Matching defs:ScopedUtfChars

19 class ScopedUtfChars {
21 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) {
29 ~ScopedUtfChars() {
48 ScopedUtfChars utf_name(env, name);
49 ScopedUtfChars utf_type(env, type);
61 ScopedUtfChars utf_name(env, name);
62 ScopedUtfChars utf_type(env, type);
74 ScopedUtfChars utf_name(env, name);
75 ScopedUtfChars utf_signature(env, signature);
87 ScopedUtfChars utf_name(env, name);
88 ScopedUtfChars utf_signature(env, signature);