Home
last modified time | relevance | path

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/
DMCSection.cpp33 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/
DEventChannel.java218 final AtomicBoolean hasEnded = new AtomicBoolean(false); field in EventChannel.IncomingStreamRequestHandler.EventSinkImplementation