HomeSort by relevance Sort by last modified time
    Searched defs:IsAtEnd (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_fileutils.cc 35 bool ResourceFileReader::IsAtEnd() {
  /external/v8/src/
prototype.h 176 bool IsAtEnd() const { return is_at_end_; }
  /external/libchrome/base/
id_map.h 193 bool IsAtEnd() const {
values.h 366 bool IsAtEnd() const { return it_ == target_.dictionary_.end(); }
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 171 for (Iterator it(region); !it.IsAtEnd(); it.Advance()) {
507 if (!IsAtEnd()) {
516 bool DesktopRegion::Iterator::IsAtEnd() const {
521 assert(!IsAtEnd());
534 if (IsAtEnd())
549 assert(!IsAtEnd());
  /external/llvm/include/llvm/Support/
YAMLParser.h 373 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!");
400 IsAtEnd(false), CurrentEntry(nullptr) {}
420 bool IsAtEnd;
454 IsAtEnd(false),
478 bool IsAtEnd;
568 if (isAtEnd() || Other.isAtEnd())
569 return isAtEnd() && Other.isAtEnd();
591 bool isAtEnd() const { return !Doc || !*Doc;
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 367 if (IsAtEnd)
    [all...]

Completed in 2829 milliseconds