Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/file/
H A Dportable-file-backed-proto-log_test.cc156 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
173 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
207 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
276 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
360 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
458 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
480 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
577 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
604 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
626 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
[all …]
H A Dportable-file-backed-proto-log_benchmark.cc69 auto proto_log = PortableFileBackedProtoLog<DocumentProto>::Create( in BM_Write() local
122 auto proto_log = PortableFileBackedProtoLog<DocumentProto>::Create( in BM_Read() local
177 auto proto_log = PortableFileBackedProtoLog<DocumentProto>::Create( in BM_Erase() local
216 auto proto_log = PortableFileBackedProtoLog<DocumentProto>::Create( in BM_UpdateChecksum() local
258 auto proto_log = PortableFileBackedProtoLog<DocumentProto>::Create( in BM_UpdateChecksumWithCachedChecksum() local
302 auto proto_log = PortableFileBackedProtoLog<DocumentProto>::Create( in BM_UpdateChecksumOnlyForTail() local
H A Dfile-backed-proto-log.h128 std::unique_ptr<FileBackedProtoLog<ProtoT>> proto_log; member
H A Dportable-file-backed-proto-log.h284 std::unique_ptr<PortableFileBackedProtoLog<ProtoT>> proto_log; member