| 245 | } |
| 246 | |
| 247 | Status FunctionRegistry::AddAlias(const std::string& target_name, |
| 248 | const std::string& source_name) { |
| 249 | return impl_->AddAlias(target_name, source_name); |
| 250 | } |
| 251 | |
| 252 | Status FunctionRegistry::CanAddFunctionOptionsType( |
| 253 | const FunctionOptionsType* options_type, bool allow_overwrite) { |