Home
last modified time | relevance | path

Searched defs:HasNext (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue50642.go17 func (it Temp[T]) HasNext() bool { func
40 func (it Temp2[T]) HasNext() string { func
/aosp_15_r20/art/compiler/jni/quick/
H A Dcalling_convention.cc96 bool ManagedRuntimeCallingConvention::HasNext() { in HasNext() function in art::ManagedRuntimeCallingConvention
203 bool JniCallingConvention::HasNext() { in HasNext() function in art::JniCallingConvention
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
H A Dhpack_encoder.cc43 bool HasNext() { in HasNext() function in spdy::HpackEncoder::RepresentationIterator
287 bool HasNext() const override { return has_next_; } in HasNext() function in spdy::HpackEncoder::Encoderator
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/parsing/
H A Dmatcher.cc42 inline bool HasNext() const { return data < end; } in HasNext() function
73 inline bool HasNext() const { in HasNext() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/balsa/
H A Dbalsa_headers_sequence.cc13 bool BalsaHeadersSequence::HasNext() const { return next_ < sequence_.size(); } in HasNext() function in quiche::BalsaHeadersSequence
/aosp_15_r20/frameworks/base/tools/aapt2/text/
H A DUtf8Iterator.cpp42 bool Utf8Iterator::HasNext() const { in HasNext() function in aapt::text::Utf8Iterator
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/
H A Dstring_generator.h27 bool HasNext() { return hasnext_; } in HasNext() function
/aosp_15_r20/external/regex-re2/re2/testing/
H A Dstring_generator.h28 bool HasNext() { return hasnext_; } in HasNext() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dstring_generator.h28 bool HasNext() { return hasnext_; } in HasNext() function
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/issue50486.dir/
Dgoerror_fp.go62 func (r Iterator[T]) HasNext() bool { func
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_exception_helpers.h49 bool HasNext() const { in HasNext() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Ddex_file_exception_helpers.h49 bool HasNext() const { in HasNext() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_file_exception_helpers.h49 bool HasNext() const { in HasNext() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_file_exception_helpers.h49 bool HasNext() const { in HasNext() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Ddex_file_exception_helpers.h49 bool HasNext() const { in HasNext() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_file_exception_helpers.h49 bool HasNext() const { in HasNext() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_file_exception_helpers.h49 bool HasNext() const { in HasNext() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Ddex_file_exception_helpers.h49 bool HasNext() const { in HasNext() function
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DChunk.h95 inline bool HasNext() const { return !HadError() && len_ != 0; }; in HasNext() function
/aosp_15_r20/external/armnn/samples/common/include/Audio/
H A DSlidingWindow.hpp61 bool HasNext() in HasNext() function in SlidingWindow
/aosp_15_r20/external/armnn/samples/common/src/Audio/
H A DAudioCapture.cpp58 bool AudioCapture::HasNext() in HasNext() function in audio::AudioCapture
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteRuleElementStream.cs204 public virtual bool HasNext { property in Antlr.Runtime.Tree.RewriteRuleElementStream
/aosp_15_r20/frameworks/base/tools/aapt2/io/
H A DZipArchive.cpp90 bool ZipFileCollectionIterator::HasNext() { in HasNext() function in aapt::io::ZipFileCollectionIterator
H A DFileSystem.cpp80 bool FileCollectionIterator::HasNext() { in HasNext() function in aapt::io::FileCollectionIterator
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DChunk.java152 boolean HasNext() { in HasNext() method in Chunk.Iterator

12