| 550 | } |
| 551 | |
| 552 | void AttributeManager::set_attribute_properties( |
| 553 | std::string_view attribute_name, |
| 554 | const AttributeProperties &new_properties ) |
| 555 | { |
| 556 | impl_->set_attribute_properties( attribute_name, new_properties ); |
| 557 | } |
| 558 | |
| 559 | absl::Mutex &AttributeManager::mutex() const |
| 560 | { |
no outgoing calls