Searched defs:ScopedUtfChars (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/unbundled/include/
H A DScopedUtfChars.h28 // ScopedUtfChars name(env, java_name);
32 class ScopedUtfChars { class
34 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { function in class:ScopedUtfChars
43 ~ScopedUtfChars() {
67 ScopedUtfChars(const ScopedUtfChars&);
68 void operator=(const ScopedUtfChars&);

Completed in 90 milliseconds