unsafe

package
v0.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2024 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UnsafeTest

type UnsafeTest struct {

	// Types that are assignable to Sub:
	//
	//	*UnsafeTest_Sub1_
	//	*UnsafeTest_Sub2_
	//	*UnsafeTest_Sub3_
	//	*UnsafeTest_Sub4_
	//	*UnsafeTest_Sub5_
	Sub isUnsafeTest_Sub `protobuf_oneof:"sub"`
	// contains filtered or unexported fields
}

func (*UnsafeTest) CloneMessageVT

func (m *UnsafeTest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UnsafeTest) CloneVT

func (m *UnsafeTest) CloneVT() *UnsafeTest

func (*UnsafeTest) EqualMessageVT

func (this *UnsafeTest) EqualMessageVT(thatMsg any) bool

func (*UnsafeTest) EqualVT

func (this *UnsafeTest) EqualVT(that *UnsafeTest) bool

func (*UnsafeTest) GetSub

func (m *UnsafeTest) GetSub() isUnsafeTest_Sub

func (*UnsafeTest) GetSub1

func (x *UnsafeTest) GetSub1() *UnsafeTest_Sub1

func (*UnsafeTest) GetSub2

func (x *UnsafeTest) GetSub2() *UnsafeTest_Sub2

func (*UnsafeTest) GetSub3

func (x *UnsafeTest) GetSub3() *UnsafeTest_Sub3

func (*UnsafeTest) GetSub4

func (x *UnsafeTest) GetSub4() *UnsafeTest_Sub4

func (*UnsafeTest) GetSub5

func (x *UnsafeTest) GetSub5() *UnsafeTest_Sub5

func (*UnsafeTest) MarshalJSON added in v0.3.0

func (x *UnsafeTest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnsafeTest to JSON.

func (*UnsafeTest) MarshalProtoJSON added in v0.3.0

func (x *UnsafeTest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnsafeTest message to JSON.

func (*UnsafeTest) MarshalProtoText added in v0.5.0

func (x *UnsafeTest) MarshalProtoText() string

func (*UnsafeTest) MarshalToSizedBufferVT

func (m *UnsafeTest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest) MarshalToSizedBufferVTStrict

func (m *UnsafeTest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest) MarshalToVT

func (m *UnsafeTest) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest) MarshalToVTStrict

func (m *UnsafeTest) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest) MarshalVT

func (m *UnsafeTest) MarshalVT() (dAtA []byte, err error)

func (*UnsafeTest) MarshalVTStrict

func (m *UnsafeTest) MarshalVTStrict() (dAtA []byte, err error)

func (*UnsafeTest) ProtoMessage

func (*UnsafeTest) ProtoMessage()

func (*UnsafeTest) Reset

func (x *UnsafeTest) Reset()

func (*UnsafeTest) SizeVT

func (m *UnsafeTest) SizeVT() (n int)

func (*UnsafeTest) String added in v0.5.0

func (x *UnsafeTest) String() string

func (*UnsafeTest) UnmarshalJSON added in v0.4.0

func (x *UnsafeTest) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnsafeTest from JSON.

func (*UnsafeTest) UnmarshalProtoJSON added in v0.4.0

func (x *UnsafeTest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnsafeTest message from JSON.

func (*UnsafeTest) UnmarshalVT

func (m *UnsafeTest) UnmarshalVT(dAtA []byte) error

func (*UnsafeTest) UnmarshalVTUnsafe

func (m *UnsafeTest) UnmarshalVTUnsafe(dAtA []byte) error

type UnsafeTest_Sub1

type UnsafeTest_Sub1 struct {
	S string `protobuf:"bytes,1,opt,name=s,proto3" json:"s,omitempty"`
	B []byte `protobuf:"bytes,2,opt,name=b,proto3" json:"b,omitempty"`
	// contains filtered or unexported fields
}

func (*UnsafeTest_Sub1) CloneMessageVT

func (m *UnsafeTest_Sub1) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UnsafeTest_Sub1) CloneVT

