Home
last modified time | relevance | path

Searched defs:GetNext (Results 1 – 25 of 122) sorted by relevance

12345

/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Dtask_runner.cc56 Status StandaloneTaskIterator::GetNext(std::vector<Tensor>& element, in GetNext() function in tensorflow::data::StandaloneTaskIterator
103 Status FirstComeFirstServedTaskRunner::GetNext(const GetElementRequest& req, in GetNext() function in tensorflow::data::FirstComeFirstServedTaskRunner
108 Status FirstComeFirstServedTaskRunner::GetNext(GetElementResult& result) { in GetNext() function in tensorflow::data::FirstComeFirstServedTaskRunner
167 Status CachingTaskRunner::GetNext(const GetElementRequest& req, in GetNext() function in tensorflow::data::CachingTaskRunner
180 CachingTaskRunner::GetElementResultSequence::GetNext() { in GetNext() function in tensorflow::data::CachingTaskRunner::GetElementResultSequence
300 Status RoundRobinTaskRunner::GetNext(const GetElementRequest& req, in GetNext() function in tensorflow::data::RoundRobinTaskRunner
H A Dtask_runner_test.cc63 Status GetNext(std::vector<Tensor>& element, bool& end_of_sequence) override { in GetNext() function in tensorflow::data::__anon80e4e9ab0111::RangeIterator
89 Status GetNext(std::vector<Tensor>& element, bool& end_of_sequence) override { in GetNext() function in tensorflow::data::__anon80e4e9ab0111::InfiniteRangeIterator
106 Status GetNext(std::vector<Tensor>& element, bool& end_of_sequence) override { in GetNext() function in tensorflow::data::__anon80e4e9ab0111::ElementOrErrorIterator
199 TEST(FirstComeFirstServedTaskRunnerTest, GetNext) { in TEST() argument
305 TEST(CachingTaskRunnerTest, GetNext) { in TEST() argument
H A Dcross_trainer_cache_test.cc54 StatusOr<int64_t> GetNext() override { return next_++; } in GetNext() function in tensorflow::data::__anon6934f7f00111::InfiniteRange
66 StatusOr<Tensor> GetNext() override { return Tensor("Test Tensor"); } in GetNext() function in tensorflow::data::__anon6934f7f00111::TensorDataset
76 StatusOr<Tensor> GetNext() override { in GetNext() function in tensorflow::data::__anon6934f7f00111::SlowDataset
95 StatusOr<T> GetNext() override { in GetNext() function in tensorflow::data::__anon6934f7f00111::ElementOrErrorDataset
/aosp_15_r20/external/zucchini/
H A Dpatch_reader.cc89 std::optional<Equivalence> EquivalenceSource::GetNext() { in GetNext() function in zucchini::EquivalenceSource
142 std::optional<ConstBufferView> ExtraDataSource::GetNext(offset_t size) { in GetNext() function in zucchini::ExtraDataSource
161 std::optional<RawDeltaUnit> RawDeltaSource::GetNext() { in GetNext() function in zucchini::RawDeltaSource
202 std::optional<int32_t> ReferenceDeltaSource::GetNext() { in GetNext() function in zucchini::ReferenceDeltaSource
222 std::optional<offset_t> TargetSource::GetNext() { in GetNext() function in zucchini::TargetSource
H A Dreloc_win32.cc96 std::optional<RelocUnitWin32> RelocRvaReaderWin32::GetNext() { in GetNext() function in zucchini::RelocRvaReaderWin32
147 std::optional<Reference> RelocReaderWin32::GetNext() { in GetNext() function in zucchini::RelocReaderWin32
H A Dabs32_utils.cc113 std::optional<Abs32RvaExtractorWin32::Unit> Abs32RvaExtractorWin32::GetNext() { in GetNext() function in zucchini::Abs32RvaExtractorWin32
135 std::optional<Reference> Abs32ReaderWin32::GetNext() { in GetNext() function in zucchini::Abs32ReaderWin32
H A Ddisassembler_dex.cc159 offset_t GetNext() { in GetNext() function in zucchini::__anona32758c50111::CodeItemParser
371 std::optional<Reference> GetNext() override { in GetNext() function in zucchini::__anona32758c50111::InstructionReferenceReader
461 std::optional<Reference> GetNext() override { in GetNext() function in zucchini::__anona32758c50111::ItemReferenceReader
656 std::optional<Reference> GetNext() override { in GetNext() function in zucchini::__anona32758c50111::CachedItemListReferenceReader
/aosp_15_r20/external/openthread/src/core/net/
H A Dnetif.hpp222 … const UnicastAddress *GetNext(void) const { return static_cast<const UnicastAddress *>(mNext); } in GetNext() function in ot::Ip6::Netif::UnicastAddress
230 UnicastAddress *GetNext(void) { return static_cast<UnicastAddress *>(AsNonConst(mNext)); } in GetNext() function in ot::Ip6::Netif::UnicastAddress
269 …const MulticastAddress *GetNext(void) const { return static_cast<const MulticastAddress *>(mNext);… in GetNext() function in ot::Ip6::Netif::MulticastAddress
277 … MulticastAddress *GetNext(void) { return static_cast<MulticastAddress *>(AsNonConst(mNext)); } in GetNext() function in ot::Ip6::Netif::MulticastAddress
363 …ExternalMulticastAddress *GetNext(void) { return static_cast<ExternalMulticastAddress *>(AsNonCons… in GetNext() function in ot::Ip6::Netif::ExternalMulticastAddress
/aosp_15_r20/external/openthread/src/core/thread/
H A Dnetwork_data_tlvs.hpp223 NetworkDataTlv *GetNext(void) in GetNext() function in ot::NetworkData::NetworkDataTlv
234 const NetworkDataTlv *GetNext(void) const in GetNext() function in ot::NetworkData::NetworkDataTlv
483 HasRouteEntry *GetNext(void) { return (this + 1); } in GetNext() function in ot::NetworkData::HasRouteEntry
491 const HasRouteEntry *GetNext(void) const { return (this + 1); } in GetNext() function in ot::NetworkData::HasRouteEntry
1048 BorderRouterEntry *GetNext(void) { return (this + 1); } in GetNext() function in ot::NetworkData::BorderRouterEntry
1056 const BorderRouterEntry *GetNext(void) const { return (this + 1); } in GetNext() function in ot::NetworkData::BorderRouterEntry
H A Daddress_resolver.cpp1155 AddressResolver::CacheEntry *AddressResolver::CacheEntry::GetNext(void) in GetNext() function in ot::AddressResolver::CacheEntry
1160 const AddressResolver::CacheEntry *AddressResolver::CacheEntry::GetNext(void) const in GetNext() function in ot::AddressResolver::CacheEntry
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Darray_serialization.h47 GetNextResult GetNext() { in GetNext() function
75 GetNextResult GetNext() { in GetNext() function
H A Dmap_serialization.h56 GetNextResult GetNext() { in GetNext() function
76 GetNextResult GetNext() { in GetNext() function
/aosp_15_r20/external/openthread/src/core/utils/
H A Dsrp_client_buffers.hpp174 … ServiceEntry *GetNext(void) { return reinterpret_cast<ServiceEntry *>(mService.mNext); } in GetNext() function in ot::Utils::SrpClientBuffers::ServiceEntry
175 …const ServiceEntry *GetNext(void) const { return reinterpret_cast<const ServiceEntry *>(mService.m… in GetNext() function in ot::Utils::SrpClientBuffers::ServiceEntry
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object_walker.cpp137 RetainPtr<const CPDF_Object> CPDF_ObjectWalker::GetNext() { in GetNext() function in CPDF_ObjectWalker
175 RetainPtr<CPDF_Object> CPDF_NonConstObjectWalker::GetNext() { in GetNext() function in CPDF_NonConstObjectWalker
/aosp_15_r20/external/ot-br-posix/src/common/
H A Dtlv.hpp209 const Tlv *GetNext(void) const in GetNext() function in otbr::Tlv
219 …Tlv *GetNext(void) { return reinterpret_cast<Tlv *>(static_cast<uint8_t *>(GetValue()) + GetLength… in GetNext() function in otbr::Tlv
/aosp_15_r20/external/federated-compute/fcp/client/engine/
H A Dplan_engine_helpers.cc47 absl::StatusOr<std::string> GetNext() final { return status_; } in GetNext() function in fcp::client::engine::__anonae7787c50111::FailingDatasetIterator
139 absl::StatusOr<std::string> DatasetIterator::GetNext() { in GetNext() function in fcp::client::engine::DatasetIterator
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dsplit_utils.cc34 Status IndexSplitProvider::GetNext(Tensor* split, bool* end_of_splits) { in GetNext() function in tensorflow::data::IndexSplitProvider
74 Status ShardingSplitProvider::GetNext(Tensor* split, bool* end_of_splits) { in GetNext() function in tensorflow::data::ShardingSplitProvider
/aosp_15_r20/external/toolchain-utils/binary_search_tool/
H A Dbinary_search_perforce.py98 def GetNext(self): member in BinarySearcherForPass
262 def GetNext(self): member in BinarySearcher
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_util.cc891 bool HttpUtil::HeadersIterator::GetNext() { in GetNext() function in net::HttpUtil::HeadersIterator
956 bool HttpUtil::ValuesIterator::GetNext() { in GetNext() function in net::HttpUtil::ValuesIterator
1007 bool HttpUtil::NameValuePairsIterator::GetNext() { in GetNext() function in net::HttpUtil::NameValuePairsIterator
/aosp_15_r20/external/openthread/src/core/common/
H A Dlinked_list.hpp78 …const Type *GetNext(void) const { return static_cast<const Type *>(static_cast<const Type *>(this)… in GetNext() function in ot::LinkedListEntry
86 Type *GetNext(void) { return static_cast<Type *>(static_cast<Type *>(this)->mNext); } in GetNext() function in ot::LinkedListEntry
H A Dtlvs.hpp149 …Tlv *GetNext(void) { return reinterpret_cast<Tlv *>(reinterpret_cast<uint8_t *>(this) + GetSize())… in GetNext() function in ot::Tlv
159 const Tlv *GetNext(void) const in GetNext() function in ot::Tlv
/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dexternal_dataset_op_test.cc170 absl::StatusOr<std::string> GetNext() final { in GetNext() function in fcp::TestDatasetIterator
218 absl::StatusOr<std::string> GetNext() final { in GetNext() function in fcp::FailingIterator
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap.hpp239 const ResourceBlockWise *GetNext(void) const in GetNext() function in ot::Coap::ResourceBlockWise
250 ResourceBlockWise *GetNext(void) in GetNext() function in ot::Coap::ResourceBlockWise
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Drange_dataset_op.cc76 int64_t GetNext(bool* end_of_counter) { in GetNext() function in tensorflow::data::__anon7a3fe5330111::RangeCounter
120 Status GetNext(Tensor* split, bool* end_of_splits) override { in GetNext() function in tensorflow::data::RangeDatasetOp::RangeSplitProvider
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Datomic_sequence_num.h26 inline int GetNext() { return seq_.fetch_add(1, std::memory_order_relaxed); } in GetNext() function

12345