/external/mdnsresponder/mDNSWindows/DLLX/ |
D | _IDNSSDEvents_CP.h | 22 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_DomainFound() 51 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_DomainLost() 80 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_ServiceFound() 113 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_ServiceLost() 146 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_ServiceResolved() 180 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_ServiceRegistered() 211 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_QueryRecordAnswered() 245 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_RecordRegistered() 270 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_AddressFound() 304 CComPtr<IUnknown> punkConnection = m_vec.GetAt(iConnection); in Fire_MappingCreated() [all …]
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | array_traits_span.h | 29 static T& GetAt(base::span<T>& input, size_t index) { 33 static const T& GetAt(const base::span<T>& input, size_t index) {
|
D | array_traits_wtf_vector.h | 39 static U& GetAt(WTF::Vector<U, InlineCapacity>& input, size_t index) { 43 static const U& GetAt(const WTF::Vector<U, InlineCapacity>& input,
|
D | array_traits_stl.h | 36 static typename std::vector<T>::reference GetAt(std::vector<T>& input, 41 static typename std::vector<T>::const_reference GetAt(
|
/external/pdfium/fxjs/ |
D | cjs_globalvariablearray.cpp | 18 CJS_KeyValue* pOldObjData = array.GetAt(i); in Copy() 66 CJS_KeyValue* CJS_GlobalVariableArray::GetAt(int index) const { in GetAt() function in CJS_GlobalVariableArray
|
D | cjs_globalvariablearray.h | 22 CJS_KeyValue* GetAt(int index) const;
|
D | cjs_globaldata.h | 44 CJS_GlobalData_Element* GetAt(int index) const;
|
D | cjs_global.cpp | 367 CJS_GlobalData_Element* pData = m_pGlobalData->GetAt(i); in UpdateGlobalPersistentVariables() 508 CJS_KeyValue* pObjData = pData->objData.GetAt(i); in PutObjectProperty()
|
D | cjs_globaldata.cpp | 215 CJS_GlobalData_Element* CJS_GlobalData::GetAt(int index) const { in GetAt() function in CJS_GlobalData
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit.cpp | 395 CPVT_WordPlace wpOld = pIterator->GetAt(); in GetWordRightBottomPoint() 693 wpEnd = pIterator->GetAt(); in GetSameWordsRange() 700 wpEnd = pIterator->GetAt(); in GetSameWordsRange() 713 wpStart = pIterator->GetAt(); in GetSameWordsRange() 720 wpStart = pIterator->GetAt(); in GetSameWordsRange()
|
D | cpwl_edit_impl.h | 411 const CPVT_WordPlace& GetAt() const;
|
D | cpwl_edit_impl.cpp | 113 const CPVT_WordPlace& CPWL_EditImpl_Iterator::GetAt() const { in GetAt() function in CPWL_EditImpl_Iterator 468 CPVT_WordPlace place = pIterator->GetAt(); in DrawEdit()
|
D | cpwl_appstream.cpp | 596 CPVT_WordPlace place = pIterator->GetAt(); in GetEditAppStream()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_annotlist.h | 45 CPDF_Annot* GetAt(size_t index) const { return m_AnnotList[index].get(); } in GetAt() function
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanel.cpp | 322 CCPApplet * applet = m_applets.GetAt( pos ); in OnCplMsg()
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | array_serialization.h | 74 decltype(Traits::GetAt(std::declval<MaybeConstUserType&>(), 0)); 77 return Traits::GetAt(input_, iter_++); in GetNext()
|
/external/pdfium/fpdfsdk/ |
D | fpdfeditpage.cpp | 305 CPDF_Annot* pAnnot = AnnotList.GetAt(i); in FPDFPage_TransformAnnots()
|
D | cpdfsdk_pageview.cpp | 461 CPDF_Annot* pPDFAnnot = m_pAnnotList->GetAt(i);
|