Searched refs:tokenized_document_or (Results 1 – 2 of 2) sorted by relevance
1462 auto tokenized_document_or = PrepareDocumentForIndexing( in Put() local1464 if (!tokenized_document_or.ok()) { in Put()1465 TransformStatus(tokenized_document_or.status(), result_status); in Put()1469 std::move(tokenized_document_or).ValueOrDie()); in Put()3282 libtextclassifier3::StatusOr<TokenizedDocument> tokenized_document_or = in RestoreIndexIfNeeded() local3286 if (!tokenized_document_or.ok()) { in RestoreIndexIfNeeded()3287 status = std::move(tokenized_document_or).status(); in RestoreIndexIfNeeded()3292 tokenized_document_or.ValueOrDie(), document_id, in RestoreIndexIfNeeded()
2204 auto tokenized_document_or = TokenizedDocument::Create( in OptimizeInto() local2206 if (!tokenized_document_or.ok()) { in OptimizeInto()2208 tokenized_document_or.status(), in OptimizeInto()2213 std::move(tokenized_document_or).ValueOrDie()); in OptimizeInto()