| 3582 | |
| 3583 | template <int kSize> |
| 3584 | std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) { |
| 3585 | return std::vector<std::string>(array, array + kSize); |
| 3586 | } |
| 3587 | |
| 3588 | static std::vector<std::string> GetReservedAttributesForElement( |
| 3589 | const std::string& xml_element) { |
no outgoing calls
no test coverage detected