Home
last modified time | relevance | path

Searched refs:block_function_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dtwo_level_iterator.cc72 BlockFunction block_function_; member in tensorflow::table::__anon449a283e0111::TwoLevelIterator
84 : block_function_(block_function), in TwoLevelIterator()
144 Iterator* iter = (*block_function_)(arg_, handle); in InitDataBlock()
/aosp_15_r20/external/leveldb/table/
H A Dtwo_level_iterator.cc60 BlockFunction block_function_; member in leveldb::__anonb17a89d90111::TwoLevelIterator
74 : block_function_(block_function), in TwoLevelIterator()
156 Iterator* iter = (*block_function_)(arg_, options_, handle); in InitDataBlock()