()
| 163 | func (*Coordinate) ProtoMessage() {} |
| 164 | |
| 165 | func (x *Coordinate) ProtoReflect() protoreflect.Message { |
| 166 | mi := &file_trip_proto_msgTypes[2] |
| 167 | if x != nil { |
| 168 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 169 | if ms.LoadMessageInfo() == nil { |
| 170 | ms.StoreMessageInfo(mi) |
| 171 | } |
| 172 | return ms |
| 173 | } |
| 174 | return mi.MessageOf(x) |
| 175 | } |
| 176 | |
| 177 | // Deprecated: Use Coordinate.ProtoReflect.Descriptor instead. |
| 178 | func (*Coordinate) Descriptor() ([]byte, []int) { |
nothing calls this directly
no outgoing calls
no test coverage detected