|
|
@ -1,4 +1,4 @@ |
|
|
|
// Copyright 2019 The Abseil Authors.
|
|
|
|
// Copyright 2022 The Abseil Authors.
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
// you may not use this file except in compliance with the License.
|
|
|
|
// you may not use this file except in compliance with the License.
|
|
|
@ -12,12 +12,13 @@ |
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// limitations under the License.
|
|
|
|
// limitations under the License.
|
|
|
|
|
|
|
|
|
|
|
|
#include "absl/functional/function_ref.h" |
|
|
|
#include <functional> |
|
|
|
|
|
|
|
|
|
|
|
#include <memory> |
|
|
|
#include <memory> |
|
|
|
|
|
|
|
#include <string> |
|
|
|
|
|
|
|
|
|
|
|
#include "benchmark/benchmark.h" |
|
|
|
#include "benchmark/benchmark.h" |
|
|
|
#include "absl/base/attributes.h" |
|
|
|
#include "absl/base/attributes.h" |
|
|
|
|
|
|
|
#include "absl/functional/function_ref.h" |
|
|
|
|
|
|
|
|
|
|
|
namespace absl { |
|
|
|
namespace absl { |
|
|
|
ABSL_NAMESPACE_BEGIN |
|
|
|
ABSL_NAMESPACE_BEGIN |