| 3604 | |
| 3605 | template <int kSize> |
| 3606 | std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) { |
| 3607 | return std::vector<std::string>(array, array + kSize); |
| 3608 | } |
| 3609 | |
| 3610 | static std::vector<std::string> GetReservedAttributesForElement( |
| 3611 | const std::string& xml_element) { |
no outgoing calls
no test coverage detected