()
| 214 | func (*Geometry) ProtoMessage() {} |
| 215 | |
| 216 | func (x *Geometry) ProtoReflect() protoreflect.Message { |
| 217 | mi := &file_trip_proto_msgTypes[3] |
| 218 | if x != nil { |
| 219 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 220 | if ms.LoadMessageInfo() == nil { |
| 221 | ms.StoreMessageInfo(mi) |
| 222 | } |
| 223 | return ms |
| 224 | } |
| 225 | return mi.MessageOf(x) |
| 226 | } |
| 227 | |
| 228 | // Deprecated: Use Geometry.ProtoReflect.Descriptor instead. |
| 229 | func (*Geometry) Descriptor() ([]byte, []int) { |
nothing calls this directly
no outgoing calls
no test coverage detected