Home
last modified time | relevance | path

Searched refs:m_ref (Results 1 – 6 of 6) 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::__anon4bdb89260111::LocalRef
103 , m_ref(ref) in LocalRef()
109 if (m_ref) in ~LocalRef()
110 m_env->DeleteLocalRef(m_ref); in ~LocalRef()
/third_party/boost/boost/histogram/detail/
Diterator_adaptor.hpp30 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
/third_party/boost/boost/iterator/
Diterator_facade.hpp326 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
/third_party/boost/boost/log/attributes/
Dvalue_extraction.hpp124 value_ref_initializer(RefT& ref) : m_ref(ref) in value_ref_initializer()
131 m_ref = RefT(arg); in operator ()()
135 RefT& m_ref; member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp173 const tcu::IVec3 m_ref; member in deqp::gles31::Functional::__anonde5cdecf0111::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 …]