Searched refs:GetLangIdFromFlatbufferFileDescriptor (Results 1 – 3 of 3) sorted by relevance
31 using libtextclassifier3::mobile::lang_id::GetLangIdFromFlatbufferFileDescriptor;68 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFileDescriptor(fd); in TC3_JNI_METHOD()120 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFileDescriptor(fd); in TC3_JNI_METHOD()
37 std::unique_ptr<LangId> GetLangIdFromFlatbufferFileDescriptor(int fd);
34 std::unique_ptr<LangId> GetLangIdFromFlatbufferFileDescriptor(int fd) { in GetLangIdFromFlatbufferFileDescriptor() function