Searched refs:GetLangIdFromFlatbufferBytes (Results 1 – 3 of 3) sorted by relevance
54 std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes(const char *data,60 inline std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes( in GetLangIdFromFlatbufferBytes() function62 return GetLangIdFromFlatbufferBytes(bytes.data(), bytes.size()); in GetLangIdFromFlatbufferBytes()
57 std::unique_ptr<LangId> GetLangIdFromFlatbufferBytes(const char *data, in GetLangIdFromFlatbufferBytes() function
46 libtextclassifier3::mobile::lang_id::GetLangIdFromFlatbufferBytes(buffer, size); in LoadFromUnownedBuffer()