Searched defs:AnnotationData (Results 1 – 4 of 4) sorted by relevance
45 class AnnotationData; variable
65 message AnnotationData { message
37 AnnotationData(const std::string_view &record_name, std::vector<AnnotationElement> elements) in AnnotationData() function42 explicit AnnotationData(const std::string_view &record_name) : record_name_(record_name) {} in AnnotationData() function
38 AnnotationData(std::string_view recordName, std::vector<AnnotationElement> elements) in AnnotationData() function43 explicit AnnotationData(std::string_view recordName) : recordName_(recordName) {} in AnnotationData() function