Lines Matching refs:Metadata
34 class Metadata {
68 Metadata() = default;
70 virtual ~Metadata() = default;
143 DEFAULT_COPY_SEMANTIC(Metadata);
145 DEFAULT_MOVE_SEMANTIC(Metadata);
194 class AnnotationMetadata : public Metadata {
435 std::optional<Metadata::Error> MeetExpRecordAttribute(const std::string_view &attribute,
437 std::optional<Metadata::Error> MeetExpIdAttribute(const std::string_view &attribute, const std::string_view &value);
438 std::optional<Metadata::Error> MeetExpElementNameAttribute(const std::string_view &attribute,
440 std::optional<Metadata::Error> MeetExpElementTypeAttribute(const std::string_view &attribute,
442 std::optional<Metadata::Error> MeetExpElementArrayComponentTypeAttribute(const std::string_view &attribute,
444 std::optional<Metadata::Error> MeetExpElementValueAttribute(const std::string_view &attribute,