Lines Matching refs:entity_data_schema
366 const reflection::Schema* entity_data_schema) const { in PushAnnotation()
367 if (entity_data_schema == nullptr || in PushAnnotation()
372 PushFlatbuffer(entity_data_schema, in PushAnnotation()
390 const reflection::Schema* entity_data_schema) const { in PushAnnotation()
391 PushAnnotation(classification, entity_data_schema); in PushAnnotation()
398 const reflection::Schema* entity_data_schema) const { in PushAnnotation()
399 PushAnnotation(annotation.entity, annotation.span.text, entity_data_schema); in PushAnnotation()
416 const reflection::Schema* entity_data_schema) const { in PushAnnotatedSpan()
426 PushAnnotations(&annotated_span.classification, entity_data_schema); in PushAnnotatedSpan()
432 const reflection::Schema* entity_data_schema) const { in PushAnnotatedSpans()
434 [this, annotated_spans, entity_data_schema](const int64 index) { in PushAnnotatedSpans()
436 entity_data_schema); in PushAnnotatedSpans()
463 const reflection::Schema* entity_data_schema, in ReadAnnotations() argument
482 annotations->push_back(ReadAnnotation(entity_data_schema)); in ReadAnnotations()
489 const reflection::Schema* entity_data_schema) const { in ReadAnnotation()
499 annotation.entity = ReadClassificationResult(entity_data_schema); in ReadAnnotation()
509 const reflection::Schema* entity_data_schema) const { in ReadClassificationResult()
529 auto buffer = MutableFlatbufferBuilder(entity_data_schema).NewRoot(); in ReadClassificationResult()