| 431 | return (FieldDescriptor::CppType)type_; |
| 432 | } |
| 433 | void SetValue(const void* val) { |
| 434 | data_ = const_cast<void*>(val); |
| 435 | } |
| 436 | void CopyFrom(const MapValueRef& other) { |
| 437 | type_ = other.type_; |
| 438 | data_ = other.data_; |
nothing calls this directly
no outgoing calls
no test coverage detected