2019-05-07 21:56:42 +02:00
|
|
|
//
|
|
|
|
// Copyright 2019 The Abseil Authors.
|
|
|
|
//
|
|
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
// you may not use this file except in compliance with the License.
|
|
|
|
// You may obtain a copy of the License at
|
|
|
|
//
|
|
|
|
// https://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
//
|
|
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
// limitations under the License.
|
|
|
|
|
|
|
|
#ifndef ABSL_FLAGS_INTERNAL_FLAG_H_
|
|
|
|
#define ABSL_FLAGS_INTERNAL_FLAG_H_
|
|
|
|
|
2020-01-10 17:42:35 +01:00
|
|
|
#include <stdint.h>
|
|
|
|
|
2019-10-21 19:21:03 +02:00
|
|
|
#include <atomic>
|
2019-09-06 11:25:12 +02:00
|
|
|
#include <cstring>
|
2020-01-10 17:42:35 +01:00
|
|
|
#include <memory>
|
|
|
|
#include <string>
|
2020-02-05 23:38:00 +01:00
|
|
|
#include <type_traits>
|
2020-03-31 21:32:35 +02:00
|
|
|
#include <typeinfo>
|
2019-09-06 11:25:12 +02:00
|
|
|
|
2020-02-13 15:52:24 +01:00
|
|
|
#include "absl/base/call_once.h"
|
2020-01-10 17:42:35 +01:00
|
|
|
#include "absl/base/config.h"
|
2019-10-21 19:21:03 +02:00
|
|
|
#include "absl/base/thread_annotations.h"
|
2020-01-09 18:58:48 +01:00
|
|
|
#include "absl/flags/config.h"
|
2019-05-07 21:56:42 +02:00
|
|
|
#include "absl/flags/internal/commandlineflag.h"
|
|
|
|
#include "absl/flags/internal/registry.h"
|
Export of internal Abseil changes
--
f13697e3d33803f9667d124072da4f6dd8bfbf85 by Andy Soffer <asoffer@google.com>:
Addressing https://github.com/abseil/abseil-cpp/issues/314, fixing
CMakeLists.txt to reference ABSL_TEST_COPTS rather than ABSL_DEFAULT_COPTS.
ABSL_TEST_COPTS should be preferred for all tests so that they are configured consistently (moreover, CMake should agree with Bazel).
PiperOrigin-RevId: 274932312
--
c31c24a1fa6bb98136adf51ef37c0818ac366690 by Derek Mauro <dmauro@google.com>:
Silence MSAN in the stack consumption test utility
PiperOrigin-RevId: 274912950
--
2412913c05a246cd527cd4c31452f126e9129f3a by CJ Johnson <johnsoncj@google.com>:
Internal change
PiperOrigin-RevId: 274847103
--
75e984a93b5760873501b96ac3229ccfd955daf8 by Abseil Team <absl-team@google.com>:
Reformat BUILD file to current standards.
PiperOrigin-RevId: 274815392
--
a2780e085f1df1e4ca2c814a58c893d1b78a1d9c by Samuel Benzaquen <sbenza@google.com>:
Fix invalid result regarding leading zeros in the exponent.
PiperOrigin-RevId: 274808017
--
dd402e1cb5c4ebacb576372ae24bf289d729d323 by Samuel Benzaquen <sbenza@google.com>:
Make string_view's relational operators constexpr when possible.
PiperOrigin-RevId: 274807873
--
b4ef32565653a5da1cb8bb8d0351586d23519658 by Abseil Team <absl-team@google.com>:
Internal rework.
PiperOrigin-RevId: 274787159
--
70d81971c5914e6785b8e8a9d4f6eb2655dd62c0 by Gennadiy Rozental <rogeeff@google.com>:
Internal rework.
PiperOrigin-RevId: 274715557
--
14f5b0440e353b899cafaaa15b53e77f98f401af by Gennadiy Rozental <rogeeff@google.com>:
Make deprecated statements about ParseFLag/UnparseFlag consistent in a file.
PiperOrigin-RevId: 274668123
--
2e85adbdbb92612e4d750bc34fbca3333128b42d by Abseil Team <absl-team@google.com>:
Allow absl::c_equal to be used with arrays.
This is achieved by allowing container size computation for arrays.
PiperOrigin-RevId: 274426830
--
219719f107226d328773e6cec99fb473f5d3119c by Gennadiy Rozental <rogeeff@google.com>:
Release correct extension interfaces to support usage of absl::Time and absl::Duration as ABSL_FLAG
PiperOrigin-RevId: 274273788
--
47a77f93fda23b69b4a6bdbd506fe643c69a5579 by Gennadiy Rozental <rogeeff@google.com>:
Rework of flags persistence/FlagSaver internals.
PiperOrigin-RevId: 274225213
--
7807be3fe757c19e3b0c487298387683d4c9f5b3 by Abseil Team <absl-team@google.com>:
Switch reference to sdkddkver.h to lowercase, matching conventions used in the Windows SDK and other uses. This helps to avoid confusion on case-sensitive filesystems.
PiperOrigin-RevId: 274061877
--
561304090087a19f1d10f0475f564fe132ebf06e by Andy Getzendanner <durandal@google.com>:
Fix ABSL_WAITER_MODE detection for mingw
Import of https://github.com/abseil/abseil-cpp/pull/342
PiperOrigin-RevId: 274030071
--
9b3caac2cf202b9d440dfa1b4ffd538ac4bf715b by Derek Mauro <dmauro@google.com>:
Support using Abseil with the musl libc implementation.
Only test changes were required:
* Workaround for a bug in sigaltstack() on musl
* printf-style pointer formatting (%p) is implementation defined,
so verify StrFromat produces something compatible
* Fix detection of feenableexcept()
PiperOrigin-RevId: 274011666
--
73e8a938fc139e1cc8670d4513a445bacc855539 by Abseil Team <absl-team@google.com>:
nvcc workaround: explicitly specify the definition of node_handle::Base
PiperOrigin-RevId: 274011392
--
ab9cc6d042aca7d48e16c504ab10eab39433f4b2 by Andy Soffer <asoffer@google.com>:
Internal change
PiperOrigin-RevId: 273996318
--
e567c4979ca99c7e71821ec1523b8f5edd2c76ac by Abseil Team <absl-team@google.com>:
Introduce a type alias to work around an nvcc bug.
On the previous code, nvcc gets confused thinking that T has to be a parameter
pack, as IsDecomposable accepts one.
PiperOrigin-RevId: 273980472
--
105b6e6339b77a32f4432de05f44cd3f9c436751 by Eric Fiselier <ericwf@google.com>:
Import of CCTZ from GitHub.
PiperOrigin-RevId: 273955589
--
8feb87ff1d7e721fe094855e67c19539d5e582b7 by Abseil Team <absl-team@google.com>:
Avoid dual-exporting scheduling_mode.h
PiperOrigin-RevId: 273825112
--
fbc37854776d295dae98fb9d06a541f296daab95 by Andy Getzendanner <durandal@google.com>:
Fix ABSL_HAVE_ALARM check on mingw
Import of https://github.com/abseil/abseil-cpp/pull/341
PiperOrigin-RevId: 273817839
--
6aedcd63a735b9133e143b043744ba0a25407f6f by Andy Soffer <asoffer@google.com>:
Remove bit_gen_view.h now that all callers have been migrated to bit_gen_ref.h
Tested:
TGP - https://test.corp.google.com/ui#id=OCL:273762409:BASE:273743370:1570639020744:3001bcb5
PiperOrigin-RevId: 273810331
--
6573de24a66ba715c579f7f32b5c48a1d743c7f8 by Abseil Team <absl-team@google.com>:
Internal change.
PiperOrigin-RevId: 273589963
--
91c8c28b6dca26d98b39e8e06a8ed17c701ff793 by Abseil Team <absl-team@google.com>:
Update macro name for `ABSL_GUARDED_BY()` in the example section.
PiperOrigin-RevId: 273286983
--
0ff7d1a93d70f8ecd693f8dbb98b7a4a016ca2a4 by Abseil Team <absl-team@google.com>:
Fix potential integer overflow in the absl time library.
In absl::FromTM, the tm.tm_year is added by 1900 regarding that tm.tm_year represents the years since 1900. This change checks integer overflow before doing the arithmetic operation.
PiperOrigin-RevId: 273092952
--
b41c2a1310086807be09a833099ae6d4009f037c by Gennadiy Rozental <rogeeff@google.com>:
Correctly Unlock the global mutex in case of concurrent flag initialization.
Fixes #386
PiperOrigin-RevId: 272979749
--
c53103e71b2a6063af3c6d4ff68aa2d8f9ae9e06 by Abseil Team <absl-team@google.com>:
Try to become idle only when there is no wakeup.
Immediately after waking up (when futex wait returns), the current thread tries
to become idle doing bunch of memory loads and a branch. Problem is that there
is a good chance that we woke up due to a wakeup, especially for actively used
threads. For such wakeups, calling MaybeBecomeIdle() would be a waste of
cycles.
Instead, call MaybeBecomeIdle() only when we are sure there is no wakeup. For
idle threads the net effect should be the same. For active, threads this will
be more efficient.
Moreover, since MaybeBecomeIdle() is called before waiting on the futex, the
current thread will try to become idle before sleeping. This should result
in more accurate idleness and more efficient release of thread resources.
PiperOrigin-RevId: 272940381
GitOrigin-RevId: f13697e3d33803f9667d124072da4f6dd8bfbf85
Change-Id: I36de05aec12595183725652dd362dfa58fb095d0
2019-10-16 03:18:40 +02:00
|
|
|
#include "absl/memory/memory.h"
|
2020-03-03 20:22:10 +01:00
|
|
|
#include "absl/meta/type_traits.h"
|
Export of internal Abseil changes
--
f13697e3d33803f9667d124072da4f6dd8bfbf85 by Andy Soffer <asoffer@google.com>:
Addressing https://github.com/abseil/abseil-cpp/issues/314, fixing
CMakeLists.txt to reference ABSL_TEST_COPTS rather than ABSL_DEFAULT_COPTS.
ABSL_TEST_COPTS should be preferred for all tests so that they are configured consistently (moreover, CMake should agree with Bazel).
PiperOrigin-RevId: 274932312
--
c31c24a1fa6bb98136adf51ef37c0818ac366690 by Derek Mauro <dmauro@google.com>:
Silence MSAN in the stack consumption test utility
PiperOrigin-RevId: 274912950
--
2412913c05a246cd527cd4c31452f126e9129f3a by CJ Johnson <johnsoncj@google.com>:
Internal change
PiperOrigin-RevId: 274847103
--
75e984a93b5760873501b96ac3229ccfd955daf8 by Abseil Team <absl-team@google.com>:
Reformat BUILD file to current standards.
PiperOrigin-RevId: 274815392
--
a2780e085f1df1e4ca2c814a58c893d1b78a1d9c by Samuel Benzaquen <sbenza@google.com>:
Fix invalid result regarding leading zeros in the exponent.
PiperOrigin-RevId: 274808017
--
dd402e1cb5c4ebacb576372ae24bf289d729d323 by Samuel Benzaquen <sbenza@google.com>:
Make string_view's relational operators constexpr when possible.
PiperOrigin-RevId: 274807873
--
b4ef32565653a5da1cb8bb8d0351586d23519658 by Abseil Team <absl-team@google.com>:
Internal rework.
PiperOrigin-RevId: 274787159
--
70d81971c5914e6785b8e8a9d4f6eb2655dd62c0 by Gennadiy Rozental <rogeeff@google.com>:
Internal rework.
PiperOrigin-RevId: 274715557
--
14f5b0440e353b899cafaaa15b53e77f98f401af by Gennadiy Rozental <rogeeff@google.com>:
Make deprecated statements about ParseFLag/UnparseFlag consistent in a file.
PiperOrigin-RevId: 274668123
--
2e85adbdbb92612e4d750bc34fbca3333128b42d by Abseil Team <absl-team@google.com>:
Allow absl::c_equal to be used with arrays.
This is achieved by allowing container size computation for arrays.
PiperOrigin-RevId: 274426830
--
219719f107226d328773e6cec99fb473f5d3119c by Gennadiy Rozental <rogeeff@google.com>:
Release correct extension interfaces to support usage of absl::Time and absl::Duration as ABSL_FLAG
PiperOrigin-RevId: 274273788
--
47a77f93fda23b69b4a6bdbd506fe643c69a5579 by Gennadiy Rozental <rogeeff@google.com>:
Rework of flags persistence/FlagSaver internals.
PiperOrigin-RevId: 274225213
--
7807be3fe757c19e3b0c487298387683d4c9f5b3 by Abseil Team <absl-team@google.com>:
Switch reference to sdkddkver.h to lowercase, matching conventions used in the Windows SDK and other uses. This helps to avoid confusion on case-sensitive filesystems.
PiperOrigin-RevId: 274061877
--
561304090087a19f1d10f0475f564fe132ebf06e by Andy Getzendanner <durandal@google.com>:
Fix ABSL_WAITER_MODE detection for mingw
Import of https://github.com/abseil/abseil-cpp/pull/342
PiperOrigin-RevId: 274030071
--
9b3caac2cf202b9d440dfa1b4ffd538ac4bf715b by Derek Mauro <dmauro@google.com>:
Support using Abseil with the musl libc implementation.
Only test changes were required:
* Workaround for a bug in sigaltstack() on musl
* printf-style pointer formatting (%p) is implementation defined,
so verify StrFromat produces something compatible
* Fix detection of feenableexcept()
PiperOrigin-RevId: 274011666
--
73e8a938fc139e1cc8670d4513a445bacc855539 by Abseil Team <absl-team@google.com>:
nvcc workaround: explicitly specify the definition of node_handle::Base
PiperOrigin-RevId: 274011392
--
ab9cc6d042aca7d48e16c504ab10eab39433f4b2 by Andy Soffer <asoffer@google.com>:
Internal change
PiperOrigin-RevId: 273996318
--
e567c4979ca99c7e71821ec1523b8f5edd2c76ac by Abseil Team <absl-team@google.com>:
Introduce a type alias to work around an nvcc bug.
On the previous code, nvcc gets confused thinking that T has to be a parameter
pack, as IsDecomposable accepts one.
PiperOrigin-RevId: 273980472
--
105b6e6339b77a32f4432de05f44cd3f9c436751 by Eric Fiselier <ericwf@google.com>:
Import of CCTZ from GitHub.
PiperOrigin-RevId: 273955589
--
8feb87ff1d7e721fe094855e67c19539d5e582b7 by Abseil Team <absl-team@google.com>:
Avoid dual-exporting scheduling_mode.h
PiperOrigin-RevId: 273825112
--
fbc37854776d295dae98fb9d06a541f296daab95 by Andy Getzendanner <durandal@google.com>:
Fix ABSL_HAVE_ALARM check on mingw
Import of https://github.com/abseil/abseil-cpp/pull/341
PiperOrigin-RevId: 273817839
--
6aedcd63a735b9133e143b043744ba0a25407f6f by Andy Soffer <asoffer@google.com>:
Remove bit_gen_view.h now that all callers have been migrated to bit_gen_ref.h
Tested:
TGP - https://test.corp.google.com/ui#id=OCL:273762409:BASE:273743370:1570639020744:3001bcb5
PiperOrigin-RevId: 273810331
--
6573de24a66ba715c579f7f32b5c48a1d743c7f8 by Abseil Team <absl-team@google.com>:
Internal change.
PiperOrigin-RevId: 273589963
--
91c8c28b6dca26d98b39e8e06a8ed17c701ff793 by Abseil Team <absl-team@google.com>:
Update macro name for `ABSL_GUARDED_BY()` in the example section.
PiperOrigin-RevId: 273286983
--
0ff7d1a93d70f8ecd693f8dbb98b7a4a016ca2a4 by Abseil Team <absl-team@google.com>:
Fix potential integer overflow in the absl time library.
In absl::FromTM, the tm.tm_year is added by 1900 regarding that tm.tm_year represents the years since 1900. This change checks integer overflow before doing the arithmetic operation.
PiperOrigin-RevId: 273092952
--
b41c2a1310086807be09a833099ae6d4009f037c by Gennadiy Rozental <rogeeff@google.com>:
Correctly Unlock the global mutex in case of concurrent flag initialization.
Fixes #386
PiperOrigin-RevId: 272979749
--
c53103e71b2a6063af3c6d4ff68aa2d8f9ae9e06 by Abseil Team <absl-team@google.com>:
Try to become idle only when there is no wakeup.
Immediately after waking up (when futex wait returns), the current thread tries
to become idle doing bunch of memory loads and a branch. Problem is that there
is a good chance that we woke up due to a wakeup, especially for actively used
threads. For such wakeups, calling MaybeBecomeIdle() would be a waste of
cycles.
Instead, call MaybeBecomeIdle() only when we are sure there is no wakeup. For
idle threads the net effect should be the same. For active, threads this will
be more efficient.
Moreover, since MaybeBecomeIdle() is called before waiting on the futex, the
current thread will try to become idle before sleeping. This should result
in more accurate idleness and more efficient release of thread resources.
PiperOrigin-RevId: 272940381
GitOrigin-RevId: f13697e3d33803f9667d124072da4f6dd8bfbf85
Change-Id: I36de05aec12595183725652dd362dfa58fb095d0
2019-10-16 03:18:40 +02:00
|
|
|
#include "absl/strings/str_cat.h"
|
2020-01-10 17:42:35 +01:00
|
|
|
#include "absl/strings/string_view.h"
|
2019-10-21 19:21:03 +02:00
|
|
|
#include "absl/synchronization/mutex.h"
|
2019-05-07 21:56:42 +02:00
|
|
|
|
|
|
|
namespace absl {
|
2019-12-12 19:36:03 +01:00
|
|
|
ABSL_NAMESPACE_BEGIN
|
2019-05-07 21:56:42 +02:00
|
|
|
namespace flags_internal {
|
|
|
|
|
2020-02-14 18:41:25 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-02-20 21:34:37 +01:00
|
|
|
// Flag value type operations, eg., parsing, copying, etc. are provided
|
2020-02-14 18:41:25 +01:00
|
|
|
// by function specific to that type with a signature matching FlagOpFn.
|
|
|
|
|
2020-02-20 21:34:37 +01:00
|
|
|
enum class FlagOp {
|
2020-04-03 22:24:29 +02:00
|
|
|
kAlloc,
|
2020-02-14 18:41:25 +01:00
|
|
|
kDelete,
|
|
|
|
kCopy,
|
|
|
|
kCopyConstruct,
|
|
|
|
kSizeof,
|
2020-03-31 21:32:35 +02:00
|
|
|
kFastTypeId,
|
|
|
|
kRuntimeTypeId,
|
2020-02-14 18:41:25 +01:00
|
|
|
kParse,
|
|
|
|
kUnparse,
|
2020-03-26 16:48:01 +01:00
|
|
|
kValueOffset,
|
2020-02-14 18:41:25 +01:00
|
|
|
};
|
|
|
|
using FlagOpFn = void* (*)(FlagOp, const void*, void*, void*);
|
|
|
|
|
2020-03-26 16:48:01 +01:00
|
|
|
// Forward declaration for Flag value specific operations.
|
2020-02-14 18:41:25 +01:00
|
|
|
template <typename T>
|
2020-03-26 16:48:01 +01:00
|
|
|
void* FlagOps(FlagOp op, const void* v1, void* v2, void* v3);
|
2020-02-14 18:41:25 +01:00
|
|
|
|
2020-04-03 22:24:29 +02:00
|
|
|
// Allocate aligned memory for a flag value.
|
|
|
|
inline void* Alloc(FlagOpFn op) {
|
|
|
|
return op(FlagOp::kAlloc, nullptr, nullptr, nullptr);
|
2020-02-14 18:41:25 +01:00
|
|
|
}
|
2020-04-03 22:24:29 +02:00
|
|
|
// Deletes memory interpreting obj as flag value type pointer.
|
|
|
|
inline void Delete(FlagOpFn op, void* obj) {
|
|
|
|
op(FlagOp::kDelete, nullptr, obj, nullptr);
|
2020-02-14 18:41:25 +01:00
|
|
|
}
|
2020-02-20 21:34:37 +01:00
|
|
|
// Copies src to dst interpreting as flag value type pointers.
|
2020-02-14 18:41:25 +01:00
|
|
|
inline void Copy(FlagOpFn op, const void* src, void* dst) {
|
2020-02-20 21:34:37 +01:00
|
|
|
op(FlagOp::kCopy, src, dst, nullptr);
|
2020-02-14 18:41:25 +01:00
|
|
|
}
|
2020-02-20 21:34:37 +01:00
|
|
|
// Construct a copy of flag value in a location pointed by dst
|
|
|
|
// based on src - pointer to the flag's value.
|
2020-02-14 18:41:25 +01:00
|
|
|
inline void CopyConstruct(FlagOpFn op, const void* src, void* dst) {
|
2020-02-20 21:34:37 +01:00
|
|
|
op(FlagOp::kCopyConstruct, src, dst, nullptr);
|
2020-02-14 18:41:25 +01:00
|
|
|
}
|
2020-04-03 22:24:29 +02:00
|
|
|
// Makes a copy of flag value pointed by obj.
|
|
|
|
inline void* Clone(FlagOpFn op, const void* obj) {
|
|
|
|
void* res = flags_internal::Alloc(op);
|
|
|
|
flags_internal::CopyConstruct(op, obj, res);
|
|
|
|
return res;
|
|
|
|
}
|
2020-02-20 21:34:37 +01:00
|
|
|
// Returns true if parsing of input text is successfull.
|
2020-02-14 18:41:25 +01:00
|
|
|
inline bool Parse(FlagOpFn op, absl::string_view text, void* dst,
|
|
|
|
std::string* error) {
|
2020-02-20 21:34:37 +01:00
|
|
|
return op(FlagOp::kParse, &text, dst, error) != nullptr;
|
2020-02-14 18:41:25 +01:00
|
|
|
}
|
2020-02-20 21:34:37 +01:00
|
|
|
// Returns string representing supplied value.
|
2020-02-14 18:41:25 +01:00
|
|
|
inline std::string Unparse(FlagOpFn op, const void* val) {
|
|
|
|
std::string result;
|
2020-02-20 21:34:37 +01:00
|
|
|
op(FlagOp::kUnparse, val, &result, nullptr);
|
2020-02-14 18:41:25 +01:00
|
|
|
return result;
|
|
|
|
}
|
2020-02-20 21:34:37 +01:00
|
|
|
// Returns size of flag value type.
|
2020-02-14 18:41:25 +01:00
|
|
|
inline size_t Sizeof(FlagOpFn op) {
|
|
|
|
// This sequence of casts reverses the sequence from
|
|
|
|
// `flags_internal::FlagOps()`
|
|
|
|
return static_cast<size_t>(reinterpret_cast<intptr_t>(
|
2020-02-20 21:34:37 +01:00
|
|
|
op(FlagOp::kSizeof, nullptr, nullptr, nullptr)));
|
2020-02-14 18:41:25 +01:00
|
|
|
}
|
2020-03-31 21:32:35 +02:00
|
|
|
// Returns fast type id coresponding to the value type.
|
|
|
|
inline FlagFastTypeId FastTypeId(FlagOpFn op) {
|
|
|
|
return reinterpret_cast<FlagFastTypeId>(
|
|
|
|
op(FlagOp::kFastTypeId, nullptr, nullptr, nullptr));
|
|
|
|
}
|
|
|
|
// Returns fast type id coresponding to the value type.
|
|
|
|
inline const std::type_info* RuntimeTypeId(FlagOpFn op) {
|
|
|
|
return reinterpret_cast<const std::type_info*>(
|
|
|
|
op(FlagOp::kRuntimeTypeId, nullptr, nullptr, nullptr));
|
2020-02-14 18:41:25 +01:00
|
|
|
}
|
2020-03-26 16:48:01 +01:00
|
|
|
// Returns offset of the field value_ from the field impl_ inside of
|
|
|
|
// absl::Flag<T> data. Given FlagImpl pointer p you can get the
|
|
|
|
// location of the corresponding value as:
|
|
|
|
// reinterpret_cast<char*>(p) + ValueOffset().
|
|
|
|
inline ptrdiff_t ValueOffset(FlagOpFn op) {
|
|
|
|
// This sequence of casts reverses the sequence from
|
|
|
|
// `flags_internal::FlagOps()`
|
|
|
|
return static_cast<ptrdiff_t>(reinterpret_cast<intptr_t>(
|
|
|
|
op(FlagOp::kValueOffset, nullptr, nullptr, nullptr)));
|
|
|
|
}
|
2020-02-14 18:41:25 +01:00
|
|
|
|
2020-03-31 21:32:35 +02:00
|
|
|
// Returns an address of RTTI's typeid(T).
|
|
|
|
template <typename T>
|
|
|
|
inline const std::type_info* GenRuntimeTypeId() {
|
|
|
|
#if defined(ABSL_FLAGS_INTERNAL_HAS_RTTI)
|
|
|
|
return &typeid(T);
|
|
|
|
#else
|
|
|
|
return nullptr;
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
2020-02-05 23:38:00 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Flag help auxiliary structs.
|
|
|
|
|
2019-11-18 20:02:26 +01:00
|
|
|
// This is help argument for absl::Flag encapsulating the string literal pointer
|
|
|
|
// or pointer to function generating it as well as enum descriminating two
|
|
|
|
// cases.
|
|
|
|
using HelpGenFunc = std::string (*)();
|
|
|
|
|
2020-02-05 23:38:00 +01:00
|
|
|
union FlagHelpMsg {
|
|
|
|
constexpr explicit FlagHelpMsg(const char* help_msg) : literal(help_msg) {}
|
|
|
|
constexpr explicit FlagHelpMsg(HelpGenFunc help_gen) : gen_func(help_gen) {}
|
2019-11-18 20:02:26 +01:00
|
|
|
|
|
|
|
const char* literal;
|
|
|
|
HelpGenFunc gen_func;
|
|
|
|
};
|
|
|
|
|
2020-02-07 22:06:07 +01:00
|
|
|
enum class FlagHelpKind : uint8_t { kLiteral = 0, kGenFunc = 1 };
|
2019-11-18 20:02:26 +01:00
|
|
|
|
2020-02-05 23:38:00 +01:00
|
|
|
struct FlagHelpArg {
|
|
|
|
FlagHelpMsg source;
|
|
|
|
FlagHelpKind kind;
|
2019-11-18 20:02:26 +01:00
|
|
|
};
|
|
|
|
|
2020-01-03 17:41:10 +01:00
|
|
|
extern const char kStrippedFlagHelp[];
|
|
|
|
|
2019-11-18 20:02:26 +01:00
|
|
|
// HelpConstexprWrap is used by struct AbslFlagHelpGenFor##name generated by
|
|
|
|
// ABSL_FLAG macro. It is only used to silence the compiler in the case where
|
|
|
|
// help message expression is not constexpr and does not have type const char*.
|
|
|
|
// If help message expression is indeed constexpr const char* HelpConstexprWrap
|
|
|
|
// is just a trivial identity function.
|
|
|
|
template <typename T>
|
|
|
|
const char* HelpConstexprWrap(const T&) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
constexpr const char* HelpConstexprWrap(const char* p) { return p; }
|
|
|
|
constexpr const char* HelpConstexprWrap(char* p) { return p; }
|
|
|
|
|
|
|
|
// These two HelpArg overloads allows us to select at compile time one of two
|
|
|
|
// way to pass Help argument to absl::Flag. We'll be passing
|
|
|
|
// AbslFlagHelpGenFor##name as T and integer 0 as a single argument to prefer
|
|
|
|
// first overload if possible. If T::Const is evaluatable on constexpr
|
|
|
|
// context (see non template int parameter below) we'll choose first overload.
|
|
|
|
// In this case the help message expression is immediately evaluated and is used
|
|
|
|
// to construct the absl::Flag. No additionl code is generated by ABSL_FLAG.
|
|
|
|
// Otherwise SFINAE kicks in and first overload is dropped from the
|
|
|
|
// consideration, in which case the second overload will be used. The second
|
|
|
|
// overload does not attempt to evaluate the help message expression
|
|
|
|
// immediately and instead delays the evaluation by returing the function
|
|
|
|
// pointer (&T::NonConst) genering the help message when necessary. This is
|
|
|
|
// evaluatable in constexpr context, but the cost is an extra function being
|
|
|
|
// generated in the ABSL_FLAG code.
|
|
|
|
template <typename T, int = (T::Const(), 1)>
|
2020-02-05 23:38:00 +01:00
|
|
|
constexpr FlagHelpArg HelpArg(int) {
|
|
|
|
return {FlagHelpMsg(T::Const()), FlagHelpKind::kLiteral};
|
2019-11-18 20:02:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
template <typename T>
|
2020-02-05 23:38:00 +01:00
|
|
|
constexpr FlagHelpArg HelpArg(char) {
|
|
|
|
return {FlagHelpMsg(&T::NonConst), FlagHelpKind::kGenFunc};
|
2019-11-18 20:02:26 +01:00
|
|
|
}
|
|
|
|
|
2020-02-05 23:38:00 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Flag default value auxiliary structs.
|
|
|
|
|
2019-12-02 19:41:53 +01:00
|
|
|
// Signature for the function generating the initial flag value (usually
|
2019-11-18 20:02:26 +01:00
|
|
|
// based on default value supplied in flag's definition)
|
2020-04-03 22:24:29 +02:00
|
|
|
using FlagDfltGenFunc = void (*)(void*);
|
2019-12-02 19:41:53 +01:00
|
|
|
|
|
|
|
union FlagDefaultSrc {
|
|
|
|
constexpr explicit FlagDefaultSrc(FlagDfltGenFunc gen_func_arg)
|
|
|
|
: gen_func(gen_func_arg) {}
|
2020-05-01 02:44:10 +02:00
|
|
|
template <typename T>
|
|
|
|
constexpr explicit FlagDefaultSrc(T one_word_value)
|
|
|
|
: one_word(static_cast<int64_t>(one_word_value)) {}
|
|
|
|
constexpr explicit FlagDefaultSrc(float f) : float_value(f) {}
|
|
|
|
constexpr explicit FlagDefaultSrc(double d) : double_value(d) {}
|
2019-12-02 19:41:53 +01:00
|
|
|
|
|
|
|
void* dynamic_value;
|
|
|
|
FlagDfltGenFunc gen_func;
|
2020-05-01 02:44:10 +02:00
|
|
|
int64_t one_word;
|
|
|
|
float float_value;
|
|
|
|
double double_value;
|
|
|
|
};
|
|
|
|
|
|
|
|
enum class FlagDefaultKind : uint8_t {
|
|
|
|
kDynamicValue = 0,
|
|
|
|
kGenFunc = 1,
|
|
|
|
kOneWord = 2,
|
|
|
|
kFloat = 3,
|
|
|
|
kDouble = 4
|
|
|
|
};
|
|
|
|
|
|
|
|
struct FlagDefaultArg {
|
|
|
|
FlagDefaultSrc source;
|
|
|
|
FlagDefaultKind kind;
|
2019-12-02 19:41:53 +01:00
|
|
|
};
|
|
|
|
|
2020-05-01 02:44:10 +02:00
|
|
|
// This struct and corresponding overload to InitDefaultValue are used to
|
|
|
|
// facilitate usage of {} as default value in ABSL_FLAG macro.
|
|
|
|
// TODO(rogeeff): Fix handling types with explicit constructors.
|
|
|
|
struct EmptyBraces {};
|
|
|
|
|
|
|
|
template <typename T>
|
|
|
|
constexpr T InitDefaultValue(T t) {
|
|
|
|
return t;
|
|
|
|
}
|
|
|
|
|
|
|
|
template <typename T>
|
|
|
|
constexpr T InitDefaultValue(EmptyBraces) {
|
|
|
|
return T{};
|
|
|
|
}
|
|
|
|
|
|
|
|
template <typename ValueT, typename GenT,
|
|
|
|
typename std::enable_if<std::is_integral<ValueT>::value, int>::type =
|
|
|
|
(GenT{}, 0)>
|
|
|
|
constexpr FlagDefaultArg DefaultArg(int) {
|
|
|
|
return {FlagDefaultSrc(GenT{}.value), FlagDefaultKind::kOneWord};
|
|
|
|
}
|
|
|
|
|
|
|
|
template <typename ValueT, typename GenT,
|
|
|
|
typename std::enable_if<std::is_same<ValueT, float>::value,
|
|
|
|
int>::type = (GenT{}, 0)>
|
|
|
|
constexpr FlagDefaultArg DefaultArg(int) {
|
|
|
|
return {FlagDefaultSrc(GenT{}.value), FlagDefaultKind::kFloat};
|
|
|
|
}
|
|
|
|
|
|
|
|
template <typename ValueT, typename GenT,
|
|
|
|
typename std::enable_if<std::is_same<ValueT, double>::value,
|
|
|
|
int>::type = (GenT{}, 0)>
|
|
|
|
constexpr FlagDefaultArg DefaultArg(int) {
|
|
|
|
return {FlagDefaultSrc(GenT{}.value), FlagDefaultKind::kDouble};
|
|
|
|
}
|
|
|
|
|
|
|
|
template <typename ValueT, typename GenT>
|
|
|
|
constexpr FlagDefaultArg DefaultArg(char) {
|
|
|
|
return {FlagDefaultSrc(&GenT::Gen), FlagDefaultKind::kGenFunc};
|
|
|
|
}
|
2019-11-18 20:02:26 +01:00
|
|
|
|
2020-02-05 23:38:00 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Flag current value auxiliary structs.
|
|
|
|
|
2020-03-03 20:22:10 +01:00
|
|
|
constexpr int64_t UninitializedFlagValue() { return 0xababababababababll; }
|
2020-02-05 23:38:00 +01:00
|
|
|
|
|
|
|
template <typename T>
|
2020-03-03 20:22:10 +01:00
|
|
|
using FlagUseOneWordStorage = std::integral_constant<
|
|
|
|
bool, absl::type_traits_internal::is_trivially_copyable<T>::value &&
|
|
|
|
(sizeof(T) <= 8)>;
|
2020-02-05 23:38:00 +01:00
|
|
|
|
2020-03-03 20:22:10 +01:00
|
|
|
#if defined(ABSL_FLAGS_INTERNAL_ATOMIC_DOUBLE_WORD)
|
2020-02-05 23:38:00 +01:00
|
|
|
// Clang does not always produce cmpxchg16b instruction when alignment of a 16
|
|
|
|
// bytes type is not 16.
|
2020-03-03 20:22:10 +01:00
|
|
|
struct alignas(16) AlignedTwoWords {
|
2020-02-05 23:38:00 +01:00
|
|
|
int64_t first;
|
|
|
|
int64_t second;
|
2020-03-26 16:48:01 +01:00
|
|
|
|
|
|
|
bool IsInitialized() const {
|
|
|
|
return first != flags_internal::UninitializedFlagValue();
|
|
|
|
}
|
2020-02-05 23:38:00 +01:00
|
|
|
};
|
|
|
|
|
2020-03-03 20:22:10 +01:00
|
|
|
template <typename T>
|
|
|
|
using FlagUseTwoWordsStorage = std::integral_constant<
|
|
|
|
bool, absl::type_traits_internal::is_trivially_copyable<T>::value &&
|
|
|
|
(sizeof(T) > 8) && (sizeof(T) <= 16)>;
|
|
|
|
#else
|
|
|
|
// This is actually unused and only here to avoid ifdefs in other palces.
|
|
|
|
struct AlignedTwoWords {
|
2020-03-26 16:48:01 +01:00
|
|
|
constexpr AlignedTwoWords() noexcept : dummy() {}
|
|
|
|
constexpr AlignedTwoWords(int64_t, int64_t) noexcept : dummy() {}
|
|
|
|
char dummy;
|
|
|
|
|
|
|
|
bool IsInitialized() const {
|
|
|
|
std::abort();
|
|
|
|
return true;
|
|
|
|
}
|
2020-02-05 23:38:00 +01:00
|
|
|
};
|
|
|
|
|
2020-03-03 20:22:10 +01:00
|
|
|
// This trait should be type dependent, otherwise SFINAE below will fail
|
2020-02-05 23:38:00 +01:00
|
|
|
template <typename T>
|
2020-03-03 20:22:10 +01:00
|
|
|
using FlagUseTwoWordsStorage =
|
|
|
|
std::integral_constant<bool, sizeof(T) != sizeof(T)>;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
template <typename T>
|
2020-04-03 22:24:29 +02:00
|
|
|
using FlagUseBufferStorage =
|
2020-03-03 20:22:10 +01:00
|
|
|
std::integral_constant<bool, !FlagUseOneWordStorage<T>::value &&
|
|
|
|
!FlagUseTwoWordsStorage<T>::value>;
|
|
|
|
|
|
|
|
enum class FlagValueStorageKind : uint8_t {
|
2020-04-03 22:24:29 +02:00
|
|
|
kAlignedBuffer = 0,
|
2020-03-03 20:22:10 +01:00
|
|
|
kOneWordAtomic = 1,
|
|
|
|
kTwoWordsAtomic = 2
|
2020-02-05 23:38:00 +01:00
|
|
|
};
|
|
|
|
|
2020-03-26 16:48:01 +01:00
|
|
|
template <typename T>
|
|
|
|
static constexpr FlagValueStorageKind StorageKind() {
|
2020-04-03 22:24:29 +02:00
|
|
|
return FlagUseBufferStorage<T>::value
|
|
|
|
? FlagValueStorageKind::kAlignedBuffer
|
2020-03-26 16:48:01 +01:00
|
|
|
: FlagUseOneWordStorage<T>::value
|
|
|
|
? FlagValueStorageKind::kOneWordAtomic
|
2020-04-03 22:24:29 +02:00
|
|
|
: FlagValueStorageKind::kTwoWordsAtomic;
|
2020-03-26 16:48:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
struct FlagOneWordValue {
|
|
|
|
constexpr FlagOneWordValue() : value(UninitializedFlagValue()) {}
|
2020-02-05 23:38:00 +01:00
|
|
|
|
2020-04-03 22:24:29 +02:00
|
|
|
std::atomic<int64_t> value;
|
2020-03-26 16:48:01 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
struct FlagTwoWordsValue {
|
|
|
|
constexpr FlagTwoWordsValue()
|
|
|
|
: value(AlignedTwoWords{UninitializedFlagValue(), 0}) {}
|
|
|
|
|
2020-04-03 22:24:29 +02:00
|
|
|
std::atomic<AlignedTwoWords> value;
|
2020-03-26 16:48:01 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
template <typename T,
|
|
|
|
FlagValueStorageKind Kind = flags_internal::StorageKind<T>()>
|
|
|
|
struct FlagValue;
|
|
|
|
|
|
|
|
template <typename T>
|
2020-04-03 22:24:29 +02:00
|
|
|
struct FlagValue<T, FlagValueStorageKind::kAlignedBuffer> {
|
2020-03-26 16:48:01 +01:00
|
|
|
bool Get(T*) const { return false; }
|
2020-04-03 22:24:29 +02:00
|
|
|
|
|
|
|
alignas(T) char value[sizeof(T)];
|
2020-03-26 16:48:01 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
template <typename T>
|
|
|
|
struct FlagValue<T, FlagValueStorageKind::kOneWordAtomic> : FlagOneWordValue {
|
|
|
|
bool Get(T* dst) const {
|
|
|
|
int64_t one_word_val = value.load(std::memory_order_acquire);
|
|
|
|
if (ABSL_PREDICT_FALSE(one_word_val == UninitializedFlagValue())) {
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
std::memcpy(dst, static_cast<const void*>(&one_word_val), sizeof(T));
|
|
|
|
return true;
|
2020-03-03 20:22:10 +01:00
|
|
|
}
|
2020-03-26 16:48:01 +01:00
|
|
|
};
|
2020-03-03 20:22:10 +01:00
|
|
|
|
2020-03-26 16:48:01 +01:00
|
|
|
template <typename T>
|
|
|
|
struct FlagValue<T, FlagValueStorageKind::kTwoWordsAtomic> : FlagTwoWordsValue {
|
|
|
|
bool Get(T* dst) const {
|
|
|
|
AlignedTwoWords two_words_val = value.load(std::memory_order_acquire);
|
|
|
|
if (ABSL_PREDICT_FALSE(!two_words_val.IsInitialized())) {
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
std::memcpy(dst, static_cast<const void*>(&two_words_val), sizeof(T));
|
|
|
|
return true;
|
|
|
|
}
|
2020-02-05 23:38:00 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Flag callback auxiliary structs.
|
|
|
|
|
2019-08-23 20:38:04 +02:00
|
|
|
// Signature for the mutation callback used by watched Flags
|
|
|
|
// The callback is noexcept.
|
|
|
|
// TODO(rogeeff): add noexcept after C++17 support is added.
|
2020-02-05 23:38:00 +01:00
|
|
|
using FlagCallbackFunc = void (*)();
|
|
|
|
|
|
|
|
struct FlagCallback {
|
|
|
|
FlagCallbackFunc func;
|
|
|
|
absl::Mutex guard; // Guard for concurrent callback invocations.
|
|
|
|
};
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Flag implementation, which does not depend on flag value type.
|
|
|
|
// The class encapsulates the Flag's data and access to it.
|
2019-08-23 20:38:04 +02:00
|
|
|
|
2019-12-02 19:41:53 +01:00
|
|
|
struct DynValueDeleter {
|
2020-04-03 22:24:29 +02:00
|
|
|
explicit DynValueDeleter(FlagOpFn op_arg = nullptr);
|
|
|
|
void operator()(void* ptr) const;
|
2019-12-02 19:41:53 +01:00
|
|
|
|
2020-02-21 21:51:36 +01:00
|
|
|
FlagOpFn op;
|
2019-12-02 19:41:53 +01:00
|
|
|
};
|
2019-08-23 20:38:04 +02:00
|
|
|
|
2020-03-23 21:16:18 +01:00
|
|
|
class FlagState;
|
|
|
|
|
|
|
|
class FlagImpl final : public flags_internal::CommandLineFlag {
|
2019-10-21 19:21:03 +02:00
|
|
|
public:
|
2020-02-05 23:38:00 +01:00
|
|
|
constexpr FlagImpl(const char* name, const char* filename, FlagOpFn op,
|
2020-03-03 20:22:10 +01:00
|
|
|
FlagHelpArg help, FlagValueStorageKind value_kind,
|
2020-05-01 02:44:10 +02:00
|
|
|
FlagDefaultArg default_arg)
|
2020-01-03 17:41:10 +01:00
|
|
|
: name_(name),
|
|
|
|
filename_(filename),
|
|
|
|
op_(op),
|
2019-11-18 20:02:26 +01:00
|
|
|
help_(help.source),
|
2020-02-07 22:06:07 +01:00
|
|
|
help_source_kind_(static_cast<uint8_t>(help.kind)),
|
2020-03-03 20:22:10 +01:00
|
|
|
value_storage_kind_(static_cast<uint8_t>(value_kind)),
|
2020-05-01 02:44:10 +02:00
|
|
|
def_kind_(static_cast<uint8_t>(default_arg.kind)),
|
2020-02-07 22:06:07 +01:00
|
|
|
modified_(false),
|
|
|
|
on_command_line_(false),
|
|
|
|
counter_(0),
|
|
|
|
callback_(nullptr),
|
2020-05-01 02:44:10 +02:00
|
|
|
default_value_(default_arg.source),
|
2019-12-12 19:36:03 +01:00
|
|
|
data_guard_{} {}
|
2019-10-21 19:21:03 +02:00
|
|
|
|
|
|
|
// Constant access methods
|
2020-03-23 21:16:18 +01:00
|
|
|
void Read(void* dst) const override ABSL_LOCKS_EXCLUDED(*DataGuard());
|
2019-10-21 19:21:03 +02:00
|
|
|
|
|
|
|
// Mutating access methods
|
2020-02-10 19:18:03 +01:00
|
|
|
void Write(const void* src) ABSL_LOCKS_EXCLUDED(*DataGuard());
|
2019-10-21 19:21:03 +02:00
|
|
|
|
|
|
|
// Interfaces to operate on callbacks.
|
2020-02-05 23:38:00 +01:00
|
|
|
void SetCallback(const FlagCallbackFunc mutation_callback)
|
2019-12-02 19:41:53 +01:00
|
|
|
ABSL_LOCKS_EXCLUDED(*DataGuard());
|
|
|
|
void InvokeCallback() const ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
|
2019-10-21 19:21:03 +02:00
|
|
|
|
2020-03-03 20:22:10 +01:00
|
|
|
// Used in read/write operations to validate source/target has correct type.
|
|
|
|
// For example if flag is declared as absl::Flag<int> FLAGS_foo, a call to
|
|
|
|
// absl::GetFlag(FLAGS_foo) validates that the type of FLAGS_foo is indeed
|
|
|
|
// int. To do that we pass the "assumed" type id (which is deduced from type
|
2020-03-31 21:32:35 +02:00
|
|
|
// int) as an argument `type_id`, which is in turn is validated against the
|
|
|
|
// type id stored in flag object by flag definition statement.
|
|
|
|
void AssertValidType(FlagFastTypeId type_id,
|
|
|
|
const std::type_info* (*gen_rtti)()) const;
|
2020-03-03 20:22:10 +01:00
|
|
|
|
2019-10-21 19:21:03 +02:00
|
|
|
private:
|
2020-03-23 21:16:18 +01:00
|
|
|
template <typename T>
|
|
|
|
friend class Flag;
|
|
|
|
friend class FlagState;
|
|
|
|
|
2020-02-05 23:38:00 +01:00
|
|
|
// Ensures that `data_guard_` is initialized and returns it.
|
2019-12-12 19:36:03 +01:00
|
|
|
absl::Mutex* DataGuard() const ABSL_LOCK_RETURNED((absl::Mutex*)&data_guard_);
|
2019-12-02 19:41:53 +01:00
|
|
|
// Returns heap allocated value of type T initialized with default value.
|
|
|
|
std::unique_ptr<void, DynValueDeleter> MakeInitValue() const
|
|
|
|
ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
|
2020-02-21 21:51:36 +01:00
|
|
|
// Flag initialization called via absl::call_once.
|
2020-02-05 23:38:00 +01:00
|
|
|
void Init();
|
2020-03-26 16:48:01 +01:00
|
|
|
|
|
|
|
// Offset value access methods. One per storage kind. These methods to not
|
|
|
|
// respect const correctness, so be very carefull using them.
|
|
|
|
|
|
|
|
// This is a shared helper routine which encapsulates most of the magic. Since
|
|
|
|
// it is only used inside the three routines below, which are defined in
|
|
|
|
// flag.cc, we can define it in that file as well.
|
|
|
|
template <typename StorageT>
|
2020-04-03 22:24:29 +02:00
|
|
|
StorageT* OffsetValue() const;
|
|
|
|
// This is an accessor for a value stored in an aligned buffer storage.
|
|
|
|
// Returns a mutable pointer to the start of a buffer.
|
|
|
|
void* AlignedBufferValue() const;
|
2020-03-26 16:48:01 +01:00
|
|
|
// This is an accessor for a value stored as one word atomic. Returns a
|
|
|
|
// mutable reference to an atomic value.
|
|
|
|
std::atomic<int64_t>& OneWordValue() const;
|
|
|
|
// This is an accessor for a value stored as two words atomic. Returns a
|
|
|
|
// mutable reference to an atomic value.
|
|
|
|
std::atomic<AlignedTwoWords>& TwoWordsValue() const;
|
|
|
|
|
2020-03-10 17:28:06 +01:00
|
|
|
// Attempts to parse supplied `value` string. If parsing is successful,
|
2020-02-25 17:48:42 +01:00
|
|
|
// returns new value. Otherwise returns nullptr.
|
2020-02-21 21:51:36 +01:00
|
|
|
std::unique_ptr<void, DynValueDeleter> TryParse(absl::string_view value,
|
|
|
|
std::string* err) const
|
|
|
|
ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
|
|
|
|
// Stores the flag value based on the pointer to the source.
|
|
|
|
void StoreValue(const void* src) ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard());
|
2019-12-02 19:41:53 +01:00
|
|
|
|
2020-02-07 22:06:07 +01:00
|
|
|
FlagHelpKind HelpSourceKind() const {
|
|
|
|
return static_cast<FlagHelpKind>(help_source_kind_);
|
|
|
|
}
|
2020-03-03 20:22:10 +01:00
|
|
|
FlagValueStorageKind ValueStorageKind() const {
|
|
|
|
return static_cast<FlagValueStorageKind>(value_storage_kind_);
|
|
|
|
}
|
2020-02-07 22:06:07 +01:00
|
|
|
FlagDefaultKind DefaultKind() const
|
|
|
|
ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard()) {
|
|
|
|
return static_cast<FlagDefaultKind>(def_kind_);
|
|
|
|
}
|
|
|
|
|
2020-03-23 21:16:18 +01:00
|
|
|
// CommandLineFlag interface implementation
|
|
|
|
absl::string_view Name() const override;
|
|
|
|
std::string Filename() const override;
|
|
|
|
std::string Help() const override;
|
2020-03-31 21:32:35 +02:00
|
|
|
FlagFastTypeId TypeId() const override;
|
2020-03-23 21:16:18 +01:00
|
|
|
bool IsSpecifiedOnCommandLine() const override
|
|
|
|
ABSL_LOCKS_EXCLUDED(*DataGuard());
|
|
|
|
std::string DefaultValue() const override ABSL_LOCKS_EXCLUDED(*DataGuard());
|
|
|
|
std::string CurrentValue() const override ABSL_LOCKS_EXCLUDED(*DataGuard());
|
|
|
|
bool ValidateInputValue(absl::string_view value) const override
|
|
|
|
ABSL_LOCKS_EXCLUDED(*DataGuard());
|
|
|
|
void CheckDefaultValueParsingRoundtrip() const override
|
|
|
|
ABSL_LOCKS_EXCLUDED(*DataGuard());
|
|
|
|
|
|
|
|
// Interfaces to save and restore flags to/from persistent state.
|
|
|
|
// Returns current flag state or nullptr if flag does not support
|
|
|
|
// saving and restoring a state.
|
|
|
|
std::unique_ptr<FlagStateInterface> SaveState() override
|
|
|
|
ABSL_LOCKS_EXCLUDED(*DataGuard());
|
|
|
|
|
|
|
|
// Restores the flag state to the supplied state object. If there is
|
|
|
|
// nothing to restore returns false. Otherwise returns true.
|
|
|
|
bool RestoreState(const FlagState& flag_state)
|
|
|
|
ABSL_LOCKS_EXCLUDED(*DataGuard());
|
|
|
|
|
|
|
|
bool ParseFrom(absl::string_view value, FlagSettingMode set_mode,
|
|
|
|
ValueSource source, std::string* error) override
|
|
|
|
ABSL_LOCKS_EXCLUDED(*DataGuard());
|
|
|
|
|
2020-02-05 23:38:00 +01:00
|
|
|
// Immutable flag's state.
|
|
|
|
|
|
|
|
// Flags name passed to ABSL_FLAG as second arg.
|
|
|
|
const char* const name_;
|
|
|
|
// The file name where ABSL_FLAG resides.
|
|
|
|
const char* const filename_;
|
2020-02-14 18:41:25 +01:00
|
|
|
// Type-specific operations "vtable".
|
2020-02-05 23:38:00 +01:00
|
|
|
const FlagOpFn op_;
|
|
|
|
// Help message literal or function to generate it.
|
|
|
|
const FlagHelpMsg help_;
|
2019-11-18 20:02:26 +01:00
|
|
|
// Indicates if help message was supplied as literal or generator func.
|
2020-02-07 22:06:07 +01:00
|
|
|
const uint8_t help_source_kind_ : 1;
|
2020-03-03 20:22:10 +01:00
|
|
|
// Kind of storage this flag is using for the flag's value.
|
|
|
|
const uint8_t value_storage_kind_ : 2;
|
2020-02-05 23:38:00 +01:00
|
|
|
|
2020-04-03 22:24:29 +02:00
|
|
|
uint8_t : 0; // The bytes containing the const bitfields must not be
|
|
|
|
// shared with bytes containing the mutable bitfields.
|
2020-02-13 15:52:24 +01:00
|
|
|
|
2020-02-05 23:38:00 +01:00
|
|
|
// Mutable flag's state (guarded by `data_guard_`).
|
|
|
|
|
2020-05-01 02:44:10 +02:00
|
|
|
// def_kind_ is not guard by DataGuard() since it is accessed in Init without
|
|
|
|
// locks. If necessary we can decrease number of bits used to 2 by folding
|
|
|
|
// one_word storage cases.
|
|
|
|
uint8_t def_kind_ : 3;
|
2020-02-05 23:38:00 +01:00
|
|
|
// Has this flag's value been modified?
|
2020-02-07 22:06:07 +01:00
|
|
|
bool modified_ : 1 ABSL_GUARDED_BY(*DataGuard());
|
2020-02-05 23:38:00 +01:00
|
|
|
// Has this flag been specified on command line.
|
2020-02-07 22:06:07 +01:00
|
|
|
bool on_command_line_ : 1 ABSL_GUARDED_BY(*DataGuard());
|
2020-02-05 23:38:00 +01:00
|
|
|
|
2020-04-03 22:24:29 +02:00
|
|
|
// Unique tag for absl::call_once call to initialize this flag.
|
|
|
|
absl::once_flag init_control_;
|
|
|
|
|
2020-02-05 23:38:00 +01:00
|
|
|
// Mutation counter
|
2020-02-07 22:06:07 +01:00
|
|
|
int64_t counter_ ABSL_GUARDED_BY(*DataGuard());
|
2020-02-05 23:38:00 +01:00
|
|
|
// Optional flag's callback and absl::Mutex to guard the invocations.
|
2020-02-07 22:06:07 +01:00
|
|
|
FlagCallback* callback_ ABSL_GUARDED_BY(*DataGuard());
|
2019-12-02 19:41:53 +01:00
|
|
|
// Either a pointer to the function generating the default value based on the
|
|
|
|
// value specified in ABSL_FLAG or pointer to the dynamically set default
|
|
|
|
// value via SetCommandLineOptionWithMode. def_kind_ is used to distinguish
|
|
|
|
// these two cases.
|
2020-03-03 20:22:10 +01:00
|
|
|
FlagDefaultSrc default_value_;
|
|
|
|
|
2019-12-12 19:36:03 +01:00
|
|
|
// This is reserved space for an absl::Mutex to guard flag data. It will be
|
|
|
|
// initialized in FlagImpl::Init via placement new.
|
|
|
|
// We can't use "absl::Mutex data_guard_", since this class is not literal.
|
|
|
|
// We do not want to use "absl::Mutex* data_guard_", since this would require
|
|
|
|
// heap allocation during initialization, which is both slows program startup
|
|
|
|
// and can fail. Using reserved space + placement new allows us to avoid both
|
|
|
|
// problems.
|
|
|
|
alignas(absl::Mutex) mutable char data_guard_[sizeof(absl::Mutex)];
|
2019-10-21 19:21:03 +02:00
|
|
|
};
|
|
|
|
|
2020-02-05 23:38:00 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2020-02-21 21:51:36 +01:00
|
|
|
// The Flag object parameterized by the flag's value type. This class implements
|
|
|
|
// flag reflection handle interface.
|
2020-02-05 23:38:00 +01:00
|
|
|
|
2019-05-07 21:56:42 +02:00
|
|
|
template <typename T>
|
2020-03-23 21:16:18 +01:00
|
|
|
class Flag {
|
2019-05-07 21:56:42 +02:00
|
|
|
public:
|
2020-05-01 02:44:10 +02:00
|
|
|
constexpr Flag(const char* name, const char* filename, FlagHelpArg help,
|
|
|
|
const FlagDefaultArg default_arg)
|
2020-03-26 16:48:01 +01:00
|
|
|
: impl_(name, filename, &FlagOps<T>, help,
|
2020-05-01 02:44:10 +02:00
|
|
|
flags_internal::StorageKind<T>(), default_arg),
|
2020-03-26 16:48:01 +01:00
|
|
|
value_() {}
|
2019-07-17 22:35:47 +02:00
|
|
|
|
|
|
|
T Get() const {
|
2019-10-21 19:21:03 +02:00
|
|
|
// See implementation notes in CommandLineFlag::Get().
|
2019-07-17 22:35:47 +02:00
|
|
|
union U {
|
|
|
|
T value;
|
|
|
|
U() {}
|
|
|
|
~U() { value.~T(); }
|
|
|
|
};
|
|
|
|
U u;
|
|
|
|
|
2020-03-03 20:22:10 +01:00
|
|
|
#if !defined(NDEBUG)
|
2020-03-31 21:32:35 +02:00
|
|
|
impl_.AssertValidType(base_internal::FastTypeId<T>(), &GenRuntimeTypeId<T>);
|
2020-03-03 20:22:10 +01:00
|
|
|
#endif
|
|
|
|
|
2020-03-26 16:48:01 +01:00
|
|
|
if (!value_.Get(&u.value)) impl_.Read(&u.value);
|
2019-07-17 22:35:47 +02:00
|
|
|
return std::move(u.value);
|
|
|
|
}
|
2020-03-03 20:22:10 +01:00
|
|
|
void Set(const T& v) {
|
2020-03-31 21:32:35 +02:00
|
|
|
impl_.AssertValidType(base_internal::FastTypeId<T>(), &GenRuntimeTypeId<T>);
|
2020-03-03 20:22:10 +01:00
|
|
|
impl_.Write(&v);
|
|
|
|
}
|
2019-08-23 20:38:04 +02:00
|
|
|
|
2019-10-21 19:21:03 +02:00
|
|
|
// CommandLineFlag interface
|
2020-03-23 21:16:18 +01:00
|
|
|
absl::string_view Name() const { return impl_.Name(); }
|
|
|
|
std::string Filename() const { return impl_.Filename(); }
|
|
|
|
std::string Help() const { return impl_.Help(); }
|
|
|
|
bool IsSpecifiedOnCommandLine() const {
|
2019-10-21 19:21:03 +02:00
|
|
|
return impl_.IsSpecifiedOnCommandLine();
|
2019-08-23 20:38:04 +02:00
|
|
|
}
|
2020-03-23 21:16:18 +01:00
|
|
|
std::string DefaultValue() const { return impl_.DefaultValue(); }
|
|
|
|
std::string CurrentValue() const { return impl_.CurrentValue(); }
|
Export of internal Abseil changes
--
f13697e3d33803f9667d124072da4f6dd8bfbf85 by Andy Soffer <asoffer@google.com>:
Addressing https://github.com/abseil/abseil-cpp/issues/314, fixing
CMakeLists.txt to reference ABSL_TEST_COPTS rather than ABSL_DEFAULT_COPTS.
ABSL_TEST_COPTS should be preferred for all tests so that they are configured consistently (moreover, CMake should agree with Bazel).
PiperOrigin-RevId: 274932312
--
c31c24a1fa6bb98136adf51ef37c0818ac366690 by Derek Mauro <dmauro@google.com>:
Silence MSAN in the stack consumption test utility
PiperOrigin-RevId: 274912950
--
2412913c05a246cd527cd4c31452f126e9129f3a by CJ Johnson <johnsoncj@google.com>:
Internal change
PiperOrigin-RevId: 274847103
--
75e984a93b5760873501b96ac3229ccfd955daf8 by Abseil Team <absl-team@google.com>:
Reformat BUILD file to current standards.
PiperOrigin-RevId: 274815392
--
a2780e085f1df1e4ca2c814a58c893d1b78a1d9c by Samuel Benzaquen <sbenza@google.com>:
Fix invalid result regarding leading zeros in the exponent.
PiperOrigin-RevId: 274808017
--
dd402e1cb5c4ebacb576372ae24bf289d729d323 by Samuel Benzaquen <sbenza@google.com>:
Make string_view's relational operators constexpr when possible.
PiperOrigin-RevId: 274807873
--
b4ef32565653a5da1cb8bb8d0351586d23519658 by Abseil Team <absl-team@google.com>:
Internal rework.
PiperOrigin-RevId: 274787159
--
70d81971c5914e6785b8e8a9d4f6eb2655dd62c0 by Gennadiy Rozental <rogeeff@google.com>:
Internal rework.
PiperOrigin-RevId: 274715557
--
14f5b0440e353b899cafaaa15b53e77f98f401af by Gennadiy Rozental <rogeeff@google.com>:
Make deprecated statements about ParseFLag/UnparseFlag consistent in a file.
PiperOrigin-RevId: 274668123
--
2e85adbdbb92612e4d750bc34fbca3333128b42d by Abseil Team <absl-team@google.com>:
Allow absl::c_equal to be used with arrays.
This is achieved by allowing container size computation for arrays.
PiperOrigin-RevId: 274426830
--
219719f107226d328773e6cec99fb473f5d3119c by Gennadiy Rozental <rogeeff@google.com>:
Release correct extension interfaces to support usage of absl::Time and absl::Duration as ABSL_FLAG
PiperOrigin-RevId: 274273788
--
47a77f93fda23b69b4a6bdbd506fe643c69a5579 by Gennadiy Rozental <rogeeff@google.com>:
Rework of flags persistence/FlagSaver internals.
PiperOrigin-RevId: 274225213
--
7807be3fe757c19e3b0c487298387683d4c9f5b3 by Abseil Team <absl-team@google.com>:
Switch reference to sdkddkver.h to lowercase, matching conventions used in the Windows SDK and other uses. This helps to avoid confusion on case-sensitive filesystems.
PiperOrigin-RevId: 274061877
--
561304090087a19f1d10f0475f564fe132ebf06e by Andy Getzendanner <durandal@google.com>:
Fix ABSL_WAITER_MODE detection for mingw
Import of https://github.com/abseil/abseil-cpp/pull/342
PiperOrigin-RevId: 274030071
--
9b3caac2cf202b9d440dfa1b4ffd538ac4bf715b by Derek Mauro <dmauro@google.com>:
Support using Abseil with the musl libc implementation.
Only test changes were required:
* Workaround for a bug in sigaltstack() on musl
* printf-style pointer formatting (%p) is implementation defined,
so verify StrFromat produces something compatible
* Fix detection of feenableexcept()
PiperOrigin-RevId: 274011666
--
73e8a938fc139e1cc8670d4513a445bacc855539 by Abseil Team <absl-team@google.com>:
nvcc workaround: explicitly specify the definition of node_handle::Base
PiperOrigin-RevId: 274011392
--
ab9cc6d042aca7d48e16c504ab10eab39433f4b2 by Andy Soffer <asoffer@google.com>:
Internal change
PiperOrigin-RevId: 273996318
--
e567c4979ca99c7e71821ec1523b8f5edd2c76ac by Abseil Team <absl-team@google.com>:
Introduce a type alias to work around an nvcc bug.
On the previous code, nvcc gets confused thinking that T has to be a parameter
pack, as IsDecomposable accepts one.
PiperOrigin-RevId: 273980472
--
105b6e6339b77a32f4432de05f44cd3f9c436751 by Eric Fiselier <ericwf@google.com>:
Import of CCTZ from GitHub.
PiperOrigin-RevId: 273955589
--
8feb87ff1d7e721fe094855e67c19539d5e582b7 by Abseil Team <absl-team@google.com>:
Avoid dual-exporting scheduling_mode.h
PiperOrigin-RevId: 273825112
--
fbc37854776d295dae98fb9d06a541f296daab95 by Andy Getzendanner <durandal@google.com>:
Fix ABSL_HAVE_ALARM check on mingw
Import of https://github.com/abseil/abseil-cpp/pull/341
PiperOrigin-RevId: 273817839
--
6aedcd63a735b9133e143b043744ba0a25407f6f by Andy Soffer <asoffer@google.com>:
Remove bit_gen_view.h now that all callers have been migrated to bit_gen_ref.h
Tested:
TGP - https://test.corp.google.com/ui#id=OCL:273762409:BASE:273743370:1570639020744:3001bcb5
PiperOrigin-RevId: 273810331
--
6573de24a66ba715c579f7f32b5c48a1d743c7f8 by Abseil Team <absl-team@google.com>:
Internal change.
PiperOrigin-RevId: 273589963
--
91c8c28b6dca26d98b39e8e06a8ed17c701ff793 by Abseil Team <absl-team@google.com>:
Update macro name for `ABSL_GUARDED_BY()` in the example section.
PiperOrigin-RevId: 273286983
--
0ff7d1a93d70f8ecd693f8dbb98b7a4a016ca2a4 by Abseil Team <absl-team@google.com>:
Fix potential integer overflow in the absl time library.
In absl::FromTM, the tm.tm_year is added by 1900 regarding that tm.tm_year represents the years since 1900. This change checks integer overflow before doing the arithmetic operation.
PiperOrigin-RevId: 273092952
--
b41c2a1310086807be09a833099ae6d4009f037c by Gennadiy Rozental <rogeeff@google.com>:
Correctly Unlock the global mutex in case of concurrent flag initialization.
Fixes #386
PiperOrigin-RevId: 272979749
--
c53103e71b2a6063af3c6d4ff68aa2d8f9ae9e06 by Abseil Team <absl-team@google.com>:
Try to become idle only when there is no wakeup.
Immediately after waking up (when futex wait returns), the current thread tries
to become idle doing bunch of memory loads and a branch. Problem is that there
is a good chance that we woke up due to a wakeup, especially for actively used
threads. For such wakeups, calling MaybeBecomeIdle() would be a waste of
cycles.
Instead, call MaybeBecomeIdle() only when we are sure there is no wakeup. For
idle threads the net effect should be the same. For active, threads this will
be more efficient.
Moreover, since MaybeBecomeIdle() is called before waiting on the futex, the
current thread will try to become idle before sleeping. This should result
in more accurate idleness and more efficient release of thread resources.
PiperOrigin-RevId: 272940381
GitOrigin-RevId: f13697e3d33803f9667d124072da4f6dd8bfbf85
Change-Id: I36de05aec12595183725652dd362dfa58fb095d0
2019-10-16 03:18:40 +02:00
|
|
|
|
2019-10-21 19:21:03 +02:00
|
|
|
private:
|
2020-03-23 21:16:18 +01:00
|
|
|
template <typename U, bool do_register>
|
|
|
|
friend class FlagRegistrar;
|
2020-03-26 16:48:01 +01:00
|
|
|
|
2020-02-10 19:18:03 +01:00
|
|
|
// Flag's data
|
2020-03-26 16:48:01 +01:00
|
|
|
// The implementation depends on value_ field to be placed exactly after the
|
|
|
|
// impl_ field, so that impl_ can figure out the offset to the value and
|
|
|
|
// access it.
|
2019-10-21 19:21:03 +02:00
|
|
|
FlagImpl impl_;
|
2020-03-26 16:48:01 +01:00
|
|
|
FlagValue<T> value_;
|
2019-05-07 21:56:42 +02:00
|
|
|
};
|
|
|
|
|
2020-03-26 16:48:01 +01:00
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Implementation of Flag value specific operations routine.
|
|
|
|
template <typename T>
|
|
|
|
void* FlagOps(FlagOp op, const void* v1, void* v2, void* v3) {
|
|
|
|
switch (op) {
|
2020-04-03 22:24:29 +02:00
|
|
|
case FlagOp::kAlloc: {
|
|
|
|
std::allocator<T> alloc;
|
|
|
|
return std::allocator_traits<std::allocator<T>>::allocate(alloc, 1);
|
|
|
|
}
|
|
|
|
case FlagOp::kDelete: {
|
|
|
|
T* p = static_cast<T*>(v2);
|
|
|
|
p->~T();
|
|
|
|
std::allocator<T> alloc;
|
|
|
|
std::allocator_traits<std::allocator<T>>::deallocate(alloc, p, 1);
|
2020-03-26 16:48:01 +01:00
|
|
|
return nullptr;
|
2020-04-03 22:24:29 +02:00
|
|
|
}
|
2020-03-26 16:48:01 +01:00
|
|
|
case FlagOp::kCopy:
|
|
|
|
*static_cast<T*>(v2) = *static_cast<const T*>(v1);
|
|
|
|
return nullptr;
|
|
|
|
case FlagOp::kCopyConstruct:
|
|
|
|
new (v2) T(*static_cast<const T*>(v1));
|
|
|
|
return nullptr;
|
|
|
|
case FlagOp::kSizeof:
|
|
|
|
return reinterpret_cast<void*>(static_cast<uintptr_t>(sizeof(T)));
|
2020-03-31 21:32:35 +02:00
|
|
|
case FlagOp::kFastTypeId:
|
|
|
|
return const_cast<void*>(base_internal::FastTypeId<T>());
|
|
|
|
case FlagOp::kRuntimeTypeId:
|
|
|
|
return const_cast<std::type_info*>(GenRuntimeTypeId<T>());
|
2020-03-26 16:48:01 +01:00
|
|
|
case FlagOp::kParse: {
|
|
|
|
// Initialize the temporary instance of type T based on current value in
|
|
|
|
// destination (which is going to be flag's default value).
|
|
|
|
T temp(*static_cast<T*>(v2));
|
|
|
|
if (!absl::ParseFlag<T>(*static_cast<const absl::string_view*>(v1), &temp,
|
|
|
|
static_cast<std::string*>(v3))) {
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
*static_cast<T*>(v2) = std::move(temp);
|
|
|
|
return v2;
|
|
|
|
}
|
|
|
|
case FlagOp::kUnparse:
|
|
|
|
*static_cast<std::string*>(v2) =
|
|
|
|
absl::UnparseFlag<T>(*static_cast<const T*>(v1));
|
|
|
|
return nullptr;
|
|
|
|
case FlagOp::kValueOffset: {
|
|
|
|
// Round sizeof(FlagImp) to a multiple of alignof(FlagValue<T>) to get the
|
|
|
|
// offset of the data.
|
|
|
|
ptrdiff_t round_to = alignof(FlagValue<T>);
|
|
|
|
ptrdiff_t offset =
|
|
|
|
(sizeof(FlagImpl) + round_to - 1) / round_to * round_to;
|
|
|
|
return reinterpret_cast<void*>(offset);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return nullptr;
|
|
|
|
}
|
|
|
|
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
2019-05-07 21:56:42 +02:00
|
|
|
// This class facilitates Flag object registration and tail expression-based
|
|
|
|
// flag definition, for example:
|
|
|
|
// ABSL_FLAG(int, foo, 42, "Foo help").OnUpdate(NotifyFooWatcher);
|
2020-04-01 16:32:27 +02:00
|
|
|
struct FlagRegistrarEmpty {};
|
2019-05-07 21:56:42 +02:00
|
|
|
template <typename T, bool do_register>
|
|
|
|
class FlagRegistrar {
|
|
|
|
public:
|
|
|
|
explicit FlagRegistrar(Flag<T>* flag) : flag_(flag) {
|
2020-03-23 21:16:18 +01:00
|
|
|
if (do_register) flags_internal::RegisterCommandLineFlag(&flag_->impl_);
|
2019-05-07 21:56:42 +02:00
|
|
|
}
|
|
|
|
|
2020-04-22 19:52:29 +02:00
|
|
|
FlagRegistrar OnUpdate(FlagCallbackFunc cb) && {
|
|
|
|
flag_->impl_.SetCallback(cb);
|
2019-05-07 21:56:42 +02:00
|
|
|
return *this;
|
|
|
|
}
|
|
|
|
|
2020-04-01 16:32:27 +02:00
|
|
|
// Make the registrar "die" gracefully as an empty struct on a line where
|
|
|
|
// registration happens. Registrar objects are intended to live only as
|
|
|
|
// temporary.
|
|
|
|
operator FlagRegistrarEmpty() const { return {}; } // NOLINT
|
2019-05-07 21:56:42 +02:00
|
|
|
|
|
|
|
private:
|
|
|
|
Flag<T>* flag_; // Flag being registered (not owned).
|
|
|
|
};
|
|
|
|
|
|
|
|
} // namespace flags_internal
|
2019-12-12 19:36:03 +01:00
|
|
|
ABSL_NAMESPACE_END
|
2019-05-07 21:56:42 +02:00
|
|
|
} // namespace absl
|
|
|
|
|
|
|
|
#endif // ABSL_FLAGS_INTERNAL_FLAG_H_
|