func (m *UnsafeTest_Sub1) CloneVT() *UnsafeTest_Sub1

func (*UnsafeTest_Sub1) EqualMessageVT

func (this *UnsafeTest_Sub1) EqualMessageVT(thatMsg any) bool

func (*UnsafeTest_Sub1) EqualVT

func (this *UnsafeTest_Sub1) EqualVT(that *UnsafeTest_Sub1) bool

func (*UnsafeTest_Sub1) GetB

func (x *UnsafeTest_Sub1) GetB() []byte

func (*UnsafeTest_Sub1) GetS

func (x *UnsafeTest_Sub1) GetS() string

func (*UnsafeTest_Sub1) MarshalJSON added in v0.3.0

func (x *UnsafeTest_Sub1) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnsafeTest_Sub1 to JSON.

func (*UnsafeTest_Sub1) MarshalProtoJSON added in v0.3.0

func (x *UnsafeTest_Sub1) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnsafeTest_Sub1 message to JSON.

func (*UnsafeTest_Sub1) MarshalProtoText added in v0.5.0

func (x *UnsafeTest_Sub1) MarshalProtoText() string

func (*UnsafeTest_Sub1) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub1) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub1) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub1) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub1) MarshalToVT

func (m *UnsafeTest_Sub1) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub1) MarshalToVTStrict

func (m *UnsafeTest_Sub1) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub1) MarshalVT

func (m *UnsafeTest_Sub1) MarshalVT() (dAtA []byte, err error)

func (*UnsafeTest_Sub1) MarshalVTStrict

func (m *UnsafeTest_Sub1) MarshalVTStrict() (dAtA []byte, err error)

func (*UnsafeTest_Sub1) ProtoMessage

func (*UnsafeTest_Sub1) ProtoMessage()

func (*UnsafeTest_Sub1) Reset

func (x *UnsafeTest_Sub1) Reset()

func (*UnsafeTest_Sub1) SizeVT

func (m *UnsafeTest_Sub1) SizeVT() (n int)

func (*UnsafeTest_Sub1) String added in v0.5.0

func (x *UnsafeTest_Sub1) String() string

func (*UnsafeTest_Sub1) UnmarshalJSON added in v0.4.0

func (x *UnsafeTest_Sub1) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnsafeTest_Sub1 from JSON.

func (*UnsafeTest_Sub1) UnmarshalProtoJSON added in v0.4.0

func (x *UnsafeTest_Sub1) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnsafeTest_Sub1 message from JSON.

func (*UnsafeTest_Sub1) UnmarshalVT

func (m *UnsafeTest_Sub1) UnmarshalVT(dAtA []byte) error

func (*UnsafeTest_Sub1) UnmarshalVTUnsafe

func (m *UnsafeTest_Sub1) UnmarshalVTUnsafe(dAtA []byte) error

type UnsafeTest_Sub1_

type UnsafeTest_Sub1_ struct {
	Sub1 *UnsafeTest_Sub1 `protobuf:"bytes,1,opt,name=sub1,proto3,oneof"`
}

func (*UnsafeTest_Sub1_) CloneOneofVT added in v0.6.1

func (m *UnsafeTest_Sub1_) CloneOneofVT() isUnsafeTest_Sub

func (*UnsafeTest_Sub1_) CloneVT

func (m *UnsafeTest_Sub1_) CloneVT() *UnsafeTest_Sub1_

func (*UnsafeTest_Sub1_) EqualVT

func (this *UnsafeTest_Sub1_) EqualVT(thatIface isUnsafeTest_Sub) bool

func (*UnsafeTest_Sub1_) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub1_) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub1_) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub1_) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub1_) MarshalToVT

func (m *UnsafeTest_Sub1_) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub1_) MarshalToVTStrict

func (m *UnsafeTest_Sub1_) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub1_) SizeVT

func (m *UnsafeTest_Sub1_) SizeVT() (n int)

