Home
last modified time | relevance | path

Searched defs:Iterate (Results 1 – 25 of 40) sorted by relevance

12

/external/rust/android-crates-io/crates/itertools/src/
Dsources.rs96 pub struct Iterate<St, F> { struct
101 impl<St, F> fmt::Debug for Iterate<St, F> argument
108 impl<St, F> Iterator for Iterate<St, F> implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
Dsources.rs141 pub struct Iterate<St, F> { struct
146 impl<St, F> fmt::Debug for Iterate<St, F> argument
152 impl<St, F> Iterator for Iterate<St, F> implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
Dsources.rs141 pub struct Iterate<St, F> { struct
146 impl<St, F> fmt::Debug for Iterate<St, F> implementation
152 impl<St, F> Iterator for Iterate<St, F> implementation
/external/skia/src/core/
DSkPathPriv.h182 struct Iterate { struct
184 Iterate(const SkPath& path) in Iterate() argument
191 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points, in Iterate() function
195 SkPath::RangeIter begin() { return {fVerbsBegin, fPoints, fWeights}; } in begin()
196 SkPath::RangeIter end() { return {fVerbsEnd, nullptr, nullptr}; } in end()
199 const uint8_t* fVerbsEnd;
200 const SkPoint* fPoints;
201 const SkScalar* fWeights;
/external/openthread/src/core/thread/
Dnetwork_data_tlvs.cpp147 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType) in Iterate() function in ot::NetworkData::TlvIterator
158 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType, bool aStable) in Iterate() function in ot::NetworkData::TlvIterator
Dchild_table.hpp231 …IteratorBuilder Iterate(Child::StateFilter aFilter) { return IteratorBuilder(GetInstance(), aFilte… in Iterate() function in ot::ChildTable
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
DIterate.java28 public class Iterate { class
/external/gwp_asan/gwp_asan/tests/
Diterate.cpp15 TEST_F(CustomGuardedPoolAllocator, Iterate) { in TEST_F() argument
/external/starlark-go/starlark/
Dvalue.go171 Iterate() Iterator // must be followed by call to Iterator.Done methodSpec
263 Iterate() Iterator // see Iterable interface methodSpec
579 func (si stringElems) Iterate() Iterator { return &stringElemsIterator{si, 0} } func
628 func (si stringCodepoints) Iterate() Iterator { return &stringCodepointsIterator{si, 0} } func
789 func (d *Dict) Iterate() Iterator { return d.ht.iterate() } func
888 func (l *List) Iterate() Iterator { func
993 func (t Tuple) Iterate() Iterator { return &tupleIterator{elems: t} } func
1056 func (s *Set) Iterate() Iterator { return s.ht.iterate() } func
1375 func Iterate(x Value) Iterator { func
/external/rust/android-crates-io/crates/tinytemplate/src/
Dinstruction.rs65 Iterate(usize), enumerator
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/profiling/internal/
Dsample_recorder.h225 int64_t SampleRecorder<T>::Iterate( in Iterate() function
/external/angle/third_party/abseil-cpp/absl/profiling/internal/
Dsample_recorder.h225 int64_t SampleRecorder<T>::Iterate( in Iterate() function
/external/abseil-cpp/absl/profiling/internal/
Dsample_recorder.h225 int64_t SampleRecorder<T>::Iterate( in Iterate() function
/external/cronet/tot/third_party/abseil-cpp/absl/profiling/internal/
Dsample_recorder.h225 int64_t SampleRecorder<T>::Iterate( in Iterate() function
/external/cronet/stable/third_party/abseil-cpp/absl/profiling/internal/
Dsample_recorder.h225 int64_t SampleRecorder<T>::Iterate( in Iterate() function
/external/openthread/src/core/backbone_router/
Dmulticast_listeners_table.hpp160 IteratorBuilder Iterate(void) { return IteratorBuilder(GetInstance()); } in Iterate() function in ot::BackboneRouter::MulticastListenersTable
Dndproxy_table.hpp285 IteratorBuilder Iterate(Filter aFilter) { return IteratorBuilder(GetInstance(), aFilter); } in Iterate() function in ot::BackboneRouter::NdProxyTable
/external/grpc-grpc/test/core/gprpp/
Dchunked_vector_test.cc88 TEST_F(ChunkedVectorTest, Iterate) { in TEST_F() argument
/external/leveldb/db/
Dwrite_batch.cc42 Status WriteBatch::Iterate(Handler* handler) const { in Iterate() function in leveldb::WriteBatch
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_prelude.hpp523 struct Iterate { struct
529 struct result<This(F,T)>
539 typename result<Iterate(F,T)>::type operator() in operator ()()
561 typedef boost::phoenix::function<impl::Iterate> Iterate; typedef
/external/angle/src/common/
DCircularBuffer_unittest.cpp95 TEST(CircularBuffer, Iterate) in TEST() argument
/external/openthread/src/core/utils/
Dhistory_tracker.hpp353 const Entry *Iterate(Iterator &aIterator, uint32_t &aEntryAge) const in Iterate() function in ot::Utils::HistoryTracker::EntryList
374 const Entry *Iterate(Iterator &, uint32_t &) const { return nullptr; } in Iterate() function in ot::Utils::HistoryTracker::EntryList
Dhistory_tracker.cpp536 Error HistoryTracker::List::Iterate(uint16_t aMaxSize, in Iterate() function in ot::Utils::HistoryTracker::List
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhashtablez_sampler.cc157 int64_t HashtablezSampler::Iterate( in Iterate() function in absl::container_internal::HashtablezSampler
/external/pigweed/pw_containers/
Dinline_var_len_entry_queue_test.cc356 TEST(InlineVarLenEntryQueueClass, Iterate) { in TEST() argument

12