// Copyright 2023 The RE2 Authors. All Rights Reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. #include "re2/bitmap256.h" #include <stdint.h> #include "absl/base/attributes.h" #include "absl/log/absl_check.h" namespace re2 { int Bitmap256::FindNextSetBit(int c) const { … } } // namespace re2