Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidUtil.cpp90 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::__anonbc9b07a50111::LocalRef
103 , m_ref(ref) in LocalRef()
109 if (m_ref) in ~LocalRef()
110 m_env->DeleteLocalRef(m_ref); in ~LocalRef()
/third_party/libabigail/tests/lib/
Dcatch.hpp9131 T &m_ref; member
9133 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef()
9136 return convertInto( arg, m_ref ); in setValue()
9142 std::vector<T> &m_ref; member
9144 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef()
9152 m_ref.push_back( temp ); in setValue()
9158 bool &m_ref; member
9160 explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {} in BoundFlagRef()
9163 m_ref = flag; in setFlag()
9253 std::shared_ptr<BoundRef> m_ref; member in Catch::clara::detail::ParserRefImpl
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp173 const tcu::IVec3 m_ref; member in deqp::gles31::Functional::__anon8c6f13ce0111::MinValueIndexed3Case
180 , m_ref (ref) in MinValueIndexed3Case()
196 verifyStateIndexedIntegerMin(result, gl, m_target, ndx, m_ref[ndx], m_verifierType); in iterate()
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc2250 Matcher<float&> m_ref = IsNan(); in TEST() local
2251 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() local
2273 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() local
2295 EXPECT_TRUE(m_ref.Matches(quiet_nan)); in TEST()
[all …]