Home | History | Annotate | Download | only in protobuf

Lines Matching defs:DoubleValue

42 class DoubleValue;
52 class LIBPROTOBUF_EXPORT DoubleValue : public ::google::protobuf::Message {
54 DoubleValue();
55 virtual ~DoubleValue();
57 DoubleValue(const DoubleValue& from);
59 inline DoubleValue& operator=(const DoubleValue& from) {
69 static const DoubleValue& default_instance();
71 void UnsafeArenaSwap(DoubleValue* other);
72 void Swap(DoubleValue* other);
76 inline DoubleValue* New() const { return New(NULL); }
78 DoubleValue* New(::google::protobuf::Arena* arena) const;
81 void CopyFrom(const DoubleValue& from);
82 void MergeFrom(const DoubleValue& from);
97 void InternalSwap(DoubleValue* other);
99 explicit DoubleValue(::google::protobuf::Arena* arena);
124 // @@protoc_insertion_point(class_scope:google.protobuf.DoubleValue)
139 static DoubleValue* default_instance_;
891 // DoubleValue
894 inline void DoubleValue::clear_value() {
897 inline double DoubleValue::value() const {
898 // @@protoc_insertion_point(field_get:google.protobuf.DoubleValue.value)
901 inline void DoubleValue::set_value(double value) {
904 // @@protoc_insertion_point(field_set:google.protobuf.DoubleValue.value)