HomeSort by relevance Sort by last modified time
    Searched refs:uiIndex (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objectarray.h 54 UINT uiIndex,
85 UINT uiIndex,
103 #define IObjectArray_GetAt(This,uiIndex,riid,ppv) (This)->lpVtbl->GetAt(This,uiIndex,riid,ppv)
119 static FORCEINLINE HRESULT IObjectArray_GetAt(IObjectArray* This,UINT uiIndex,REFIID riid,void **ppv) {
120 return This->lpVtbl->GetAt(This,uiIndex,riid,ppv);
137 UINT uiIndex,
166 UINT uiIndex) = 0;
198 UINT uiIndex,
213 UINT uiIndex);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]

Completed in 71 milliseconds