| 43 | } |
| 44 | |
| 45 | const absl::Status* CreateMissingAttributeError( |
| 46 | google::protobuf::Arena* arena, absl::string_view missing_attribute_path) { |
| 47 | return Arena::Create<absl::Status>( |
| 48 | arena, |
| 49 | runtime_internal::CreateMissingAttributeError(missing_attribute_path)); |
| 50 | } |
| 51 | |
| 52 | const absl::Status* CreateUnknownFunctionResultError( |
| 53 | google::protobuf::Arena* arena, absl::string_view help_message) { |
no outgoing calls
no test coverage detected