| 213 | return protobuf_http_5ftests_2eproto::file_level_enum_descriptors[0]; |
| 214 | } |
| 215 | bool TestSlaveMessage_E_IsValid(int value) { |
| 216 | switch (value) { |
| 217 | case 0: |
| 218 | return true; |
| 219 | default: |
| 220 | return false; |
| 221 | } |
| 222 | } |
| 223 | |
| 224 | #if !defined(_MSC_VER) || _MSC_VER >= 1900 |
| 225 | const TestSlaveMessage_E TestSlaveMessage::A_SLAVE_ENUM; |
no outgoing calls
no test coverage detected