Searched defs:lang_id (Results 1 – 10 of 10) sorted by relevance
78 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFileDescriptor(fd); in TC3_JNI_METHOD() local89 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFile(path_str); in TC3_JNI_METHOD() local98 std::unique_ptr<LangId> lang_id = in TC3_JNI_METHOD() local146 std::unique_ptr<LangId> lang_id = GetLangIdFromFlatbufferFileDescriptor(fd); in TC3_JNI_METHOD() local182 std::unique_ptr<LangId> lang_id = in TC3_JNI_METHOD() local
30 namespace lang_id { namespace
49 namespace lang_id { namespace
21 namespace lang_id { namespace
27 namespace lang_id { namespace
31 namespace lang_id { namespace
46 let lang_id = 0x0800_u32; in with_description() localVariable
32 namespace lang_id { namespace
650 bool Annotator::SetLangId(const libtextclassifier3::mobile::lang_id::LangId* lang_id) { in SetLangId()