Home
last modified time | relevance | path

Searched refs:PropertyValue (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Dlinker_config.cpp129 class PropertyValue { class
131 PropertyValue() = default;
133 PropertyValue(std::string&& value, size_t lineno) in PropertyValue() function in PropertyValue
160 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_iterator
362 std::unordered_map<std::string, PropertyValue> properties_;
384 std::unordered_map<std::string, PropertyValue> property_map; in read_binary_config()