| 136 | } |
| 137 | |
| 138 | CelValueMatcher IsCelTimestamp(testing::Matcher<absl::Time> m) { |
| 139 | return CelValueMatcher(new CelValueMatcherImpl<absl::Time>(std::move(m))); |
| 140 | } |
| 141 | |
| 142 | CelValueMatcher IsCelError(testing::Matcher<absl::Status> m) { |
| 143 | return CelValueMatcher( |
no outgoing calls