HomeSort by relevance Sort by last modified time
    Searched defs:ScopedUtfChars (Results 1 - 3 of 3) 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&);
  /external/conscrypt/src/openjdk/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() {
66 DISALLOW_COPY_AND_ASSIGN(ScopedUtfChars);

Completed in 95 milliseconds