| // Copyright 2024 The Go Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| |
| // Code generated by protoc-gen-go. DO NOT EDIT. |
| // source: internal/testprotos/lazy/lazy_tree.proto |
| |
| package lazy |
| |
| import ( |
| protoreflect "google.golang.org/protobuf/reflect/protoreflect" |
| protoimpl "google.golang.org/protobuf/runtime/protoimpl" |
| reflect "reflect" |
| sync "sync" |
| unsafe "unsafe" |
| ) |
| |
| type Node struct { |
| state protoimpl.MessageState `protogen:"open.v1"` |
| Nested *Node `protobuf:"bytes,99,opt,name=nested" json:"nested,omitempty"` |
| Int32 *int32 `protobuf:"varint,1,opt,name=int32" json:"int32,omitempty"` |
| Int64 *int64 `protobuf:"varint,2,opt,name=int64" json:"int64,omitempty"` |
| Uint32 *uint32 `protobuf:"varint,3,opt,name=uint32" json:"uint32,omitempty"` |
| Uint64 *uint64 `protobuf:"varint,4,opt,name=uint64" json:"uint64,omitempty"` |
| Sint32 *int32 `protobuf:"zigzag32,5,opt,name=sint32" json:"sint32,omitempty"` |
| Sint64 *int64 `protobuf:"zigzag64,6,opt,name=sint64" json:"sint64,omitempty"` |
| Fixed32 *uint32 `protobuf:"fixed32,7,opt,name=fixed32" json:"fixed32,omitempty"` |
| Fixed64 *uint64 `protobuf:"fixed64,8,opt,name=fixed64" json:"fixed64,omitempty"` |
| Sfixed32 *int32 `protobuf:"fixed32,9,opt,name=sfixed32" json:"sfixed32,omitempty"` |
| Sfixed64 *int64 `protobuf:"fixed64,10,opt,name=sfixed64" json:"sfixed64,omitempty"` |
| Float *float32 `protobuf:"fixed32,11,opt,name=float" json:"float,omitempty"` |
| Double *float64 `protobuf:"fixed64,12,opt,name=double" json:"double,omitempty"` |
| Bool *bool `protobuf:"varint,13,opt,name=bool" json:"bool,omitempty"` |
| String_ *string `protobuf:"bytes,14,opt,name=string" json:"string,omitempty"` |
| Bytes []byte `protobuf:"bytes,15,opt,name=bytes" json:"bytes,omitempty"` |
| unknownFields protoimpl.UnknownFields |
| sizeCache protoimpl.SizeCache |
| } |
| |
| func (x *Node) Reset() { |
| *x = Node{} |
| mi := &file_internal_testprotos_lazy_lazy_tree_proto_msgTypes[0] |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| ms.StoreMessageInfo(mi) |
| } |
| |
| func (x *Node) String() string { |
| return protoimpl.X.MessageStringOf(x) |
| } |
| |
| func (*Node) ProtoMessage() {} |
| |
| func (x *Node) ProtoReflect() protoreflect.Message { |
| mi := &file_internal_testprotos_lazy_lazy_tree_proto_msgTypes[0] |
| if x != nil { |
| ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| if ms.LoadMessageInfo() == nil { |
| ms.StoreMessageInfo(mi) |
| } |
| return ms |
| } |
| return mi.MessageOf(x) |
| } |
| |
| // Deprecated: Use Node.ProtoReflect.Descriptor instead. |
| func (*Node) Descriptor() ([]byte, []int) { |
| return file_internal_testprotos_lazy_lazy_tree_proto_rawDescGZIP(), []int{0} |
| } |
| |
| func (x *Node) GetNested() *Node { |
| if x != nil { |
| return x.Nested |
| } |
| return nil |
| } |
| |
| func (x *Node) GetInt32() int32 { |
| if x != nil && x.Int32 != nil { |
| return *x.Int32 |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetInt64() int64 { |
| if x != nil && x.Int64 != nil { |
| return *x.Int64 |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetUint32() uint32 { |
| if x != nil && x.Uint32 != nil { |
| return *x.Uint32 |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetUint64() uint64 { |
| if x != nil && x.Uint64 != nil { |
| return *x.Uint64 |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetSint32() int32 { |
| if x != nil && x.Sint32 != nil { |
| return *x.Sint32 |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetSint64() int64 { |
| if x != nil && x.Sint64 != nil { |
| return *x.Sint64 |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetFixed32() uint32 { |
| if x != nil && x.Fixed32 != nil { |
| return *x.Fixed32 |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetFixed64() uint64 { |
| if x != nil && x.Fixed64 != nil { |
| return *x.Fixed64 |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetSfixed32() int32 { |
| if x != nil && x.Sfixed32 != nil { |
| return *x.Sfixed32 |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetSfixed64() int64 { |
| if x != nil && x.Sfixed64 != nil { |
| return *x.Sfixed64 |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetFloat() float32 { |
| if x != nil && x.Float != nil { |
| return *x.Float |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetDouble() float64 { |
| if x != nil && x.Double != nil { |
| return *x.Double |
| } |
| return 0 |
| } |
| |
| func (x *Node) GetBool() bool { |
| if x != nil && x.Bool != nil { |
| return *x.Bool |
| } |
| return false |
| } |
| |
| func (x *Node) GetString_() string { |
| if x != nil && x.String_ != nil { |
| return *x.String_ |
| } |
| return "" |
| } |
| |
| func (x *Node) GetBytes() []byte { |
| if x != nil { |
| return x.Bytes |
| } |
| return nil |
| } |
| |
| var File_internal_testprotos_lazy_lazy_tree_proto protoreflect.FileDescriptor |
| |
| const file_internal_testprotos_lazy_lazy_tree_proto_rawDesc = "\n(internal/testprotos/lazy/lazy_tree.proto lazy_tree\"\x9b\nNode+\nnestedc (2.lazy_tree.NodeB(Rnested\nint32 (Rint32\nint64 (Rint64\nuint32 (\rRuint32\nuint64 (Ruint64\nsint32 (Rsint32\nsint64 (Rsint64\nfixed32 (Rfixed32\nfixed64 (Rfixed64\nsfixed32 (Rsfixed32\nsfixed64\n (Rsfixed64\nfloat (Rfloat\ndouble (Rdouble\nbool\r (Rbool\nstring ( Rstring\nbytes (RbytesB5Z3google.golang.org/protobuf/internal/testprotos/lazybeditionsp\xe8" |
| |
| var ( |
| file_internal_testprotos_lazy_lazy_tree_proto_rawDescOnce sync.Once |
| file_internal_testprotos_lazy_lazy_tree_proto_rawDescData = file_internal_testprotos_lazy_lazy_tree_proto_rawDesc |
| ) |
| |
| func file_internal_testprotos_lazy_lazy_tree_proto_rawDescGZIP() []byte { |
| file_internal_testprotos_lazy_lazy_tree_proto_rawDescOnce.Do(func() { |
| file_internal_testprotos_lazy_lazy_tree_proto_rawDescData = string(protoimpl.X.CompressGZIP([]byte(file_internal_testprotos_lazy_lazy_tree_proto_rawDescData))) |
| }) |
| return []byte(file_internal_testprotos_lazy_lazy_tree_proto_rawDescData) |
| } |
| |
| var file_internal_testprotos_lazy_lazy_tree_proto_msgTypes = make([]protoimpl.MessageInfo, 1) |
| var file_internal_testprotos_lazy_lazy_tree_proto_goTypes = []any{ |
| (*Node)(nil), // 0: lazy_tree.Node |
| } |
| var file_internal_testprotos_lazy_lazy_tree_proto_depIdxs = []int32{ |
| 0, // 0: lazy_tree.Node.nested:type_name -> lazy_tree.Node |
| 1, // [1:1] is the sub-list for method output_type |
| 1, // [1:1] is the sub-list for method input_type |
| 1, // [1:1] is the sub-list for extension type_name |
| 1, // [1:1] is the sub-list for extension extendee |
| 0, // [0:1] is the sub-list for field type_name |
| } |
| |
| func init() { file_internal_testprotos_lazy_lazy_tree_proto_init() } |
| func file_internal_testprotos_lazy_lazy_tree_proto_init() { |
| if File_internal_testprotos_lazy_lazy_tree_proto != nil { |
| return |
| } |
| type x struct{} |
| out := protoimpl.TypeBuilder{ |
| File: protoimpl.DescBuilder{ |
| GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
| RawDescriptor: unsafe.Slice(unsafe.StringData(file_internal_testprotos_lazy_lazy_tree_proto_rawDesc), len(file_internal_testprotos_lazy_lazy_tree_proto_rawDesc)), |
| NumEnums: 0, |
| NumMessages: 1, |
| NumExtensions: 0, |
| NumServices: 0, |
| }, |
| GoTypes: file_internal_testprotos_lazy_lazy_tree_proto_goTypes, |
| DependencyIndexes: file_internal_testprotos_lazy_lazy_tree_proto_depIdxs, |
| MessageInfos: file_internal_testprotos_lazy_lazy_tree_proto_msgTypes, |
| }.Build() |
| File_internal_testprotos_lazy_lazy_tree_proto = out.File |
| file_internal_testprotos_lazy_lazy_tree_proto_goTypes = nil |
| file_internal_testprotos_lazy_lazy_tree_proto_depIdxs = nil |
| } |