Searched refs:NumFetched (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIAEnumLineNumbers.cpp | 37 ULONG NumFetched = 0; in getNext() local 38 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
D | DIAEnumSourceFiles.cpp | 37 ULONG NumFetched = 0; in getNext() local 38 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
D | DIAEnumDebugStreams.cpp | 40 ULONG NumFetched = 0; in getNext() local 41 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
D | DIAEnumSymbols.cpp | 39 ULONG NumFetched = 0; in getNext() local 40 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIAEnumLineNumbers.cpp | 37 ULONG NumFetched = 0; in getNext() local 38 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
D | DIAEnumInjectedSources.cpp | 38 ULONG NumFetched = 0; in getNext() local 39 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
D | DIAEnumDebugStreams.cpp | 40 ULONG NumFetched = 0; in getNext() local 41 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
D | DIAEnumSectionContribs.cpp | 39 ULONG NumFetched = 0; in getNext() local 40 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
D | DIAEnumSourceFiles.cpp | 37 ULONG NumFetched = 0; in getNext() local 38 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|
D | DIAEnumSymbols.cpp | 39 ULONG NumFetched = 0; in getNext() local 40 if (S_OK != Enumerator->Next(1, &Item, &NumFetched)) in getNext()
|