Home
last modified time | relevance | path

Searched refs:annotations_entity_data_schema (Results 1 – 11 of 11) sorted by relevance

/external/libtextclassifier/native/utils/intents/
Dintent-generator.cc83 const reflection::Schema* annotations_entity_data_schema) in ActionsJniLuaEnvironment() argument
88 annotations_entity_data_schema_(annotations_entity_data_schema) {} in ActionsJniLuaEnvironment()
177 const reflection::Schema* annotations_entity_data_schema, in GenerateIntents() argument
198 reference_time_ms_utc, annotations_entity_data_schema)); in GenerateIntents()
211 const reflection::Schema* annotations_entity_data_schema, in GenerateIntents() argument
228 actions_entity_data_schema, annotations_entity_data_schema)); in GenerateIntents()
Dintent-generator.h57 const reflection::Schema* annotations_entity_data_schema,
66 const reflection::Schema* annotations_entity_data_schema,
/external/libtextclassifier/native/actions/
Dlua-ranker.h34 const reflection::Schema* annotations_entity_data_schema,
43 const reflection::Schema* annotations_entity_data_schema, in ActionsSuggestionsLuaRanker() argument
48 annotations_entity_data_schema_(annotations_entity_data_schema), in ActionsSuggestionsLuaRanker()
Dlua-actions.cc61 const reflection::Schema* annotations_entity_data_schema) { in CreateLuaActionsSuggestions() argument
65 actions_entity_data_schema, annotations_entity_data_schema)); in CreateLuaActionsSuggestions()
80 const reflection::Schema* annotations_entity_data_schema) in LuaActionsSuggestions() argument
108 annotations_entity_data_schema_(annotations_entity_data_schema) {}
Dlua-actions.h37 const reflection::Schema* annotations_entity_data_schema);
48 const reflection::Schema* annotations_entity_data_schema);
Dlua-ranker.cc37 const reflection::Schema* annotations_entity_data_schema, in Create() argument
42 annotations_entity_data_schema, response)); in Create()
Dranker.h41 const reflection::Schema* annotations_entity_data_schema = nullptr) const;
Dranker.cc241 const reflection::Schema* annotations_entity_data_schema) const { in RankActions()
350 annotations_entity_data_schema, response); in RankActions()
Dactions_jni.cc127 const reflection::Schema* annotations_entity_data_schema, in ActionSuggestionsToJObject() argument
207 /*annotations_entity_data_schema=*/annotations_entity_data_schema, in ActionSuggestionsToJObject()
/external/libtextclassifier/native/utils/
Dlua-utils.cc543 const reflection::Schema* annotations_entity_data_schema) const { in PushAction()
561 PushAnnotations(&action.annotations, annotations_entity_data_schema); in PushAction()
568 const reflection::Schema* annotations_entity_data_schema) const { in PushActions()
571 annotations_entity_data_schema](const int64 index) { in PushActions()
573 annotations_entity_data_schema); in PushActions()
580 const reflection::Schema* annotations_entity_data_schema) const { in ReadAction()
610 const reflection::Schema* annotations_entity_data_schema, in ReadActions() argument
622 ReadAction(actions_entity_data_schema, annotations_entity_data_schema)); in ReadActions()
632 const reflection::Schema* annotations_entity_data_schema) const { in PushConversation()
635 [this, conversation, annotations_entity_data_schema](const int64 index) { in PushConversation()
[all …]
Dlua-utils.h364 const reflection::Schema* annotations_entity_data_schema) const;
369 const reflection::Schema* annotations_entity_data_schema) const;
373 const reflection::Schema* annotations_entity_data_schema) const;
376 const reflection::Schema* annotations_entity_data_schema,
382 const reflection::Schema* annotations_entity_data_schema) const;