| 1143 | } |
| 1144 | |
| 1145 | inline bool AddMessage(const char *pszFieldName, protobuf::Message **message) |
| 1146 | { |
| 1147 | GETCHECK_FIELD(); |
| 1148 | CHECK_FIELD_TYPE(MESSAGE); |
| 1149 | CHECK_FIELD_REPEATED(); |
| 1150 | |
| 1151 | *message = msg->GetReflection()->AddMessage(msg, field); |
| 1152 | |
| 1153 | return true; |
| 1154 | } |
| 1155 | |
| 1156 | inline int GetRepeatedFieldCount(const char *pszFieldName) |
| 1157 | { |
no outgoing calls
no test coverage detected