Home
last modified time | relevance | path

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

/external/icing/icing/file/
Dportable-file-backed-proto-log_test.cc128 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
145 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
179 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
248 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
387 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
414 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
436 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
482 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
511 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
541 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
[all …]
Dfile-backed-proto-log_test.cc98 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
115 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
149 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
218 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
314 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
340 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
366 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
410 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
437 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
488 auto proto_log = std::move(create_result.proto_log); in TEST_F() local
[all …]
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_ComputeChecksum() local
Dfile-backed-proto-log_benchmark.cc69 auto proto_log = in BM_Write() local
122 auto proto_log = in BM_Read() local
177 auto proto_log = in BM_Erase() local
216 auto proto_log = in BM_ComputeChecksum() local
Dfile-backed-proto-log.h154 std::unique_ptr<FileBackedProtoLog<ProtoT>> proto_log; member
Dportable-file-backed-proto-log.h262 std::unique_ptr<PortableFileBackedProtoLog<ProtoT>> proto_log; member