Searched refs:m_ref (Results 1 – 6 of 6) sorted by relevance
90 jobject operator* (void) const { return m_ref; } in operator *()91 operator bool (void) const { return !!m_ref; } in operator bool()98 const jobject m_ref; member in tcu::Android::__anon4bdb89260111::LocalRef103 , m_ref(ref) in LocalRef()109 if (m_ref) in ~LocalRef()110 m_env->DeleteLocalRef(m_ref); in ~LocalRef()
30 explicit proxy(Reference const& x) noexcept : m_ref(x) {} in proxy()31 Reference* operator->() noexcept { return std::addressof(m_ref); } in operator ->()32 Reference m_ref; member
326 explicit proxy(Reference const & x) : m_ref(x) {} in proxy()327 Reference* operator->() { return boost::addressof(m_ref); } in operator ->()330 operator Reference*() { return boost::addressof(m_ref); } in operator Reference*()331 Reference m_ref; member
124 value_ref_initializer(RefT& ref) : m_ref(ref) in value_ref_initializer()131 m_ref = RefT(arg); in operator ()()135 RefT& m_ref; member
173 const tcu::IVec3 m_ref; member in deqp::gles31::Functional::__anonde5cdecf0111::MinValueIndexed3Case180 , m_ref (ref) in MinValueIndexed3Case()196 verifyStateIndexedIntegerMin(result, gl, m_target, ndx, m_ref[ndx], m_verifierType); in iterate()
2250 Matcher<float&> m_ref = IsNan(); in TEST() local2251 EXPECT_TRUE(m_ref.Matches(quiet_nan)); in TEST()2252 EXPECT_TRUE(m_ref.Matches(other_nan)); in TEST()2253 EXPECT_FALSE(m_ref.Matches(real_value)); in TEST()2272 Matcher<double&> m_ref = IsNan(); in TEST() local2273 EXPECT_TRUE(m_ref.Matches(quiet_nan)); in TEST()2274 EXPECT_TRUE(m_ref.Matches(other_nan)); in TEST()2275 EXPECT_FALSE(m_ref.Matches(real_value)); in TEST()2294 Matcher<long double&> m_ref = IsNan(); in TEST() local2295 EXPECT_TRUE(m_ref.Matches(quiet_nan)); in TEST()[all …]