Searched refs:FromScopedMmap (Results 1 – 4 of 4) sorted by relevance
/external/libtextclassifier/native/actions/ |
D | actions-suggestions.cc | 130 std::unique_ptr<ActionsSuggestions> ActionsSuggestions::FromScopedMmap( in FromScopedMmap() function in libtextclassifier3::ActionsSuggestions 156 std::unique_ptr<ActionsSuggestions> ActionsSuggestions::FromScopedMmap( in FromScopedMmap() function in libtextclassifier3::ActionsSuggestions 193 return FromScopedMmap(std::move(mmap), unilib, in FromFileDescriptor() 207 return FromScopedMmap(std::move(mmap), std::move(unilib), in FromFileDescriptor() 216 return FromScopedMmap(std::move(mmap), unilib, in FromFileDescriptor() 225 return FromScopedMmap(std::move(mmap), std::move(unilib), in FromFileDescriptor() 234 return FromScopedMmap(std::move(mmap), unilib, in FromPath() 243 return FromScopedMmap(std::move(mmap), std::move(unilib), in FromPath()
|
D | actions-suggestions.h | 59 static std::unique_ptr<ActionsSuggestions> FromScopedMmap( 64 static std::unique_ptr<ActionsSuggestions> FromScopedMmap(
|
/external/libtextclassifier/native/annotator/ |
D | annotator.h | 118 static std::unique_ptr<Annotator> FromScopedMmap( 121 static std::unique_ptr<Annotator> FromScopedMmap(
|
D | annotator.cc | 197 std::unique_ptr<Annotator> Annotator::FromScopedMmap( in FromScopedMmap() function in libtextclassifier3::Annotator 225 std::unique_ptr<Annotator> Annotator::FromScopedMmap( in FromScopedMmap() function in libtextclassifier3::Annotator 257 return FromScopedMmap(&mmap, unilib, calendarlib); in FromFileDescriptor() 264 return FromScopedMmap(&mmap, std::move(unilib), std::move(calendarlib)); in FromFileDescriptor() 270 return FromScopedMmap(&mmap, unilib, calendarlib); in FromFileDescriptor() 277 return FromScopedMmap(&mmap, std::move(unilib), std::move(calendarlib)); in FromFileDescriptor() 284 return FromScopedMmap(&mmap, unilib, calendarlib); in FromPath() 291 return FromScopedMmap(&mmap, std::move(unilib), std::move(calendarlib)); in FromPath()
|