Searched refs:PropertyValue (Results 1 – 1 of 1) sorted by relevance
129 class PropertyValue { class131 PropertyValue() = default;133 PropertyValue(std::string&& value, size_t lineno) in PropertyValue() function in PropertyValue160 std::unordered_map<std::string, PropertyValue>* properties, in parse_config_file()262 (*properties)[name] = PropertyValue(std::move(value), cp.lineno()); in parse_config_file()289 explicit Properties(std::unordered_map<std::string, PropertyValue>&& properties) in Properties()353 std::unordered_map<std::string, PropertyValue>::const_iterator362 std::unordered_map<std::string, PropertyValue> properties_;384 std::unordered_map<std::string, PropertyValue> property_map; in read_binary_config()