Searched refs:ParsePropertyInfoLine (Results 1 – 1 of 1) sorted by relevance
59 bool ParsePropertyInfoLine(const std::string& line, PropertyInfoEntry* out, std::string* error) { in ParsePropertyInfoLine() function111 if (!ParsePropertyInfoLine(trimmed_line, &property_info_entry, &parse_error)) { in ParsePropertyInfoFile()