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/
H A 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::__anon30299::LocalRef
103 , m_ref(ref) in LocalRef()
109 if (m_ref) in ~LocalRef()
110 m_env->DeleteLocalRef(m_ref); in ~LocalRef()
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc159 Matcher<float&> m_ref = IsNan(); in TEST() local
160 EXPECT_TRUE(m_ref.Matches(quiet_nan)); in TEST()
161 EXPECT_TRUE(m_ref.Matches(other_nan)); in TEST()
162 EXPECT_FALSE(m_ref.Matches(real_value)); in TEST()
181 Matcher<double&> m_ref = IsNan(); in TEST() local
182 EXPECT_TRUE(m_ref.Matches(quiet_nan)); in TEST()
183 EXPECT_TRUE(m_ref.Matches(other_nan)); in TEST()
184 EXPECT_FALSE(m_ref.Matches(real_value)); in TEST()
203 Matcher<long double&> m_ref = IsNan(); in TEST() local
204 EXPECT_TRUE(m_ref in TEST()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fIndexedStateQueryTests.cpp173 const tcu::IVec3 m_ref; member in deqp::gles31::Functional::__anon30826::MinValueIndexed3Case
180 , m_ref (ref) in MinValueIndexed3Case()
196 verifyStateIndexedIntegerMin(result, gl, m_target, ndx, m_ref[ndx], m_verifierType); in iterate()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp9131 T &m_ref;
9133 explicit BoundValueRef( T &ref ) : m_ref( ref ) {}
9136 return convertInto( arg, m_ref );
9142 std::vector<T> &m_ref;
9144 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {}
9152 m_ref.push_back( temp );
9158 bool &m_ref;
9160 explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {}
9163 m_ref = flag;
9253 std::shared_ptr<BoundRef> m_ref;
[all...]

Completed in 14 milliseconds