Searched refs:GetCount (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCoalesceTree.h44 const UInt32 GetCount() const ;
51 const UInt32 GetCount(Node* inNode) const ;
H A DIOFireWireLibCoalesceTree.cpp111 CoalesceTree::GetCount() const function in class:IOFireWireLib::CoalesceTree
113 return GetCount(mTop) ;
117 CoalesceTree::GetCount(Node* inNode) const function in class:IOFireWireLib::CoalesceTree
120 return 1 + GetCount(inNode->left) + GetCount(inNode->right) ;
H A DIOFireWireLibIsochPort.cpp748 mBufferRangeCount = bufferTree.GetCount() ;
805 mBufferRangeCount = bufferTree.GetCount() ;
839 // UInt32 bufferRangeCount = bufferTree.GetCount() ;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DTXTRecord.h136 STDMETHOD(GetCount)(ULONG* count);
H A DTXTRecord.cpp242 STDMETHODIMP CTXTRecord::GetCount(ULONG* count) function in class:CTXTRecord
H A DDLLX.idl260 [id(5), helpstring("method GetCount")] HRESULT GetCount([out,retval] ULONG* count);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanel.cpp273 return m_applets.GetCount();
313 lResult = m_applets.GetCount();
H A DSecondPage.cpp370 while ( box.GetCount() > 0 )
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/DNSServiceBrowser.VB/
H A DDNSServiceBrowser.vb92 For i As UInteger = 0 To record.GetCount() - 1
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DSecondPage.cpp306 if (m_browseList.GetCount() > 1)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A Ddnssd_NET.h631 /* GetCount()
643 GetCount
674 * GetCount()-1.
H A Ddnssd_NET.cpp1159 TextRecord::GetCount function in class:TextRecord
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/DNSServiceBrowser.NET/
H A DDNSServiceBrowser.cs536 for (uint idx = 0; idx < resolveData.TxtRecord.GetCount(); idx++)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dvera.vim80 syn keyword veraMethods get_auto_bin getc GetCount get_coverage_goal get_cov_weight

Completed in 127 milliseconds