| 401 | } |
| 402 | |
| 403 | Message* MutableMessageValue() { |
| 404 | TYPE_CHECK(FieldDescriptor::CPPTYPE_MESSAGE, |
| 405 | "MapValueRef::MutableMessageValue"); |
| 406 | return reinterpret_cast<Message*>(data_); |
| 407 | } |
| 408 | |
| 409 | private: |
| 410 | template <typename K, typename V, |
nothing calls this directly
no outgoing calls
no test coverage detected