Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/file/
H A Dportable-file-backed-proto-log_benchmark.cc63 int max_proto_size = (1 << 24) - 1; // 16 MiB in BM_Write() local
116 int max_proto_size = (1 << 24) - 1; // 16 MiB in BM_Read() local
171 int max_proto_size = (1 << 24) - 1; // 16 MiB in BM_Erase() local
210 int max_proto_size = (1 << 24) - 1; // 16 MiB in BM_UpdateChecksum() local
252 int max_proto_size = (1 << 24) - 1; // 16 MiB in BM_UpdateChecksumWithCachedChecksum() local
296 int max_proto_size = (1 << 24) - 1; // 16 MiB in BM_UpdateChecksumOnlyForTail() local
H A Dfile-backed-proto-log.h82 const int32_t max_proto_size; member
103 int32_t max_proto_size = 0; member
H A Dportable-file-backed-proto-log.h108 const int32_t max_proto_size; member
H A Dportable-file-backed-proto-log_test.cc149 int max_proto_size = 1; in TEST_F() local