Lines Matching defs:TestUTF8
403 type TestUTF8 struct { struct
404 Scalar string `protobuf:"bytes,1,opt,name=scalar,proto3" json:"scalar,omitempty"`
405 Vector []string `protobuf:"bytes,2,rep,name=vector,proto3" json:"vector,omitempty"`
408 Oneof isTestUTF8_Oneof `protobuf_oneof:"oneof"`
409 …p_key,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,…
410 …:"map_value,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=…
411 XXX_NoUnkeyedLiteral struct{} `json:"-"`
412 XXX_unrecognized []byte `json:"-"`
413 XXX_sizecache int32 `json:"-"`
416 func (m *TestUTF8) Reset() { *m = TestUTF8{} }
417 func (m *TestUTF8) String() string { return proto.CompactTextString(m) }
418 func (*TestUTF8) ProtoMessage() {}
419 func (*TestUTF8) Descriptor() ([]byte, []int) {
423 func (m *TestUTF8) XXX_Unmarshal(b []byte) error {
426 func (m *TestUTF8) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
429 func (m *TestUTF8) XXX_Merge(src proto.Message) {
432 func (m *TestUTF8) XXX_Size() int {
435 func (m *TestUTF8) XXX_DiscardUnknown() {
441 func (m *TestUTF8) GetScalar() string {
448 func (m *TestUTF8) GetVector() []string {
465 func (m *TestUTF8) GetOneof() isTestUTF8_Oneof {
472 func (m *TestUTF8) GetField() string {
479 func (m *TestUTF8) GetMapKey() map[string]int64 {
486 func (m *TestUTF8) GetMapValue() map[int64]string {
512 proto.RegisterType((*TestUTF8)(nil), "proto3_proto.TestUTF8")