Home
last modified time | relevance | path

Searched refs:index_or (Results 1 – 2 of 2) sorted by relevance

/external/icing/icing/
Dicing-search-engine.cc459 auto index_or = in InitializeIndex() local
461 if (!index_or.ok()) { in InitializeIndex()
476 index_ = std::move(index_or).ValueOrDie(); in InitializeIndex()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp485 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>> index_or = in InitializeObject() local
489 if (index_or) { in InitializeObject()
490 m_index = std::move(*index_or); in InitializeObject()
493 LLDB_LOG_ERROR(log, index_or.takeError(), in InitializeObject()