HomeSort by relevance Sort by last modified time
    Searched defs:ScopedUtfChars (Results 1 - 2 of 2) sorted by null

  /external/conscrypt/src/compat/native/
ScopedUtfChars.h 28 // ScopedUtfChars name(env, java_name);
32 class ScopedUtfChars {
34 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) {
43 ~ScopedUtfChars() {
67 ScopedUtfChars(const ScopedUtfChars&);
68 void operator=(const ScopedUtfChars&);
  /libnativehelper/include/nativehelper/
ScopedUtfChars.h 28 // ScopedUtfChars name(env, java_name);
32 class ScopedUtfChars {
34 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) {
43 ~ScopedUtfChars() {
67 ScopedUtfChars(const ScopedUtfChars&);
68 void operator=(const ScopedUtfChars&);

Completed in 46 milliseconds