()
| 231 | func (*Location) ProtoMessage() {} |
| 232 | |
| 233 | func (x *Location) ProtoReflect() protoreflect.Message { |
| 234 | mi := &file_driver_proto_msgTypes[3] |
| 235 | if x != nil { |
| 236 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 237 | if ms.LoadMessageInfo() == nil { |
| 238 | ms.StoreMessageInfo(mi) |
| 239 | } |
| 240 | return ms |
| 241 | } |
| 242 | return mi.MessageOf(x) |
| 243 | } |
| 244 | |
| 245 | // Deprecated: Use Location.ProtoReflect.Descriptor instead. |
| 246 | func (*Location) Descriptor() ([]byte, []int) { |
nothing calls this directly
no outgoing calls
no test coverage detected