Searched refs:atomAnnotation (Results 1 – 2 of 2) sorted by relevance
74 for (const auto& atomAnnotation : annotations) { in write_atom_annotations() local75 if (!atomAnnotation) { in write_atom_annotations()78 if (!write_annotation(event, *atomAnnotation)) { in write_atom_annotations()
88 Annotation atomAnnotation{AnnotationId::TRUNCATE_TIMESTAMP, true}; in buildVendorAtomWithAnnotations() local90 atomAnnotations.push_back(std::make_optional<Annotation>(atomAnnotation)); in buildVendorAtomWithAnnotations()