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

  /external/conscrypt/common/src/jni/unbundled/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&);
  /art/test/ti-agent/
scoped_utf_chars.h 30 class ScopedUtfChars {
32 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) {
41 ScopedUtfChars(ScopedUtfChars&& rhs) :
48 ~ScopedUtfChars() {
54 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) {
57 this->~ScopedUtfChars();
59 // Move the rhs ScopedUtfChars and zero it out.
87 DISALLOW_COPY_AND_ASSIGN(ScopedUtfChars);
    [all...]
  /cts/tests/signature/dex-checker/
dex-checker.cpp 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)
    [all...]
  /frameworks/base/tools/aapt2/jni/
ScopedUtfChars.h 28 class ScopedUtfChars {
30 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) {
35 ScopedUtfChars(ScopedUtfChars&& rhs) :
42 ~ScopedUtfChars() {
48 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) {
51 this->~ScopedUtfChars();
53 // Move the rhs ScopedUtfChars and zero it out.
81 DISALLOW_COPY_AND_ASSIGN(ScopedUtfChars);
    [all...]
  /libnativehelper/header_only_include/nativehelper/
scoped_utf_chars.h 30 // ScopedUtfChars name(env, java_name);
34 class ScopedUtfChars {
36 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) {
45 ScopedUtfChars(ScopedUtfChars&& rhs) :
52 ~ScopedUtfChars() {
58 ScopedUtfChars& operator=(ScopedUtfChars&& rhs) {
61 this->~ScopedUtfChars();
63 // Move the rhs ScopedUtfChars and zero it out
    [all...]

Completed in 142 milliseconds