Home
last modified time | relevance | path

Searched defs:IsDone (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dblocking_counter.cc27 bool IsDone(void *arg) { return *reinterpret_cast<bool *>(arg); } in IsDone() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLoopTraversal.h95 bool IsDone = true; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp1481 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader()
1510 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent()
1556 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent()
1592 bool IsDone = false; in scanBlockScalar() local
/third_party/cef/tests/ceftests/
Drequest_unittest.cc460 bool IsDone(bool assert) { in IsDone() function in __anon8fdddeed0211::TypeExpectations
Dcors_unittest.cc183 bool IsDone() const { in IsDone() function
271 bool IsDone() const { in IsDone() function
Dnavigation_unittest.cc1097 bool IsDone() const { in IsDone() function in __anonc60713940511::OrderNavLoadState
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp136 bool IsDone : 1; member