Home
last modified time | relevance | path

Searched refs:template_handler (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/actions/
Dactions_jni.cc81 std::unique_ptr<RemoteActionTemplatesHandler> template_handler, in Create()
86 std::move(template_handler)); in Create()
97 RemoteActionTemplatesHandler* template_handler() const { in template_handler() function in libtextclassifier3::__anon488ae8a30111::ActionsSuggestionsJniContext
106 std::unique_ptr<RemoteActionTemplatesHandler> template_handler) in ActionsSuggestionsJniContext() argument
110 template_handler_(std::move(template_handler)) {} in ActionsSuggestionsJniContext()
183 extras, context->template_handler()->EntityDataAsNamedVariantArray( in ActionSuggestionsToJObject()
212 context->template_handler()->RemoteActionTemplatesToJObjectArray( in ActionSuggestionsToJObject()
/external/libtextclassifier/native/annotator/
Dannotator_jni.cc87 std::unique_ptr<RemoteActionTemplatesHandler> template_handler, in Create()
92 std::move(template_handler)); in Create()
105 RemoteActionTemplatesHandler* template_handler() const { in template_handler() function in libtextclassifier3::__anon9a758e2d0111::AnnotatorJniContext
114 std::unique_ptr<RemoteActionTemplatesHandler> template_handler) in AnnotatorJniContext() argument
118 template_handler_(std::move(template_handler)) {} in AnnotatorJniContext()
251 model_context->template_handler()->EntityDataAsNamedVariantArray( in ClassificationResultWithIntentsToJObject()
284 model_context->template_handler()->RemoteActionTemplatesToJObjectArray( in ClassificationResultWithIntentsToJObject()