Lines Matching defs:Real
707 type Real struct { struct
708 Value *float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
709 XXX_NoUnkeyedLiteral struct{} `json:"-"`
710 proto.XXX_InternalExtensions `json:"-"`
711 XXX_unrecognized []byte `json:"-"`
712 XXX_sizecache int32 `json:"-"`
715 func (m *Real) Reset() { *m = Real{} }
716 func (m *Real) String() string { return proto.CompactTextString(m) }
717 func (*Real) ProtoMessage() {}
718 func (*Real) Descriptor() ([]byte, []int) {
726 func (*Real) ExtensionRangeArray() []proto.ExtensionRange {
730 func (m *Real) XXX_Unmarshal(b []byte) error {
733 func (m *Real) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
736 func (m *Real) XXX_Merge(src proto.Message) {
739 func (m *Real) XXX_Size() int {
742 func (m *Real) XXX_DiscardUnknown() {
748 func (m *Real) GetValue() float64 {