Home
last modified time | relevance | path

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

/external/icing/icing/file/
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_ComputeChecksum() local
252 int max_proto_size = (1 << 24) - 1; // 16 MiB in BM_ComputeChecksumWithCachedChecksum() local
296 int max_proto_size = (1 << 24) - 1; // 16 MiB in BM_ComputeChecksumOnlyForTail() local
Dfile-backed-proto-log.h81 const int32_t max_proto_size; member
102 int32_t max_proto_size = 0; member
Dportable-file-backed-proto-log.h107 const int32_t max_proto_size; member
Dportable-file-backed-proto-log_test.cc149 int max_proto_size = 1; in TEST_F() local