/external/mdnsresponder/mDNSWindows/DLL.NET/ |
D | dnssd_NET.cpp | 289 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 …]
|
D | dnssd_NET.h | 165 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/ |
D | clara.hpp | 710 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/ |
D | clara.hpp | 710 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/ |
D | TensorRef.h | 373 : 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/ |
D | tcuAndroidUtil.cpp | 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::__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/ |
D | destructor_access_finalized_field.cpp | 12 if (m_ref->foo() && !m_obj) { in ~HeapObject()
|
D | destructor_access_finalized_field.h | 37 RefPtr<Other> m_ref;
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 7214 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/ |
D | es31fIndexedStateQueryTests.cpp | 170 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()
|