| 3267 | |
| 3268 | template <int kSize> |
| 3269 | std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) { |
| 3270 | return std::vector<std::string>(array, array + kSize); |
| 3271 | } |
| 3272 | |
| 3273 | static std::vector<std::string> GetReservedAttributesForElement( |
| 3274 | const std::string& xml_element) { |
no outgoing calls
no test coverage detected