Home
last modified time | relevance | path

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

12

/external/rust/crates/itertools/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.h173 struct Iterate { struct
175 Iterate(const SkPath& path) in Iterate() function
182 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points, in Iterate() function
186 SkPath::RangeIter begin() { return {fVerbsBegin, fPoints, fWeights}; } in begin()
187 SkPath::RangeIter end() { return {fVerbsEnd, nullptr, nullptr}; } in end()
190 const uint8_t* fVerbsEnd;
191 const SkPoint* fPoints;
192 const SkScalar* fWeights;
/external/openthread/src/core/thread/
Dnetwork_data_tlvs.cpp123 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType) in Iterate() function in ot::NetworkData::TlvIterator
134 const NetworkDataTlv *TlvIterator::Iterate(NetworkDataTlv::Type aType, bool aStable) in Iterate() function in ot::NetworkData::TlvIterator
Dchild_table.hpp250 …IteratorBuilder Iterate(Child::StateFilter aFilter) { return IteratorBuilder(GetInstance(), aFilte… in Iterate() function in ot::ChildTable
Drouter_table.hpp339 IteratorBuilder Iterate(void) { return IteratorBuilder(GetInstance()); } in Iterate() function in ot::RouterTable
/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/crates/tinytemplate/src/
Dinstruction.rs65 Iterate(usize), enumerator
/external/perfetto/src/trace_processor/db/
Dview_unittest.cc118 TEST_F(EventViewTest, Iterate) { in TEST_F() argument
268 TEST_F(ThreadEventViewTest, Iterate) { in TEST_F() argument
458 TEST_F(ThreadSliceViewTest, Iterate) { in TEST_F() argument
/external/openthread/src/core/backbone_router/
Dmulticast_listeners_table.hpp161 IteratorBuilder Iterate(void) { return IteratorBuilder(GetInstance()); } in Iterate() function in ot::BackboneRouter::MulticastListenersTable
Dndproxy_table.hpp284 IteratorBuilder Iterate(Filter aFilter) { return IteratorBuilder(GetInstance(), aFilter); } in Iterate() function in ot::BackboneRouter::NdProxyTable
/external/webrtc/third_party/abseil-cpp/absl/profiling/internal/
Dsample_recorder.h217 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/tensorflow/third_party/absl/abseil-cpp/absl/profiling/internal/
Dsample_recorder.h217 int64_t SampleRecorder<T>::Iterate( in Iterate() function
/external/cronet/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.h217 int64_t SampleRecorder<T>::Iterate( in Iterate() function
/external/openthread/src/core/utils/
Dhistory_tracker.hpp341 const Entry *Iterate(Iterator &aIterator, uint32_t &aEntryAge) const in Iterate() function in ot::Utils::HistoryTracker::EntryList
362 const Entry *Iterate(Iterator &, uint32_t &) const { return nullptr; } in Iterate() function in ot::Utils::HistoryTracker::EntryList
Dhistory_tracker.cpp474 Error HistoryTracker::List::Iterate(uint16_t aMaxSize, in Iterate() function in ot::Utils::HistoryTracker::List
/external/leveldb/db/
Dwrite_batch.cc42 Status WriteBatch::Iterate(Handler* handler) const { in Iterate() function in leveldb::WriteBatch
/external/angle/src/common/
DCircularBuffer_unittest.cpp95 TEST(CircularBuffer, Iterate) in TEST() argument
/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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc158 int64_t HashtablezSampler::Iterate( in Iterate() function in absl::container_internal::HashtablezSampler
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc157 int64_t HashtablezSampler::Iterate( in Iterate() function in absl::container_internal::HashtablezSampler
/external/pigweed/pw_containers/
Dflat_map_test.cc75 TEST(FlatMap, Iterate) { in TEST() argument

12