type float64Value … func (m *float64Value) Reset() { … } func (*float64Value) ProtoMessage() { … } func (*float64Value) String() string { … } type float32Value … func (m *float32Value) Reset() { … } func (*float32Value) ProtoMessage() { … } func (*float32Value) String() string { … } type int64Value … func (m *int64Value) Reset() { … } func (*int64Value) ProtoMessage() { … } func (*int64Value) String() string { … } type uint64Value … func (m *uint64Value) Reset() { … } func (*uint64Value) ProtoMessage() { … } func (*uint64Value) String() string { … } type int32Value … func (m *int32Value) Reset() { … } func (*int32Value) ProtoMessage() { … } func (*int32Value) String() string { … } type uint32Value … func (m *uint32Value) Reset() { … } func (*uint32Value) ProtoMessage() { … } func (*uint32Value) String() string { … } type boolValue … func (m *boolValue) Reset() { … } func (*boolValue) ProtoMessage() { … } func (*boolValue) String() string { … } type stringValue … func (m *stringValue) Reset() { … } func (*stringValue) ProtoMessage() { … } func (*stringValue) String() string { … } type bytesValue … func (m *bytesValue) Reset() { … } func (*bytesValue) ProtoMessage() { … } func (*bytesValue) String() string { … } func init() { … }