Lines Matching refs:entity_data_schema
74 const reflection::Schema* entity_data_schema, in PushAnnotation() argument
76 if (entity_data_schema == nullptr || in PushAnnotation()
81 env->PushFlatbuffer(entity_data_schema, in PushAnnotation()
101 const reflection::Schema* entity_data_schema, in PushAnnotation() argument
103 PushAnnotation(classification, entity_data_schema, env); in PushAnnotation()
150 int ReadAnnotations(const reflection::Schema* entity_data_schema, in ReadAnnotations() argument
170 annotations->push_back(ReadAnnotation(entity_data_schema, env)); in ReadAnnotations()
177 const reflection::Schema* entity_data_schema, LuaEnvironment* env) { in ReadAnnotation() argument
187 annotation.entity = ReadClassificationResult(entity_data_schema, env); in ReadAnnotation()
197 const reflection::Schema* entity_data_schema, LuaEnvironment* env) { in ReadClassificationResult() argument
218 auto buffer = ReflectiveFlatbufferBuilder(entity_data_schema).NewRoot(); in ReadClassificationResult()
231 const reflection::Schema* entity_data_schema, in PushAnnotation() argument
233 PushAnnotation(annotation.entity, annotation.span.text, entity_data_schema, in PushAnnotation()
251 const reflection::Schema* entity_data_schema, in PushAction() argument
254 if (entity_data_schema == nullptr || action.serialized_entity_data.empty()) { in PushAction()
258 env->PushFlatbuffer(entity_data_schema, in PushAction()