Searched defs:hasEnded (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ | ||
D | MCSection.cpp | 33 bool MCSection::hasEnded() const { return End && End->isInSection(); } in hasEnded() function in MCSection |
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/ | ||
D | EventChannel.java | 218 final AtomicBoolean hasEnded = new AtomicBoolean(false); field in EventChannel.IncomingStreamRequestHandler.EventSinkImplementation |