| 400 | } |
| 401 | |
| 402 | bool IsValidDescriptor(const char* s) { |
| 403 | return IsValidClassName<kDescriptor, '/'>(s); |
| 404 | } |
| 405 | |
| 406 | void Split(const std::string& s, char separator, std::vector<std::string>* result) { |
| 407 | const char* p = s.data(); |
no outgoing calls
no test coverage detected