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

  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
forward-declare-class.cpp 19 B iEntry;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
indexsrv.h 372 virtual HRESULT WINAPI EnumPropInfo(ULONG iEntry,const WCHAR **pwcsName,DBID **ppPropId,DBTYPE *pPropType,unsigned int *puiWidth) = 0;
383 HRESULT (WINAPI *EnumPropInfo)(IColumnMapper *This,ULONG iEntry,const WCHAR **pwcsName,DBID **ppPropId,DBTYPE *pPropType,unsigned int *puiWidth);
396 #define IColumnMapper_EnumPropInfo(This,iEntry,pwcsName,ppPropId,pPropType,puiWidth) (This)->lpVtbl->EnumPropInfo(This,iEntry,pwcsName,ppPropId,pPropType,puiWidth)
404 HRESULT WINAPI IColumnMapper_EnumPropInfo_Proxy(IColumnMapper *This,ULONG iEntry,const WCHAR **pwcsName,DBID **ppPropId,DBTYPE *pPropType,unsigned int *puiWidth);
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf_test.go 363 var iEntry *dwarf.Entry
366 iEntry = child
370 if iEntry == nil {
375 line := iEntry.Val(dwarf.AttrDeclLine)
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf_test.go 363 var iEntry *dwarf.Entry
366 iEntry = child
370 if iEntry == nil {
375 line := iEntry.Val(dwarf.AttrDeclLine)

Completed in 422 milliseconds