Lines Matching refs:TestUTF8
403 type TestUTF8 struct {
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 {
494 func (*TestUTF8) XXX_OneofWrappers() []interface{} {
512 proto.RegisterType((*TestUTF8)(nil), "proto3_proto.TestUTF8")
513 proto.RegisterMapType((map[string]int64)(nil), "proto3_proto.TestUTF8.MapKeyEntry")
514 proto.RegisterMapType((map[int64]string)(nil), "proto3_proto.TestUTF8.MapValueEntry")