Searched refs:file_offset_or (Results 1 – 1 of 1) sorted by relevance
1486 auto file_offset_or = document_id_mapper_->Get(document_id); in IsDeleted() local1487 if (!file_offset_or.ok()) { in IsDeleted()1494 int64_t file_offset = *file_offset_or.ValueOrDie(); in IsDeleted()