Home
last modified time | relevance | path

Searched refs:getItemAtIndex (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBDataStream.h32 virtual Optional<RecordType> getItemAtIndex(uint32_t Index) const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBDataStream.h31 virtual llvm::Optional<RecordType> getItemAtIndex(uint32_t Index) const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIADataStream.h24 llvm::Optional<RecordType> getItemAtIndex(uint32_t Index) const override;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIADataStream.h24 llvm::Optional<RecordType> getItemAtIndex(uint32_t Index) const override;
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIADataStream.cpp39 DIADataStream::getItemAtIndex(uint32_t Index) const { in getItemAtIndex() function in DIADataStream
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIADataStream.cpp39 DIADataStream::getItemAtIndex(uint32_t Index) const { in getItemAtIndex() function in DIADataStream
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowWebView.java464 public HistoryItem getItemAtIndex(int index) { in getItemAtIndex() method in ShadowWebView.BackForwardList