Lines Matching refs:string_view
72 std::optional<Error> SetAttribute(std::string_view attribute) in SetAttribute()
96 std::optional<Error> SetAttributeValue(std::string_view attribute, std::string_view value) in SetAttributeValue()
148 virtual std::optional<Error> Validate(std::string_view attribute) const = 0;
150 …virtual std::optional<Error> Validate(std::string_view attribute, std::string_view value) const = …
152 virtual std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) in StoreValue()
165 virtual std::optional<Error> Store(std::string_view attribute) in Store()
172 virtual void SetFlags(std::string_view attribute) = 0;
174 virtual void SetFlags(std::string_view attribute, std::string_view value) = 0;
176 virtual void RemoveFlags(std::string_view attribute) = 0;
178 virtual void RemoveFlags(std::string_view attribute, std::string_view value) = 0;
180 bool HasAttribute(std::string_view attribute) const in HasAttribute()
186 std::optional<Error> ValidateSize(std::string_view value) const;
213 std::optional<Error> Store(std::string_view attribute) override;
215 std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) override;
217 virtual bool IsAnnotationRecordAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationRecordAttribute()
222 virtual bool IsAnnotationIdAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationIdAttribute()
227 virtual bool IsAnnotationElementTypeAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationElementTypeAttribute()
232 …virtual bool IsAnnotationElementArrayComponentTypeAttribute([[maybe_unused]] std::string_view attr… in IsAnnotationElementArrayComponentTypeAttribute()
237 virtual bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationElementNameAttribute()
242 … virtual bool IsAnnotationElementValueAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationElementValueAttribute()
250 void Initialize(std::string_view name) in Initialize()
277 std::string_view value,
337 void Initialize(std::string_view name) in Initialize()
351 void SetId(std::string_view id) in SetId()
394 …d::optional<Metadata::Error> MeetExpRecordAttribute(std::string_view attribute, std::string_view v…
395 …std::optional<Metadata::Error> MeetExpIdAttribute(std::string_view attribute, std::string_view val…
396 …tional<Metadata::Error> MeetExpElementNameAttribute(std::string_view attribute, std::string_view v…
397 …tional<Metadata::Error> MeetExpElementTypeAttribute(std::string_view attribute, std::string_view v…
398 …std::optional<Metadata::Error> MeetExpElementArrayComponentTypeAttribute(std::string_view attribut…
399 … std::string_view value);
400 …ional<Metadata::Error> MeetExpElementValueAttribute(std::string_view attribute, std::string_view v…
402 void InitializeAnnotationBuilder(std::string_view name) in InitializeAnnotationBuilder()
433 void InitializeAnnotationElementBuilder(std::string_view name) in InitializeAnnotationElementBuilder()
496 std::optional<Error> Validate(std::string_view attribute) const override;
498 … std::optional<Error> Validate(std::string_view attribute, std::string_view value) const override;
500 void SetFlags(std::string_view attribute) override;
502 void SetFlags(std::string_view attribute, std::string_view value) override;
504 void RemoveFlags(std::string_view attribute) override;
506 void RemoveFlags(std::string_view attribute, std::string_view value) override;
532 std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) override;
534 std::optional<Error> Validate(std::string_view attribute) const override;
536 … std::optional<Error> Validate(std::string_view attribute, std::string_view value) const override;
538 void SetFlags(std::string_view attribute) override;
540 void SetFlags(std::string_view attribute, std::string_view value) override;
542 void RemoveFlags(std::string_view attribute) override;
544 void RemoveFlags(std::string_view attribute, std::string_view value) override;
546 virtual bool IsValueAttribute(std::string_view attribute) in IsValueAttribute()
565 std::optional<Error> Validate(std::string_view attribute) const override;
567 … std::optional<Error> Validate(std::string_view attribute, std::string_view value) const override;
569 void SetFlags(std::string_view attribute) override;
571 void SetFlags(std::string_view attribute, std::string_view value) override;
573 void RemoveFlags(std::string_view attribute) override;
575 void RemoveFlags(std::string_view attribute, std::string_view value) override;
580 std::optional<Error> Validate(std::string_view attribute) const override;
582 … std::optional<Error> Validate(std::string_view attribute, std::string_view value) const override;
584 void SetFlags(std::string_view attribute) override;
586 void SetFlags(std::string_view attribute, std::string_view value) override;
588 void RemoveFlags(std::string_view attribute) override;
590 void RemoveFlags(std::string_view attribute, std::string_view value) override;