Lines Matching defs:Complex
755 type Complex struct { struct
756 …ry *float64 `protobuf:"fixed64,1,opt,name=imaginary" json:"imaginary,omitempty"`
757 XXX_NoUnkeyedLiteral struct{} `json:"-"`
758 proto.XXX_InternalExtensions `json:"-"`
759 XXX_unrecognized []byte `json:"-"`
760 XXX_sizecache int32 `json:"-"`
763 func (m *Complex) Reset() { *m = Complex{} }
764 func (m *Complex) String() string { return proto.CompactTextString(m) }
765 func (*Complex) ProtoMessage() {}
766 func (*Complex) Descriptor() ([]byte, []int) {
774 func (*Complex) ExtensionRangeArray() []proto.ExtensionRange {
778 func (m *Complex) XXX_Unmarshal(b []byte) error {
781 func (m *Complex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
807 Name: "jsonpb.Complex.real_extension",