Lines Matching refs:jni_cache
69 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache, in Create() argument
71 if (jni_cache == nullptr || model == nullptr) { in Create()
76 model->model()->resources(), jni_cache); in Create()
78 libtextclassifier3::RemoteActionTemplatesHandler::Create(jni_cache); in Create()
84 return new ActionsSuggestionsJniContext(jni_cache, std::move(model), in Create()
89 std::shared_ptr<libtextclassifier3::JniCache> jni_cache() const { in jni_cache() function in libtextclassifier3::__anon16d418470111::ActionsSuggestionsJniContext
103 const std::shared_ptr<libtextclassifier3::JniCache>& jni_cache, in ActionsSuggestionsJniContext() argument
107 : jni_cache_(jni_cache), in ActionsSuggestionsJniContext()
192 context->jni_cache()->ConvertToJavaString( in ActionSuggestionsToJObjectArray()
359 std::shared_ptr<libtextclassifier3::JniCache> jni_cache = in TC3_JNI_METHOD() local
370 jni_cache, in TC3_JNI_METHOD()
372 fd, std::unique_ptr<UniLib>(new UniLib(jni_cache)), preconditions))); in TC3_JNI_METHOD()
375 jni_cache, ActionsSuggestions::FromFileDescriptor(fd, /*unilib=*/nullptr, in TC3_JNI_METHOD()
382 std::shared_ptr<libtextclassifier3::JniCache> jni_cache = in TC3_JNI_METHOD() local
394 jni_cache, ActionsSuggestions::FromPath( in TC3_JNI_METHOD()
395 path_str, std::unique_ptr<UniLib>(new UniLib(jni_cache)), in TC3_JNI_METHOD()
399 jni_cache, ActionsSuggestions::FromPath(path_str, /*unilib=*/nullptr, in TC3_JNI_METHOD()
407 std::shared_ptr<libtextclassifier3::JniCache> jni_cache = in TC3_JNI_METHOD() local
418 jni_cache, in TC3_JNI_METHOD()
420 fd, offset, size, std::unique_ptr<UniLib>(new UniLib(jni_cache)), in TC3_JNI_METHOD()
424 jni_cache, ActionsSuggestions::FromFileDescriptor( in TC3_JNI_METHOD()