Lines Matching defs:TestUTF8
3612 type TestUTF8 struct { struct
3613 Scalar *string `protobuf:"bytes,1,opt,name=scalar" json:"scalar,omitempty"`
3614 Vector []string `protobuf:"bytes,2,rep,name=vector" json:"vector,omitempty"`
3617 Oneof isTestUTF8_Oneof `protobuf_oneof:"oneof"`
3618 …son:"map_key,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
3619 …n:"map_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
3620 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3621 XXX_unrecognized []byte `json:"-"`
3622 XXX_sizecache int32 `json:"-"`
3625 func (m *TestUTF8) Reset() { *m = TestUTF8{} }
3626 func (m *TestUTF8) String() string { return proto.CompactTextString(m) }
3627 func (*TestUTF8) ProtoMessage() {}
3628 func (*TestUTF8) Descriptor() ([]byte, []int) {
3632 func (m *TestUTF8) XXX_Unmarshal(b []byte) error {
3635 func (m *TestUTF8) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
3638 func (m *TestUTF8) XXX_Merge(src proto.Message) {
3641 func (m *TestUTF8) XXX_Size() int {
3644 func (m *TestUTF8) XXX_DiscardUnknown() {
3650 func (m *TestUTF8) GetScalar() string {
3657 func (m *TestUTF8) GetVector() []string {
3674 func (m *TestUTF8) GetOneof() isTestUTF8_Oneof {
3681 func (m *TestUTF8) GetField() string {
3688 func (m *TestUTF8) GetMapKey() map[string]int64 {
3695 func (m *TestUTF8) GetMapValue() map[int64]string {
3703 func (*TestUTF8) XXX_OneofWrappers() []interface{} {