Home
last modified time | relevance | path

Searched defs:WriteBatch (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/model/
H A DWriteBatch.java48 public final class WriteBatch { class
52 private WriteBatch(BuilderImpl<?> builder) { in WriteBatch() method in WriteBatch
/aosp_15_r20/external/leveldb/include/leveldb/
H A Ddb.h24 class WriteBatch; variable
/aosp_15_r20/external/leveldb/db/
H A Dwrite_batch.cc29 WriteBatch::WriteBatch() { Clear(); } in WriteBatch() function in leveldb::WriteBatch
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Ddataset_utils.cc638 Status WriteBatch(int64_t batch_size, int64_t num_elements, in WriteBatch() function