package pool
import "github.com/planetscale/vtprotobuf/testproto/pool"
Index ¶
- Variables
- type MemoryPoolExtension
- func MemoryPoolExtensionFromVTPool() *MemoryPoolExtension
- func (*MemoryPoolExtension) Descriptor() ([]byte, []int)
- func (x *MemoryPoolExtension) GetFoo1() string
- func (x *MemoryPoolExtension) GetFoo2() uint64
- func (m *MemoryPoolExtension) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *MemoryPoolExtension) MarshalToVT(dAtA []byte) (int, error)
- func (m *MemoryPoolExtension) MarshalVT() (dAtA []byte, err error)
- func (*MemoryPoolExtension) ProtoMessage()
- func (x *MemoryPoolExtension) ProtoReflect() protoreflect.Message
- func (x *MemoryPoolExtension) Reset()
- func (m *MemoryPoolExtension) ResetVT()
- func (m *MemoryPoolExtension) ReturnToVTPool()
- func (m *MemoryPoolExtension) SizeVT() (n int)
- func (x *MemoryPoolExtension) String() string
- func (m *MemoryPoolExtension) UnmarshalVT(dAtA []byte) error
Variables ¶
var ( ErrInvalidLength = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflow = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroup = fmt.Errorf("proto: unexpected end of group") )
var File_pool_pool_proto protoreflect.FileDescriptor
Types ¶
type MemoryPoolExtension ¶
type MemoryPoolExtension struct { Foo1 string `protobuf:"bytes,1,opt,name=foo1,proto3" json:"foo1,omitempty"` Foo2 uint64 `protobuf:"varint,2,opt,name=foo2,proto3" json:"foo2,omitempty"` // contains filtered or unexported fields }
func MemoryPoolExtensionFromVTPool ¶
func MemoryPoolExtensionFromVTPool() *MemoryPoolExtension
func (*MemoryPoolExtension) Descriptor ¶
func (*MemoryPoolExtension) Descriptor() ([]byte, []int)
Deprecated: Use MemoryPoolExtension.ProtoReflect.Descriptor instead.
func (*MemoryPoolExtension) GetFoo1 ¶
func (x *MemoryPoolExtension) GetFoo1() string
func (*MemoryPoolExtension) GetFoo2 ¶
func (x *MemoryPoolExtension) GetFoo2() uint64
func (*MemoryPoolExtension) MarshalToSizedBufferVT ¶
func (m *MemoryPoolExtension) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*MemoryPoolExtension) MarshalToVT ¶
func (m *MemoryPoolExtension) MarshalToVT(dAtA []byte) (int, error)
func (*MemoryPoolExtension) MarshalVT ¶
func (m *MemoryPoolExtension) MarshalVT() (dAtA []byte, err error)
func (*MemoryPoolExtension) ProtoMessage ¶
func (*MemoryPoolExtension) ProtoMessage()
func (*MemoryPoolExtension) ProtoReflect ¶
func (x *MemoryPoolExtension) ProtoReflect() protoreflect.Message
func (*MemoryPoolExtension) Reset ¶
func (x *MemoryPoolExtension) Reset()
func (*MemoryPoolExtension) ResetVT ¶
func (m *MemoryPoolExtension) ResetVT()
func (*MemoryPoolExtension) ReturnToVTPool ¶
func (m *MemoryPoolExtension) ReturnToVTPool()
func (*MemoryPoolExtension) SizeVT ¶
func (m *MemoryPoolExtension) SizeVT() (n int)
func (*MemoryPoolExtension) String ¶
func (x *MemoryPoolExtension) String() string
func (*MemoryPoolExtension) UnmarshalVT ¶
func (m *MemoryPoolExtension) UnmarshalVT(dAtA []byte) error
Source Files ¶
- Version
- v0.2.0
- Published
- Jul 12, 2021
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 7 minutes ago –
Tools for package owners.