Home
last modified time | relevance | path

Searched defs:str (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/tests/
Dlibnativehelper_test.cpp46 ScopedUtfChars str = GET_UTF_OR_RETURN(env, j_str.get()); in TEST_F() local
61 ScopedUtfChars str = GET_UTF_OR_RETURN_VOID(env, j_str.get()); in TEST_F() local
71 ScopedUtfChars str = GET_UTF_OR_RETURN(env, nullptr); in TEST_F() local
85 ScopedUtfChars str = GET_UTF_OR_RETURN_VOID(env, nullptr); in TEST_F() local
104 ScopedUtfChars str(mEnv, result->get()); in TEST_F() local
128 ScopedUtfChars str(mEnv, result->get()); in TEST_F() local
144 ScopedUtfChars str(mEnv, result->get()); in TEST_F() local
158 ScopedUtfChars str(mEnv, result->get()); in TEST_F() local
DJniSafeRegisterNativeMethods_test.cpp89 #define PARSE_SIGNATURE_AS_LIST(str) (ParseSignatureAsList<sizeof(str)>(str)) in TEST() argument
596 nativehelper::detail::ConstexprStringView str) { in MakeNode()
/libnativehelper/header_only_include/nativehelper/
Dutils.h38 [[maybe_unused]] static const char* GetCStr(const char* str) { return str; } in GetCStr()
39 [[maybe_unused]] static const char* GetCStr(const std::string& str) { return str.c_str(); } in GetCStr()