Searched refs:NumFetched (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIAEnumInjectedSources.cpp | 36 ULONG NumFetched = 0; in getNext() local 37 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
| H A D | DIAEnumLineNumbers.cpp | 36 ULONG NumFetched = 0; in getNext() local 37 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
| H A D | DIAEnumFrameData.cpp | 34 ULONG NumFetched = 0; in getNext() local 35 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
| H A D | DIAEnumDebugStreams.cpp | 39 ULONG NumFetched = 0; in getNext() local 40 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
| H A D | DIAEnumSectionContribs.cpp | 38 ULONG NumFetched = 0; in getNext() local 39 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
| H A D | DIAEnumSourceFiles.cpp | 36 ULONG NumFetched = 0; in getNext() local 37 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
| H A D | DIAEnumSymbols.cpp | 38 ULONG NumFetched = 0; in getNext() local 39 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|