Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp289 m_ref(NULL) in ServiceRefImpl()
314 if (m_ref != NULL) in ~ServiceRefImpl()
316 DNSServiceRefDeallocate(m_ref); in ~ServiceRefImpl()
317 m_ref = NULL; in ~ServiceRefImpl()
331 check(m_ref != NULL); in SetupEvents()
333 m_socket = (SOCKET) DNSServiceRefSockFD(m_ref); in SetupEvents()
370 check( m_ref != NULL ); in ProcessingThread()
386 DNSServiceProcessResult(m_ref); in ProcessingThread()
594 record->m_impl->m_ref = rrRef; in RegisterRecordCallback()
662 …err = DNSServiceEnumerateDomains(&sdRef->m_impl->m_ref, flags, interfaceIndex, ServiceRef::Service… in EnumerateDomains()
[all …]
Ddnssd_NET.h165 m_impl->m_ref = NULL; in RecordRef()
177 DNSRecordRef m_ref;
402 DNSServiceRef m_ref; variable
456 TXTRecordCreate(&m_impl->m_ref, 0, NULL); in TextRecord()
461 TXTRecordDeallocate(&m_impl->m_ref); in ~TextRecord()
469 TXTRecordRef m_ref;
/external/catch2/include/external/
Dclara.hpp710 T &m_ref; member
712 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef()
715 return convertInto( arg, m_ref ); in setValue()
721 std::vector<T> &m_ref; member
723 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef()
731 m_ref.push_back( temp ); in setValue()
737 bool &m_ref; member
739 explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {} in BoundFlagRef()
742 m_ref = flag; in setFlag()
833 std::shared_ptr<BoundRef> m_ref; member in Catch::clara::detail::ParserRefImpl
[all …]
/external/catch2/third_party/
Dclara.hpp710 T &m_ref; member
712 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef()
715 return convertInto( arg, m_ref ); in setValue()
721 std::vector<T> &m_ref; member
723 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef()
731 m_ref.push_back( temp ); in setValue()
737 bool &m_ref; member
739 explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {} in BoundFlagRef()
742 m_ref = flag; in setFlag()
833 std::shared_ptr<BoundRef> m_ref; member in clara::detail::ParserRefImpl
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorRef.h373 : m_ref(m)
376 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions& dimensions() const { return m_ref.dimensio…
385 return m_ref.coeff(index);
389 return m_ref.coeffRef(index);
392 EIGEN_DEVICE_FUNC Scalar* data() const { return m_ref.data(); }
395 TensorRef<Derived> m_ref;
421 return this->m_ref.coeffRef(index);
/external/deqp/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::__anon0718ef300111::LocalRef
103 , m_ref(ref) in LocalRef()
109 if (m_ref) in ~LocalRef()
110 m_env->DeleteLocalRef(m_ref); in ~LocalRef()
/external/v8/tools/clang/blink_gc_plugin/tests/
Ddestructor_access_finalized_field.cpp12 if (m_ref->foo() && !m_obj) { in ~HeapObject()
Ddestructor_access_finalized_field.h37 RefPtr<Other> m_ref;
/external/catch2/single_include/catch2/
Dcatch.hpp7214 T &m_ref; member
7216 explicit BoundValueRef( T &ref ) : m_ref( ref ) {} in BoundValueRef()
7219 return convertInto( arg, m_ref ); in setValue()
7225 std::vector<T> &m_ref; member
7227 explicit BoundValueRef( std::vector<T> &ref ) : m_ref( ref ) {} in BoundValueRef()
7235 m_ref.push_back( temp ); in setValue()
7241 bool &m_ref; member
7243 explicit BoundFlagRef( bool &ref ) : m_ref( ref ) {} in BoundFlagRef()
7246 m_ref = flag; in setFlag()
7336 std::shared_ptr<BoundRef> m_ref; member in Catch::clara::detail::ParserRefImpl
[all …]
/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp170 const tcu::IVec3 m_ref; member in deqp::gles31::Functional::__anon5499a3d90111::MinValueIndexed3Case
177 , m_ref (ref) in MinValueIndexed3Case()
193 verifyStateIndexedIntegerMin(result, gl, m_target, ndx, m_ref[ndx], m_verifierType); in iterate()