Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DSegmentedBufferHelper.cs161 public static bool IsAtEnd(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in IsAtEnd() method
DCodedInputStream.cs643 public bool IsAtEnd property in Google.Protobuf.CodedInputStream
/external/protobuf/csharp/src/Google.Protobuf/
DSegmentedBufferHelper.cs161 public static bool IsAtEnd(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in IsAtEnd() method
DCodedInputStream.cs643 public bool IsAtEnd property in Google.Protobuf.CodedInputStream
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h423 bool IsAtEnd; variable
481 bool IsAtEnd; variable
/external/llvm/include/llvm/Support/
DYAMLParser.h420 bool IsAtEnd; variable
478 bool IsAtEnd; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLParser.h443 bool IsAtEnd = false; variable
500 bool IsAtEnd = false; variable
/external/libchrome/base/
Dvalues.h563 bool IsAtEnd() const { return it_ == target_.dict_.end(); } in IsAtEnd() function
/external/libchrome/base/containers/
Did_map.h170 bool IsAtEnd() const { in IsAtEnd() function
/external/cronet/base/containers/
Did_map.h199 bool IsAtEnd() const { in IsAtEnd() function
/external/clang/include/clang/Sema/
DSemaInternal.h270 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) in iterator()
/external/webrtc/modules/desktop_capture/
Ddesktop_region.cc514 bool DesktopRegion::Iterator::IsAtEnd() const { in IsAtEnd() function in webrtc::DesktopRegion::Iterator
/external/cronet/net/base/
Durl_util.cc171 bool QueryIterator::IsAtEnd() const { in IsAtEnd() function in net::QueryIterator
/external/libchrome/components/policy/core/common/
Dschema.cc783 bool Schema::Iterator::IsAtEnd() const { in IsAtEnd() function in policy::Schema::Iterator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp333 iterator(const IndexBitcodeWriter &Writer, bool IsAtEnd) : Writer(Writer) { in iterator()