Returns current state of the Flags registry in a form of mapping from flag name to a flag reflection handle.
Declared in <absl/flags/reflection.h>
absl::flat_hash_map<std::string_view, absl::CommandLineFlag*>
GetAllFlags();
A mapping from flag name to flag reflection handle.