Home
last modified time | relevance | path

Searched defs:CreateIterator (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Ddecompose_reduce_dataset.cc70 AnonymousIteratorV3Op CreateIterator(OpBuilder builder, in CreateIterator() function
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dstring_pool.h164 Iterator CreateIterator() const { return Iterator(this); } in CreateIterator() function
/aosp_15_r20/external/cronet/net/disk_cache/memory/
H A Dmem_backend_impl.cc310 std::unique_ptr<Backend::Iterator> MemBackendImpl::CreateIterator() { in CreateIterator() function in disk_cache::MemBackendImpl
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache_test_base.cc217 DiskCacheTestWithCache::CreateIterator() { in CreateIterator() function in DiskCacheTestWithCache
H A Ddisk_cache_fuzzer.proto158 message CreateIterator { message
/aosp_15_r20/external/cronet/net/http/
H A Dmock_http_cache.cc626 std::unique_ptr<disk_cache::Backend::Iterator> MockDiskCache::CreateIterator() { in CreateIterator() function in net::MockDiskCache
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_backend_impl.cc638 std::unique_ptr<Backend::Iterator> SimpleBackendImpl::CreateIterator() { in CreateIterator() function in disk_cache::SimpleBackendImpl
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dbackend_impl.cc1260 std::unique_ptr<Backend::Iterator> BackendImpl::CreateIterator() { in CreateIterator() function in disk_cache::BackendImpl
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_framer.cc402 std::unique_ptr<SpdyFrameSequence> SpdyFramer::CreateIterator( in CreateIterator() function in spdy::SpdyFramer