| 2284 | |
| 2285 | template <size_t kSize> |
| 2286 | std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) { |
| 2287 | return std::vector<std::string>(array, array + kSize); |
| 2288 | } |
| 2289 | |
| 2290 | static std::vector<std::string> GetReservedAttributesForElement( |
| 2291 | const std::string& xml_element) { |
no outgoing calls
no test coverage detected