Lines Matching refs:TestUTF8
3612 type TestUTF8 struct {
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{} {
4532 proto.RegisterType((*TestUTF8)(nil), "test_proto.TestUTF8")
4533 proto.RegisterMapType((map[string]int64)(nil), "test_proto.TestUTF8.MapKeyEntry")
4534 proto.RegisterMapType((map[int64]string)(nil), "test_proto.TestUTF8.MapValueEntry")