Home
last modified time | relevance | path

Searched defs:isEnd (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.cpp272 …const bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || curChar == '\n' || curChar == … in parseContainerLine() local
308 bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || in parseContainerValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dfallible_iterator.h202 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
DSparseMultiSet.h232 bool isEnd() const { in isEnd() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp132 bool DbiModuleSourceFilesIterator::isEnd() const { in isEnd() function in DbiModuleSourceFilesIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h94 bool isEnd() const { return IsEnd; } in isEnd() function