| 37 | } |
| 38 | |
| 39 | const absl::Status* CreateNoSuchKeyError(google::protobuf::Arena* arena, |
| 40 | absl::string_view key) { |
| 41 | return Arena::Create<absl::Status>( |
| 42 | arena, runtime_internal::CreateNoSuchKeyError(key)); |
| 43 | } |
| 44 | |
| 45 | const absl::Status* CreateMissingAttributeError( |
| 46 | google::protobuf::Arena* arena, absl::string_view missing_attribute_path) { |
no outgoing calls
no test coverage detected