Go to the source code of this file.
|
| absl::Status | CheckIdsNonnegativeAndStrictlyIncreasing (absl::Span< const int64_t > ids) |
| |
| absl::Status | CheckSortedIdsSubset (const absl::Span< const int64_t > ids, const absl::Span< const int64_t > universe) |
| |
| absl::Status | CheckUnsortedIdsSubset (const absl::Span< const int64_t > ids, const absl::Span< const int64_t > universe) |
| |
| absl::Status | CheckIdsSubset (absl::Span< const int64_t > ids, const IdNameBiMap &universe, absl::string_view ids_description, absl::string_view universe_description) |
| |
| absl::Status | CheckIdsIdentical (absl::Span< const int64_t > first_ids, const IdNameBiMap &second_ids, absl::string_view first_description, absl::string_view second_description) |
| |