Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_config.cpp145 class PropertyValue { class
147 PropertyValue() = default;
149 PropertyValue(std::string&& value, size_t lineno) in PropertyValue() function in PropertyValue
184 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_iterator
444 std::unordered_map<std::string, PropertyValue> properties_;
457 std::unordered_map<std::string, PropertyValue> property_map; in read_binary_config()