Lines Matching defs:value
48 static panda::pandasm::Value::Type GetType(std::string_view value) in GetType()
63 static T ConvertFromString(std::string_view value, char **end) in ConvertFromString()
88 int64_t ConvertFromString(std::string_view value, char **end) in ConvertFromString()
94 uint64_t ConvertFromString(std::string_view value, char **end) in ConvertFromString()
100 float ConvertFromString(std::string_view value, char **end) in ConvertFromString()
106 double ConvertFromString(std::string_view value, char **end) in ConvertFromString()
112 static Expected<T, Metadata::Error> ConvertFromString(std::string_view value) in ConvertFromString()
132 static Expected<ScalarValue, Metadata::Error> CreatePrimitiveValue(std::string_view value, in CreatePrimitiveValue()
150 Value::Type type, std::string_view value, in CreateValue()
217 …std::string_view value, const std::unordered_map<std::string, std::unique_ptr<AnnotationData>> &an… in AddValue()
254 std::string_view value) in MeetExpRecordAttribute()
268 std::string_view value) in MeetExpIdAttribute()
288 … std::string_view value) in MeetExpElementNameAttribute()
308 … std::string_view value) in MeetExpElementTypeAttribute()
328 … std::string_view value) in MeetExpElementArrayComponentTypeAttribute()
353 … std::string_view value) in MeetExpElementValueAttribute()
382 …Metadata::Error> AnnotationMetadata::StoreValue(std::string_view attribute, std::string_view value) in StoreValue()
479 …onal<Metadata::Error> FieldMetadata::StoreValue(std::string_view attribute, std::string_view value) in StoreValue()