Searched refs:PropertyValue (Results 1 – 1 of 1) sorted by relevance
145 class PropertyValue { class147 PropertyValue() = default;149 PropertyValue(std::string&& value, size_t lineno) in PropertyValue() function in PropertyValue184 std::unordered_map<std::string, PropertyValue>* properties, in parse_config_file()314 (*properties)[name] = PropertyValue(std::move(value), cp.lineno()); in parse_config_file()321 (*properties)[name] = PropertyValue(std::move(value), cp.lineno()); in parse_config_file()364 explicit Properties(std::unordered_map<std::string, PropertyValue>&& properties) in Properties()435 std::unordered_map<std::string, PropertyValue>::const_iterator444 std::unordered_map<std::string, PropertyValue> properties_;457 std::unordered_map<std::string, PropertyValue> property_map; in read_binary_config()