Home
last modified time | relevance | path

Searched defs:IsAtEnd (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dprototype.h71 bool IsAtEnd() const { return is_at_end_; } in IsAtEnd() function
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_fileutils.cc35 bool ResourceFileReader::IsAtEnd() { in IsAtEnd() function in webrtc::testing::bwe::ResourceFileReader
/external/llvm/include/llvm/Support/
DYAMLParser.h420 bool IsAtEnd; variable
478 bool IsAtEnd; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLParser.h439 bool IsAtEnd = false; variable
496 bool IsAtEnd = false; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h423 bool IsAtEnd; variable
481 bool IsAtEnd; variable
/external/libchrome/base/
Dvalues.h563 bool IsAtEnd() const { return it_ == target_.dict_.end(); } in IsAtEnd() function
/external/clang/include/clang/Sema/
DSemaInternal.h270 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) in iterator()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs996 public bool IsAtEnd property in Google.Protobuf.CodedInputStream
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.cc516 bool DesktopRegion::Iterator::IsAtEnd() const { in IsAtEnd() function in webrtc::DesktopRegion::Iterator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp333 iterator(const IndexBitcodeWriter &Writer, bool IsAtEnd) : Writer(Writer) { in iterator()