type UnsafeTest_Sub2

type UnsafeTest_Sub2 struct {
	S []string `protobuf:"bytes,1,rep,name=s,proto3" json:"s,omitempty"`
	B [][]byte `protobuf:"bytes,2,rep,name=b,proto3" json:"b,omitempty"`
	// contains filtered or unexported fields
}

func (*UnsafeTest_Sub2) CloneMessageVT

func (m *UnsafeTest_Sub2) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UnsafeTest_Sub2) CloneVT

func (m *UnsafeTest_Sub2) CloneVT() *UnsafeTest_Sub2

func (*UnsafeTest_Sub2) EqualMessageVT

func (this *UnsafeTest_Sub2) EqualMessageVT(thatMsg any) bool

func (*UnsafeTest_Sub2) EqualVT

func (this *UnsafeTest_Sub2) EqualVT(that *UnsafeTest_Sub2) bool

func (*UnsafeTest_Sub2) GetB

func (x *UnsafeTest_Sub2) GetB() [][]byte

func (*UnsafeTest_Sub2) GetS

func (x *UnsafeTest_Sub2) GetS() []string

func (*UnsafeTest_Sub2) MarshalJSON added in v0.3.0

func (x *UnsafeTest_Sub2) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnsafeTest_Sub2 to JSON.

func (*UnsafeTest_Sub2) MarshalProtoJSON added in v0.3.0

func (x *UnsafeTest_Sub2) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnsafeTest_Sub2 message to JSON.

func (*UnsafeTest_Sub2) MarshalProtoText added in v0.5.0

func (x *UnsafeTest_Sub2) MarshalProtoText() string

func (*UnsafeTest_Sub2) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub2) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub2) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub2) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub2) MarshalToVT

func (m *UnsafeTest_Sub2) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub2) MarshalToVTStrict

func (m *UnsafeTest_Sub2) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub2) MarshalVT

func (m *UnsafeTest_Sub2) MarshalVT() (dAtA []byte, err error)

func (*UnsafeTest_Sub2) MarshalVTStrict

func (m *UnsafeTest_Sub2) MarshalVTStrict() (dAtA []byte, err error)

func (*UnsafeTest_Sub2) ProtoMessage

func (*UnsafeTest_Sub2) ProtoMessage()

func (*UnsafeTest_Sub2) Reset

func (x *UnsafeTest_Sub2) Reset()

func (*UnsafeTest_Sub2) SizeVT

func (m *UnsafeTest_Sub2) SizeVT() (n int)

func (*UnsafeTest_Sub2) String added in v0.5.0

func (x *UnsafeTest_Sub2) String() string

func (*UnsafeTest_Sub2) UnmarshalJSON added in v0.4.0

func (x *UnsafeTest_Sub2) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnsafeTest_Sub2 from JSON.

func (*UnsafeTest_Sub2) UnmarshalProtoJSON added in v0.4.0

func (x *UnsafeTest_Sub2) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnsafeTest_Sub2 message from JSON.

func (*UnsafeTest_Sub2) UnmarshalVT

func (m *UnsafeTest_Sub2) UnmarshalVT(dAtA []byte) error

func (*UnsafeTest_Sub2) UnmarshalVTUnsafe

func (m *UnsafeTest_Sub2) UnmarshalVTUnsafe(dAtA []byte) error

type UnsafeTest_Sub2_

type UnsafeTest_Sub2_ struct {
	Sub2 *UnsafeTest_Sub2 `protobuf:"bytes,2,opt,name=sub2,proto3,oneof"`
}

func (*UnsafeTest_Sub2_) CloneOneofVT added in v0.6.1

func (m *UnsafeTest_Sub2_) CloneOneofVT() isUnsafeTest_Sub

func (*UnsafeTest_Sub2_) CloneVT

func (m *UnsafeTest_Sub2_) CloneVT() *UnsafeTest_Sub2_

func (*UnsafeTest_Sub2_) EqualVT

