Searched refs:c_str (Results 1 – 7 of 7) sorted by relevance
/libnativehelper/tests_mts/jni/ |
D | jni_helper_jni.cpp | 36 jniThrowException(env, c.c_str(), m.c_str()); in throwException() 46 jniThrowExceptionFmt(env, c.c_str(), f.c_str(), value); in throwExceptionWithIntFormat() 53 jniThrowNullPointerException(env, m.c_str()); in throwNullPointerException() 58 jniThrowRuntimeException(env, m.c_str()); in throwRuntimeException() 67 jniThrowErrnoException(env, m.c_str(), cause); in throwErrnoException()
|
/libnativehelper/tests/ |
D | ExpandableString_test.cpp | 80 EXPECT_TRUE(ExpandableStringAppend(&expandableString, pad.c_str())); in TEST_P() 84 EXPECT_TRUE(ExpandableStringAppend(&expandableString, appendee.c_str())); in TEST_P() 96 EXPECT_EQ(0, strncmp(expected.c_str(), expandableString.data + position, expected.size())); in TEST_P()
|
D | scoped_utf_chars_test.cpp | 23 suc.c_str(); in TestCompilationScopedUtfChars()
|
D | JniSafeRegisterNativeMethods_test.cpp | 775 EXPECT_STRINGIFY_EQ("(JIZ)V", x.c_str()); in TEST() 785 EXPECT_STRINGIFY_EQ("([JI[Z)S", x.c_str()); in TEST()
|
/libnativehelper/header_only_include/nativehelper/ |
D | scoped_utf_chars.h | 75 const char* c_str() const { in c_str() function
|
/libnativehelper/include/nativehelper/ |
D | toStringArray.h | 49 return toStringArray(env, strings.size(), [&strings](size_t i) { return strings[i].c_str(); }); in toStringArray()
|
/libnativehelper/include_platform_header_only/nativehelper/detail/ |
D | signature_checker.h | 1358 ConstexprStringDescriptorType c_str{}; 1365 c_str[0] = '\0'; 1366 return c_str; 1373 c_str[pos++] = '('; 1380 c_str[pos++] = longy[i]; 1384 c_str[pos++] = ')'; 1389 c_str[pos++] = longy[i]; 1394 c_str[pos] = '\0'; 1396 return c_str;
|