Home
last modified time | relevance | path

Searched refs:Infer_v_eolib_t (Results 1 – 1 of 1) sorted by relevance

/aosp12/libnativehelper/tests/
H A DJniSafeRegisterNativeMethods_test.cpp770 using Infer_v_eolib_t = InferJniDescriptor<kNormalNative, in TEST() typedef
773 EXPECT_CONSTEXPR_EQ(6u, Infer_v_eolib_t::kMaxStringSize); in TEST()
774 std::string x = Infer_v_eolib_t::GetStringAtRuntime(); in TEST()
779 using Infer_v_eolib_t = InferJniDescriptor<kNormalNative, in TEST() typedef
782 EXPECT_STRINGIFY_EQ("args={[J,I,[Z}, ret=S", Infer_v_eolib_t::FromFunctionType().value()); in TEST()
783 EXPECT_CONSTEXPR_EQ(8u, Infer_v_eolib_t::kMaxStringSize); in TEST()
784 std::string x = Infer_v_eolib_t::GetStringAtRuntime(); in TEST()