func (this *UnsafeTest_Sub2_) EqualVT(thatIface isUnsafeTest_Sub) bool

func (*UnsafeTest_Sub2_) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub2_) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub2_) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub2_) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub2_) MarshalToVT

func (m *UnsafeTest_Sub2_) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub2_) MarshalToVTStrict

func (m *UnsafeTest_Sub2_) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub2_) SizeVT

func (m *UnsafeTest_Sub2_) SizeVT() (n int)

type UnsafeTest_Sub3

type UnsafeTest_Sub3 struct {
	Foo map[string][]byte `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UnsafeTest_Sub3) CloneMessageVT

func (m *UnsafeTest_Sub3) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UnsafeTest_Sub3) CloneVT

func (m *UnsafeTest_Sub3) CloneVT() *UnsafeTest_Sub3

func (*UnsafeTest_Sub3) EqualMessageVT

func (this *UnsafeTest_Sub3) EqualMessageVT(thatMsg any) bool

func (*UnsafeTest_Sub3) EqualVT

func (this *UnsafeTest_Sub3) EqualVT(that *UnsafeTest_Sub3) bool

func (*UnsafeTest_Sub3) GetFoo

func (x *UnsafeTest_Sub3) GetFoo() map[string][]byte

func (*UnsafeTest_Sub3) MarshalJSON added in v0.3.0

func (x *UnsafeTest_Sub3) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnsafeTest_Sub3 to JSON.

func (*UnsafeTest_Sub3) MarshalProtoJSON added in v0.3.0

func (x *UnsafeTest_Sub3) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnsafeTest_Sub3 message to JSON.

func (*UnsafeTest_Sub3) MarshalProtoText added in v0.5.0

func (x *UnsafeTest_Sub3) MarshalProtoText() string

func (*UnsafeTest_Sub3) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub3) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub3) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub3) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub3) MarshalToVT

func (m *UnsafeTest_Sub3) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub3) MarshalToVTStrict

func (m *UnsafeTest_Sub3) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub3) MarshalVT

func (m *UnsafeTest_Sub3) MarshalVT() (dAtA []byte, err error)

func (*UnsafeTest_Sub3) MarshalVTStrict

func (m *UnsafeTest_Sub3) MarshalVTStrict() (dAtA []byte, err error)

func (*UnsafeTest_Sub3) ProtoMessage

func (*UnsafeTest_Sub3) ProtoMessage()

func (*UnsafeTest_Sub3) Reset

func (x *UnsafeTest_Sub3) Reset()

func (*UnsafeTest_Sub3) SizeVT

func (m *UnsafeTest_Sub3) SizeVT() (n int)

func (*UnsafeTest_Sub3) String added in v0.5.0

func (x *UnsafeTest_Sub3) String() string

func (*UnsafeTest_Sub3) UnmarshalJSON added in v0.4.0

func (x *UnsafeTest_Sub3) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnsafeTest_Sub3 from JSON.

func (*UnsafeTest_Sub3) UnmarshalProtoJSON added in v0.4.0

func (x *UnsafeTest_Sub3) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnsafeTest_Sub3 message from JSON.

func (*UnsafeTest_Sub3) UnmarshalVT

func (m *UnsafeTest_Sub3) UnmarshalVT(dAtA []byte) error

func (*UnsafeTest_Sub3) UnmarshalVTUnsafe

func (m *UnsafeTest_Sub3) UnmarshalVTUnsafe(dAtA []byte) error

type UnsafeTest_Sub3_

type UnsafeTest_Sub3_ struct {
	Sub3 *UnsafeTest_Sub3 `protobuf:"bytes,3,opt,name=sub3,proto3,oneof"`
}

func (*UnsafeTest_Sub3_) CloneOneofVT added in v0.6.1

func (m *UnsafeTest_Sub3_) CloneOneofVT() isUnsafeTest_Sub

func (*UnsafeTest_Sub3_) CloneVT

func (m *UnsafeTest_Sub3_) CloneVT() *UnsafeTest_Sub3_

func (*UnsafeTest_Sub3_) EqualVT

func (this *UnsafeTest_Sub3_) EqualVT(thatIface isUnsafeTest_Sub) bool

func (*UnsafeTest_Sub3_) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub3_) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub3_) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub3_) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub3_) MarshalToVT

func (m *UnsafeTest_Sub3_) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub3_) MarshalToVTStrict

func (m *UnsafeTest_Sub3_) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub3_) SizeVT

func (m *UnsafeTest_Sub3_) SizeVT() (n int)

type UnsafeTest_Sub3_FooEntry added in v0.3.0

type UnsafeTest_Sub3_FooEntry struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*UnsafeTest_Sub3_FooEntry) GetKey added in v0.3.0

func (x *UnsafeTest_Sub3_FooEntry) GetKey() string

func (*UnsafeTest_Sub3_FooEntry) GetValue added in v0.3.0

func (x *UnsafeTest_Sub3_FooEntry) GetValue() []byte

func (*UnsafeTest_Sub3_FooEntry) MarshalJSON added in v0.3.0

func (x *UnsafeTest_Sub3_FooEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnsafeTest_Sub3_FooEntry to JSON.

func (*UnsafeTest_Sub3_FooEntry) MarshalProtoJSON added in v0.3.0

func (x *UnsafeTest_Sub3_FooEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnsafeTest_Sub3_FooEntry message to JSON.

func (*UnsafeTest_Sub3_FooEntry) MarshalProtoText added in v0.5.0

func (x *UnsafeTest_Sub3_FooEntry) MarshalProtoText() string

func (*UnsafeTest_Sub3_FooEntry) ProtoMessage added in v0.3.0

func (*UnsafeTest_Sub3_FooEntry) ProtoMessage()

func (*UnsafeTest_Sub3_FooEntry) Reset added in v0.3.0

func (x *UnsafeTest_Sub3_FooEntry) Reset()

func (*UnsafeTest_Sub3_FooEntry) String added in v0.5.0

func (x *UnsafeTest_Sub3_FooEntry) String() string

func (*UnsafeTest_Sub3_FooEntry) UnmarshalJSON added in v0.4.0

func (x *UnsafeTest_Sub3_FooEntry) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnsafeTest_Sub3_FooEntry from JSON.

func (*UnsafeTest_Sub3_FooEntry) UnmarshalProtoJSON added in v0.4.0

func (x *UnsafeTest_Sub3_FooEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnsafeTest_Sub3_FooEntry message from JSON.

type UnsafeTest_Sub4

type UnsafeTest_Sub4 struct {

	// Types that are assignable to Foo:
	//
	//	*UnsafeTest_Sub4_S
	//	*UnsafeTest_Sub4_B
	Foo isUnsafeTest_Sub4_Foo `protobuf_oneof:"foo"`
	// contains filtered or unexported fields
}

func (*UnsafeTest_Sub4) CloneMessageVT

func (m *UnsafeTest_Sub4) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UnsafeTest_Sub4) CloneVT

func (m *UnsafeTest_Sub4) CloneVT() *UnsafeTest_Sub4

func (*UnsafeTest_Sub4) EqualMessageVT

func (this *UnsafeTest_Sub4) EqualMessageVT(thatMsg any) bool

func (*UnsafeTest_Sub4) EqualVT

func (this *UnsafeTest_Sub4) EqualVT(that *UnsafeTest_Sub4) bool

func (*UnsafeTest_Sub4) GetB

func (x *UnsafeTest_Sub4) GetB() []byte

func (*UnsafeTest_Sub4) GetFoo

func (m *UnsafeTest_Sub4) GetFoo() isUnsafeTest_Sub4_Foo

func (*UnsafeTest_Sub4) GetS

func (x *UnsafeTest_Sub4) GetS() string

func (*UnsafeTest_Sub4) MarshalJSON added in v0.3.0

func (x *UnsafeTest_Sub4) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnsafeTest_Sub4 to JSON.

func (*UnsafeTest_Sub4) MarshalProtoJSON added in v0.3.0

func (x *UnsafeTest_Sub4) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnsafeTest_Sub4 message to JSON.

func (*UnsafeTest_Sub4) MarshalProtoText added in v0.5.0

func (x *UnsafeTest_Sub4) MarshalProtoText() string

func (*UnsafeTest_Sub4) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub4) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub4) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4) MarshalToVT

func (m *UnsafeTest_Sub4) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4) MarshalToVTStrict

func (m *UnsafeTest_Sub4) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4) MarshalVT

func (m *UnsafeTest_Sub4) MarshalVT() (dAtA []byte, err error)

func (*UnsafeTest_Sub4) MarshalVTStrict

func (m *UnsafeTest_Sub4) MarshalVTStrict() (dAtA []byte, err error)

func (*UnsafeTest_Sub4) ProtoMessage

func (*UnsafeTest_Sub4) ProtoMessage()

func (*UnsafeTest_Sub4) Reset

func (x *UnsafeTest_Sub4) Reset()

func (*UnsafeTest_Sub4) SizeVT

func (m *UnsafeTest_Sub4) SizeVT() (n int)

func (*UnsafeTest_Sub4) String added in v0.5.0

func (x *UnsafeTest_Sub4) String() string

func (*UnsafeTest_Sub4) UnmarshalJSON added in v0.4.0

func (x *UnsafeTest_Sub4) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnsafeTest_Sub4 from JSON.

func (*UnsafeTest_Sub4) UnmarshalProtoJSON added in v0.4.0

func (x *UnsafeTest_Sub4) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnsafeTest_Sub4 message from JSON.

func (*UnsafeTest_Sub4) UnmarshalVT

func (m *UnsafeTest_Sub4) UnmarshalVT(dAtA []byte) error

func (*UnsafeTest_Sub4) UnmarshalVTUnsafe

func (m *UnsafeTest_Sub4) UnmarshalVTUnsafe(dAtA []byte) error

type UnsafeTest_Sub4_

type UnsafeTest_Sub4_ struct {
	Sub4 *UnsafeTest_Sub4 `protobuf:"bytes,4,opt,name=sub4,proto3,oneof"`
}

func (*UnsafeTest_Sub4_) CloneOneofVT added in v0.6.1

func (m *UnsafeTest_Sub4_) CloneOneofVT() isUnsafeTest_Sub

func (*UnsafeTest_Sub4_) CloneVT

func (m *UnsafeTest_Sub4_) CloneVT() *UnsafeTest_Sub4_

func (*UnsafeTest_Sub4_) EqualVT

func (this *UnsafeTest_Sub4_) EqualVT(thatIface isUnsafeTest_Sub) bool

func (*UnsafeTest_Sub4_) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub4_) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub4_) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_) MarshalToVT

func (m *UnsafeTest_Sub4_) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_) MarshalToVTStrict

func (m *UnsafeTest_Sub4_) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_) SizeVT

func (m *UnsafeTest_Sub4_) SizeVT() (n int)

type UnsafeTest_Sub4_B

type UnsafeTest_Sub4_B struct {
	B []byte `protobuf:"bytes,2,opt,name=b,proto3,oneof"`
}

func (*UnsafeTest_Sub4_B) CloneOneofVT added in v0.6.1

func (m *UnsafeTest_Sub4_B) CloneOneofVT() isUnsafeTest_Sub4_Foo

func (*UnsafeTest_Sub4_B) CloneVT

func (m *UnsafeTest_Sub4_B) CloneVT() *UnsafeTest_Sub4_B

func (*UnsafeTest_Sub4_B) EqualVT

func (this *UnsafeTest_Sub4_B) EqualVT(thatIface isUnsafeTest_Sub4_Foo) bool

func (*UnsafeTest_Sub4_B) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub4_B) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_B) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub4_B) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_B) MarshalToVT

func (m *UnsafeTest_Sub4_B) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_B) MarshalToVTStrict

func (m *UnsafeTest_Sub4_B) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_B) SizeVT

func (m *UnsafeTest_Sub4_B) SizeVT() (n int)

type UnsafeTest_Sub4_S

type UnsafeTest_Sub4_S struct {
	S string `protobuf:"bytes,1,opt,name=s,proto3,oneof"`
}

func (*UnsafeTest_Sub4_S) CloneOneofVT added in v0.6.1

func (m *UnsafeTest_Sub4_S) CloneOneofVT() isUnsafeTest_Sub4_Foo

func (*UnsafeTest_Sub4_S) CloneVT

func (m *UnsafeTest_Sub4_S) CloneVT() *UnsafeTest_Sub4_S

func (*UnsafeTest_Sub4_S) EqualVT

func (this *UnsafeTest_Sub4_S) EqualVT(thatIface isUnsafeTest_Sub4_Foo) bool

func (*UnsafeTest_Sub4_S) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub4_S) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_S) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub4_S) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_S) MarshalToVT

func (m *UnsafeTest_Sub4_S) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_S) MarshalToVTStrict

func (m *UnsafeTest_Sub4_S) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub4_S) SizeVT

func (m *UnsafeTest_Sub4_S) SizeVT() (n int)

type UnsafeTest_Sub5

type UnsafeTest_Sub5 struct {
	Foo map[string]string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UnsafeTest_Sub5) CloneMessageVT

func (m *UnsafeTest_Sub5) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*UnsafeTest_Sub5) CloneVT

func (m *UnsafeTest_Sub5) CloneVT() *UnsafeTest_Sub5

func (*UnsafeTest_Sub5) EqualMessageVT

func (this *UnsafeTest_Sub5) EqualMessageVT(thatMsg any) bool

func (*UnsafeTest_Sub5) EqualVT

func (this *UnsafeTest_Sub5) EqualVT(that *UnsafeTest_Sub5) bool

func (*UnsafeTest_Sub5) GetFoo

func (x *UnsafeTest_Sub5) GetFoo() map[string]string

func (*UnsafeTest_Sub5) MarshalJSON added in v0.3.0

func (x *UnsafeTest_Sub5) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnsafeTest_Sub5 to JSON.

func (*UnsafeTest_Sub5) MarshalProtoJSON added in v0.3.0

func (x *UnsafeTest_Sub5) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnsafeTest_Sub5 message to JSON.

func (*UnsafeTest_Sub5) MarshalProtoText added in v0.5.0

func (x *UnsafeTest_Sub5) MarshalProtoText() string

func (*UnsafeTest_Sub5) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub5) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub5) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub5) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub5) MarshalToVT

func (m *UnsafeTest_Sub5) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub5) MarshalToVTStrict

func (m *UnsafeTest_Sub5) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub5) MarshalVT

func (m *UnsafeTest_Sub5) MarshalVT() (dAtA []byte, err error)

func (*UnsafeTest_Sub5) MarshalVTStrict

func (m *UnsafeTest_Sub5) MarshalVTStrict() (dAtA []byte, err error)

func (*UnsafeTest_Sub5) ProtoMessage

func (*UnsafeTest_Sub5) ProtoMessage()

func (*UnsafeTest_Sub5) Reset

func (x *UnsafeTest_Sub5) Reset()

func (*UnsafeTest_Sub5) SizeVT

func (m *UnsafeTest_Sub5) SizeVT() (n int)

func (*UnsafeTest_Sub5) String added in v0.5.0

func (x *UnsafeTest_Sub5) String() string

func (*UnsafeTest_Sub5) UnmarshalJSON added in v0.4.0

func (x *UnsafeTest_Sub5) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnsafeTest_Sub5 from JSON.

func (*UnsafeTest_Sub5) UnmarshalProtoJSON added in v0.4.0

func (x *UnsafeTest_Sub5) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnsafeTest_Sub5 message from JSON.

func (*UnsafeTest_Sub5) UnmarshalVT

func (m *UnsafeTest_Sub5) UnmarshalVT(dAtA []byte) error

func (*UnsafeTest_Sub5) UnmarshalVTUnsafe

func (m *UnsafeTest_Sub5) UnmarshalVTUnsafe(dAtA []byte) error

type UnsafeTest_Sub5_

type UnsafeTest_Sub5_ struct {
	Sub5 *UnsafeTest_Sub5 `protobuf:"bytes,5,opt,name=sub5,proto3,oneof"`
}

func (*UnsafeTest_Sub5_) CloneOneofVT added in v0.6.1

func (m *UnsafeTest_Sub5_) CloneOneofVT() isUnsafeTest_Sub

func (*UnsafeTest_Sub5_) CloneVT

func (m *UnsafeTest_Sub5_) CloneVT() *UnsafeTest_Sub5_

func (*UnsafeTest_Sub5_) EqualVT

func (this *UnsafeTest_Sub5_) EqualVT(thatIface isUnsafeTest_Sub) bool

func (*UnsafeTest_Sub5_) MarshalToSizedBufferVT

func (m *UnsafeTest_Sub5_) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub5_) MarshalToSizedBufferVTStrict

func (m *UnsafeTest_Sub5_) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub5_) MarshalToVT

func (m *UnsafeTest_Sub5_) MarshalToVT(dAtA []byte) (int, error)

func (*UnsafeTest_Sub5_) MarshalToVTStrict

func (m *UnsafeTest_Sub5_) MarshalToVTStrict(dAtA []byte) (int, error)

func (*UnsafeTest_Sub5_) SizeVT

func (m *UnsafeTest_Sub5_) SizeVT() (n int)

type UnsafeTest_Sub5_FooEntry added in v0.3.0

type UnsafeTest_Sub5_FooEntry struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*UnsafeTest_Sub5_FooEntry) GetKey added in v0.3.0

func (x *UnsafeTest_Sub5_FooEntry) GetKey() string

func (*UnsafeTest_Sub5_FooEntry) GetValue added in v0.3.0

func (x *UnsafeTest_Sub5_FooEntry) GetValue() string

func (*UnsafeTest_Sub5_FooEntry) MarshalJSON added in v0.3.0

func (x *UnsafeTest_Sub5_FooEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the UnsafeTest_Sub5_FooEntry to JSON.

func (*UnsafeTest_Sub5_FooEntry) MarshalProtoJSON added in v0.3.0

func (x *UnsafeTest_Sub5_FooEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the UnsafeTest_Sub5_FooEntry message to JSON.

func (*UnsafeTest_Sub5_FooEntry) MarshalProtoText added in v0.5.0

func (x *UnsafeTest_Sub5_FooEntry) MarshalProtoText() string

func (*UnsafeTest_Sub5_FooEntry) ProtoMessage added in v0.3.0

func (*UnsafeTest_Sub5_FooEntry) ProtoMessage()

func (*UnsafeTest_Sub5_FooEntry) Reset added in v0.3.0

func (x *UnsafeTest_Sub5_FooEntry) Reset()

func (*UnsafeTest_Sub5_FooEntry) String added in v0.5.0

func (x *UnsafeTest_Sub5_FooEntry) String() string

func (*UnsafeTest_Sub5_FooEntry) UnmarshalJSON added in v0.4.0

func (x *UnsafeTest_Sub5_FooEntry) UnmarshalJSON(b []byte) error

UnmarshalJSON unmarshals the UnsafeTest_Sub5_FooEntry from JSON.

func (*UnsafeTest_Sub5_FooEntry) UnmarshalProtoJSON added in v0.4.0

func (x *UnsafeTest_Sub5_FooEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the UnsafeTest_Sub5_FooEntry message from JSON.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL