| 2306 | |
| 2307 | template <size_t kSize> |
| 2308 | std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) { |
| 2309 | return std::vector<std::string>(array, array + kSize); |
| 2310 | } |
| 2311 | |
| 2312 | static std::vector<std::string> GetReservedAttributesForElement( |
| 2313 | const std::string& xml_element) { |
no outgoing calls
no test coverage detected