diff --git a/DEPS b/DEPS index 927c43e337545..e9f2c2f643e93 100644 --- a/DEPS +++ b/DEPS @@ -283,7 +283,7 @@ allowed_hosts = [ ] deps = { - 'src': 'https://github.com/flutter/buildroot.git' + '@' + 'ebc2748229c8377d97ee1cafd11dff07c285f440', + 'src': 'https://github.com/flutter/buildroot.git' + '@' + '31f887a3ba13087f1bc64bd2a1736329b5f84201', 'src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7', @@ -683,8 +683,8 @@ deps = { 'src/third_party/vulkan_memory_allocator': Var('chromium_git') + '/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator' + '@' + '7de5cc00de50e71a3aab22dea52fbb7ff4efceb6', - 'src/third_party/abseil-cpp': - Var('flutter_git') + '/third_party/abseil-cpp.git' + '@' + '1db3bdd4eb208bef55c77f22aa94991e52225230', + 'src/flutter/third_party/abseil-cpp': + Var('flutter_git') + '/third_party/abseil-cpp.git' + '@' + 'ff6504dc527b25fef0f3c531e7dba0ed6b69c162', # Dart packages 'src/flutter/third_party/pkg/archive': diff --git a/ci/licenses.sh b/ci/licenses.sh index 4667dfdebe85d..7291b390b9583 100755 --- a/ci/licenses.sh +++ b/ci/licenses.sh @@ -162,7 +162,7 @@ function verify_licenses() ( local actualLicenseCount actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')" - local expectedLicenseCount=842 # When changing this number: Update the error message below as well describing the newly expected license types. + local expectedLicenseCount=843 # When changing this number: Update the error message below as well describing the newly expected license types. if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then echo "=============================== ERROR ===============================" diff --git a/ci/licenses_golden/excluded_files b/ci/licenses_golden/excluded_files index 1b6ddd746d4fb..28474eb80ca80 100644 --- a/ci/licenses_golden/excluded_files +++ b/ci/licenses_golden/excluded_files @@ -419,6 +419,317 @@ ../../../flutter/third_party/.clang-tidy ../../../flutter/third_party/.gitignore ../../../flutter/third_party/README.md +../../../flutter/third_party/abseil-cpp/.git +../../../flutter/third_party/abseil-cpp/.github +../../../flutter/third_party/abseil-cpp/ABSEIL_ISSUE_TEMPLATE.md +../../../flutter/third_party/abseil-cpp/AUTHORS +../../../flutter/third_party/abseil-cpp/BUILD.bazel +../../../flutter/third_party/abseil-cpp/CMake +../../../flutter/third_party/abseil-cpp/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/CONTRIBUTING.md +../../../flutter/third_party/abseil-cpp/DIR_METADATA +../../../flutter/third_party/abseil-cpp/FAQ.md +../../../flutter/third_party/abseil-cpp/OWNERS +../../../flutter/third_party/abseil-cpp/README.chromium +../../../flutter/third_party/abseil-cpp/README.md +../../../flutter/third_party/abseil-cpp/UPGRADES.md +../../../flutter/third_party/abseil-cpp/WORKSPACE +../../../flutter/third_party/abseil-cpp/absl/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/abseil.podspec.gen.py +../../../flutter/third_party/abseil-cpp/absl/algorithm/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/algorithm/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/algorithm/algorithm_test.cc +../../../flutter/third_party/abseil-cpp/absl/algorithm/container_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/base/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/base/bit_cast_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/call_once_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/config_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/exception_safety_testing_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/inline_variable_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/internal/cmake_thread_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/internal/endian_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/internal/errno_saver_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/internal/fast_type_id_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_alloc_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/internal/scoped_set_env_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/internal/sysinfo_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/internal/unique_small_name_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/invoke_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/log_severity_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/no_destructor_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/nullability_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/optimization_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/prefetch_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/raw_logging_test.cc +../../../flutter/third_party/abseil-cpp/absl/base/throw_delegate_test.cc +../../../flutter/third_party/abseil-cpp/absl/cleanup/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/cleanup/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/cleanup/cleanup_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/container/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/container/btree_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/btree_test.h +../../../flutter/third_party/abseil-cpp/absl/container/fixed_array_exception_safety_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/fixed_array_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/flat_hash_map_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/flat_hash_set_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/inlined_vector_exception_safety_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/inlined_vector_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/common_policy_traits_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/compressed_tuple_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/container_memory_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_function_defaults_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_policy_testing_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_policy_traits_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/layout_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/node_slot_policy_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set_allocator_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/test_instance_tracker_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/unordered_map_constructor_test.h +../../../flutter/third_party/abseil-cpp/absl/container/internal/unordered_map_lookup_test.h +../../../flutter/third_party/abseil-cpp/absl/container/internal/unordered_map_members_test.h +../../../flutter/third_party/abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h +../../../flutter/third_party/abseil-cpp/absl/container/internal/unordered_map_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/internal/unordered_set_constructor_test.h +../../../flutter/third_party/abseil-cpp/absl/container/internal/unordered_set_lookup_test.h +../../../flutter/third_party/abseil-cpp/absl/container/internal/unordered_set_members_test.h +../../../flutter/third_party/abseil-cpp/absl/container/internal/unordered_set_modifiers_test.h +../../../flutter/third_party/abseil-cpp/absl/container/internal/unordered_set_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/node_hash_map_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/node_hash_set_test.cc +../../../flutter/third_party/abseil-cpp/absl/container/sample_element_size_test.cc +../../../flutter/third_party/abseil-cpp/absl/copts/AbseilConfigureCopts.cmake +../../../flutter/third_party/abseil-cpp/absl/copts/GENERATED_AbseilCopts.cmake +../../../flutter/third_party/abseil-cpp/absl/copts/GENERATED_copts.bzl +../../../flutter/third_party/abseil-cpp/absl/copts/configure_copts.bzl +../../../flutter/third_party/abseil-cpp/absl/copts/copts.py +../../../flutter/third_party/abseil-cpp/absl/copts/generate_copts.py +../../../flutter/third_party/abseil-cpp/absl/crc/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/crc/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/crc/crc32c_test.cc +../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_cord_state_test.cc +../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy_test.cc +../../../flutter/third_party/abseil-cpp/absl/crc/internal/non_temporal_memcpy_test.cc +../../../flutter/third_party/abseil-cpp/absl/debugging/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/debugging/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/debugging/failure_signal_handler_test.cc +../../../flutter/third_party/abseil-cpp/absl/debugging/internal/demangle_test.cc +../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stack_consumption_test.cc +../../../flutter/third_party/abseil-cpp/absl/debugging/leak_check_fail_test.cc +../../../flutter/third_party/abseil-cpp/absl/debugging/leak_check_test.cc +../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace_test.cc +../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_test.cc +../../../flutter/third_party/abseil-cpp/absl/flags/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/flags/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/flags/commandlineflag_test.cc +../../../flutter/third_party/abseil-cpp/absl/flags/config_test.cc +../../../flutter/third_party/abseil-cpp/absl/flags/flag_test.cc +../../../flutter/third_party/abseil-cpp/absl/flags/internal/path_util_test.cc +../../../flutter/third_party/abseil-cpp/absl/flags/internal/program_name_test.cc +../../../flutter/third_party/abseil-cpp/absl/flags/internal/sequence_lock_test.cc +../../../flutter/third_party/abseil-cpp/absl/flags/internal/usage_test.cc +../../../flutter/third_party/abseil-cpp/absl/flags/marshalling_test.cc +../../../flutter/third_party/abseil-cpp/absl/flags/parse_test.cc +../../../flutter/third_party/abseil-cpp/absl/flags/reflection_test.cc +../../../flutter/third_party/abseil-cpp/absl/flags/usage_config_test.cc +../../../flutter/third_party/abseil-cpp/absl/functional/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/functional/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/functional/any_invocable_test.cc +../../../flutter/third_party/abseil-cpp/absl/functional/bind_front_test.cc +../../../flutter/third_party/abseil-cpp/absl/functional/function_ref_test.cc +../../../flutter/third_party/abseil-cpp/absl/functional/overload_test.cc +../../../flutter/third_party/abseil-cpp/absl/hash/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/hash/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/hash/hash_instantiated_test.cc +../../../flutter/third_party/abseil-cpp/absl/hash/hash_test.cc +../../../flutter/third_party/abseil-cpp/absl/hash/internal/city_test.cc +../../../flutter/third_party/abseil-cpp/absl/hash/internal/hash_test.h +../../../flutter/third_party/abseil-cpp/absl/hash/internal/low_level_hash_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/log/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/log/absl_check_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/absl_log_basic_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/check_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/die_if_null_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/flags_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/globals_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/internal/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/internal/stderr_log_sink_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/log_basic_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/log_entry_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/log_format_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/log_macro_hygiene_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/log_modifier_methods_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/log_sink_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/log_streamer_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/scoped_mock_log_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/stripping_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/structured_test.cc +../../../flutter/third_party/abseil-cpp/absl/log/vlog_is_on_test.cc +../../../flutter/third_party/abseil-cpp/absl/memory/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/memory/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/memory/memory_test.cc +../../../flutter/third_party/abseil-cpp/absl/meta/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/meta/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/meta/type_traits_test.cc +../../../flutter/third_party/abseil-cpp/absl/numeric/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/numeric/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/numeric/bits_test.cc +../../../flutter/third_party/abseil-cpp/absl/numeric/int128_stream_test.cc +../../../flutter/third_party/abseil-cpp/absl/numeric/int128_test.cc +../../../flutter/third_party/abseil-cpp/absl/profiling/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/profiling/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/profiling/internal/exponential_biased_test.cc +../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler_test.cc +../../../flutter/third_party/abseil-cpp/absl/profiling/internal/sample_recorder_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/random/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/random/bernoulli_distribution_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/beta_distribution_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/bit_gen_ref_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/discrete_distribution_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/distributions_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/examples_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/exponential_distribution_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/gaussian_distribution_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/generators_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/random/internal/chi_square_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_test_util_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/explicit_seed_seq_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/fast_uniform_bits_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/fastmath_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/generate_real_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/iostream_state_saver_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/nanobenchmark_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/nonsecure_base_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/pcg_engine_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/pool_urbg_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_engine_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_hwaes_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_slow_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/salted_seed_seq_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/seed_material_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/traits_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/uniform_helper_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/internal/wide_multiply_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/log_uniform_int_distribution_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/mock_distributions_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/mocking_bit_gen_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/poisson_distribution_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/seed_sequences_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/uniform_int_distribution_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/uniform_real_distribution_test.cc +../../../flutter/third_party/abseil-cpp/absl/random/zipf_distribution_test.cc +../../../flutter/third_party/abseil-cpp/absl/status/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/status/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/status/status_test.cc +../../../flutter/third_party/abseil-cpp/absl/status/statusor_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/strings/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/strings/ascii_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/atod_manual_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/char_formatting_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/charconv_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/charset_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/cord_buffer_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/cord_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/cordz_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/escaping_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/has_absl_stringify_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/has_ostream_operator_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_bigint_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_parse_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_data_edge_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_functions_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_handle_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_info_statistics_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_info_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_update_scope_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_update_tracker_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/pow10_helper_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/resize_uninitialized_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/arg_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/bind_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/checker_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/convert_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/extension_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/output_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/parser_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/string_constant_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/internal/utf8_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/match_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/numbers_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/str_cat_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/str_format_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/str_join_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/str_replace_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/str_split_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/string_view_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/strip_test.cc +../../../flutter/third_party/abseil-cpp/absl/strings/substitute_test.cc +../../../flutter/third_party/abseil-cpp/absl/synchronization/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/synchronization/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/synchronization/barrier_test.cc +../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter_test.cc +../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles_test.cc +../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout_test.cc +../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem_test.cc +../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter_test.cc +../../../flutter/third_party/abseil-cpp/absl/synchronization/lifetime_test.cc +../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex_method_pointer_test.cc +../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex_test.cc +../../../flutter/third_party/abseil-cpp/absl/synchronization/notification_test.cc +../../../flutter/third_party/abseil-cpp/absl/time/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/time/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/time/civil_time_test.cc +../../../flutter/third_party/abseil-cpp/absl/time/clock_test.cc +../../../flutter/third_party/abseil-cpp/absl/time/duration_test.cc +../../../flutter/third_party/abseil-cpp/absl/time/flag_test.cc +../../../flutter/third_party/abseil-cpp/absl/time/format_test.cc +../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc +../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc +../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc +../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/testdata +../../../flutter/third_party/abseil-cpp/absl/time/time_test.cc +../../../flutter/third_party/abseil-cpp/absl/time/time_zone_test.cc +../../../flutter/third_party/abseil-cpp/absl/types/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/types/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/types/any_exception_safety_test.cc +../../../flutter/third_party/abseil-cpp/absl/types/any_test.cc +../../../flutter/third_party/abseil-cpp/absl/types/compare_test.cc +../../../flutter/third_party/abseil-cpp/absl/types/optional_exception_safety_test.cc +../../../flutter/third_party/abseil-cpp/absl/types/optional_test.cc +../../../flutter/third_party/abseil-cpp/absl/types/span_test.cc +../../../flutter/third_party/abseil-cpp/absl/types/variant_exception_safety_test.cc +../../../flutter/third_party/abseil-cpp/absl/types/variant_test.cc +../../../flutter/third_party/abseil-cpp/absl/utility/BUILD.bazel +../../../flutter/third_party/abseil-cpp/absl/utility/CMakeLists.txt +../../../flutter/third_party/abseil-cpp/absl/utility/internal/if_constexpr_test.cc +../../../flutter/third_party/abseil-cpp/absl/utility/utility_test.cc +../../../flutter/third_party/abseil-cpp/absl_hardening_test.cc +../../../flutter/third_party/abseil-cpp/conanfile.py +../../../flutter/third_party/abseil-cpp/create_lts.py +../../../flutter/third_party/abseil-cpp/generate_def_files.py +../../../flutter/third_party/abseil-cpp/roll_abseil.py ../../../flutter/third_party/accessibility/README.md ../../../flutter/third_party/accessibility/ax/ax_enum_util_unittest.cc ../../../flutter/third_party/accessibility/ax/ax_event_generator_unittest.cc @@ -2357,317 +2668,6 @@ ../../../fuchsia/sdk/linux/tools ../../../fuchsia/sdk/linux/version_history.json ../../../out -../../../third_party/abseil-cpp/.git -../../../third_party/abseil-cpp/.github -../../../third_party/abseil-cpp/ABSEIL_ISSUE_TEMPLATE.md -../../../third_party/abseil-cpp/AUTHORS -../../../third_party/abseil-cpp/BUILD.bazel -../../../third_party/abseil-cpp/CMake -../../../third_party/abseil-cpp/CMakeLists.txt -../../../third_party/abseil-cpp/CONTRIBUTING.md -../../../third_party/abseil-cpp/DIR_METADATA -../../../third_party/abseil-cpp/FAQ.md -../../../third_party/abseil-cpp/OWNERS -../../../third_party/abseil-cpp/README.chromium -../../../third_party/abseil-cpp/README.md -../../../third_party/abseil-cpp/UPGRADES.md -../../../third_party/abseil-cpp/WORKSPACE -../../../third_party/abseil-cpp/absl/BUILD.bazel -../../../third_party/abseil-cpp/absl/CMakeLists.txt -../../../third_party/abseil-cpp/absl/abseil.podspec.gen.py -../../../third_party/abseil-cpp/absl/algorithm/BUILD.bazel -../../../third_party/abseil-cpp/absl/algorithm/CMakeLists.txt -../../../third_party/abseil-cpp/absl/algorithm/algorithm_test.cc -../../../third_party/abseil-cpp/absl/algorithm/container_test.cc -../../../third_party/abseil-cpp/absl/base/BUILD.bazel -../../../third_party/abseil-cpp/absl/base/CMakeLists.txt -../../../third_party/abseil-cpp/absl/base/bit_cast_test.cc -../../../third_party/abseil-cpp/absl/base/call_once_test.cc -../../../third_party/abseil-cpp/absl/base/config_test.cc -../../../third_party/abseil-cpp/absl/base/exception_safety_testing_test.cc -../../../third_party/abseil-cpp/absl/base/inline_variable_test.cc -../../../third_party/abseil-cpp/absl/base/internal/atomic_hook_test.cc -../../../third_party/abseil-cpp/absl/base/internal/cmake_thread_test.cc -../../../third_party/abseil-cpp/absl/base/internal/endian_test.cc -../../../third_party/abseil-cpp/absl/base/internal/errno_saver_test.cc -../../../third_party/abseil-cpp/absl/base/internal/fast_type_id_test.cc -../../../third_party/abseil-cpp/absl/base/internal/low_level_alloc_test.cc -../../../third_party/abseil-cpp/absl/base/internal/scoped_set_env_test.cc -../../../third_party/abseil-cpp/absl/base/internal/strerror_test.cc -../../../third_party/abseil-cpp/absl/base/internal/sysinfo_test.cc -../../../third_party/abseil-cpp/absl/base/internal/thread_identity_test.cc -../../../third_party/abseil-cpp/absl/base/internal/unique_small_name_test.cc -../../../third_party/abseil-cpp/absl/base/invoke_test.cc -../../../third_party/abseil-cpp/absl/base/log_severity_test.cc -../../../third_party/abseil-cpp/absl/base/no_destructor_test.cc -../../../third_party/abseil-cpp/absl/base/nullability_test.cc -../../../third_party/abseil-cpp/absl/base/optimization_test.cc -../../../third_party/abseil-cpp/absl/base/prefetch_test.cc -../../../third_party/abseil-cpp/absl/base/raw_logging_test.cc -../../../third_party/abseil-cpp/absl/base/throw_delegate_test.cc -../../../third_party/abseil-cpp/absl/cleanup/BUILD.bazel -../../../third_party/abseil-cpp/absl/cleanup/CMakeLists.txt -../../../third_party/abseil-cpp/absl/cleanup/cleanup_test.cc -../../../third_party/abseil-cpp/absl/container/BUILD.bazel -../../../third_party/abseil-cpp/absl/container/CMakeLists.txt -../../../third_party/abseil-cpp/absl/container/btree_test.cc -../../../third_party/abseil-cpp/absl/container/btree_test.h -../../../third_party/abseil-cpp/absl/container/fixed_array_exception_safety_test.cc -../../../third_party/abseil-cpp/absl/container/fixed_array_test.cc -../../../third_party/abseil-cpp/absl/container/flat_hash_map_test.cc -../../../third_party/abseil-cpp/absl/container/flat_hash_set_test.cc -../../../third_party/abseil-cpp/absl/container/inlined_vector_exception_safety_test.cc -../../../third_party/abseil-cpp/absl/container/inlined_vector_test.cc -../../../third_party/abseil-cpp/absl/container/internal/common_policy_traits_test.cc -../../../third_party/abseil-cpp/absl/container/internal/compressed_tuple_test.cc -../../../third_party/abseil-cpp/absl/container/internal/container_memory_test.cc -../../../third_party/abseil-cpp/absl/container/internal/hash_function_defaults_test.cc -../../../third_party/abseil-cpp/absl/container/internal/hash_policy_testing_test.cc -../../../third_party/abseil-cpp/absl/container/internal/hash_policy_traits_test.cc -../../../third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_test.cc -../../../third_party/abseil-cpp/absl/container/internal/layout_test.cc -../../../third_party/abseil-cpp/absl/container/internal/node_slot_policy_test.cc -../../../third_party/abseil-cpp/absl/container/internal/raw_hash_set_allocator_test.cc -../../../third_party/abseil-cpp/absl/container/internal/raw_hash_set_test.cc -../../../third_party/abseil-cpp/absl/container/internal/test_instance_tracker_test.cc -../../../third_party/abseil-cpp/absl/container/internal/unordered_map_constructor_test.h -../../../third_party/abseil-cpp/absl/container/internal/unordered_map_lookup_test.h -../../../third_party/abseil-cpp/absl/container/internal/unordered_map_members_test.h -../../../third_party/abseil-cpp/absl/container/internal/unordered_map_modifiers_test.h -../../../third_party/abseil-cpp/absl/container/internal/unordered_map_test.cc -../../../third_party/abseil-cpp/absl/container/internal/unordered_set_constructor_test.h -../../../third_party/abseil-cpp/absl/container/internal/unordered_set_lookup_test.h -../../../third_party/abseil-cpp/absl/container/internal/unordered_set_members_test.h -../../../third_party/abseil-cpp/absl/container/internal/unordered_set_modifiers_test.h -../../../third_party/abseil-cpp/absl/container/internal/unordered_set_test.cc -../../../third_party/abseil-cpp/absl/container/node_hash_map_test.cc -../../../third_party/abseil-cpp/absl/container/node_hash_set_test.cc -../../../third_party/abseil-cpp/absl/container/sample_element_size_test.cc -../../../third_party/abseil-cpp/absl/copts/AbseilConfigureCopts.cmake -../../../third_party/abseil-cpp/absl/copts/GENERATED_AbseilCopts.cmake -../../../third_party/abseil-cpp/absl/copts/GENERATED_copts.bzl -../../../third_party/abseil-cpp/absl/copts/configure_copts.bzl -../../../third_party/abseil-cpp/absl/copts/copts.py -../../../third_party/abseil-cpp/absl/copts/generate_copts.py -../../../third_party/abseil-cpp/absl/crc/BUILD.bazel -../../../third_party/abseil-cpp/absl/crc/CMakeLists.txt -../../../third_party/abseil-cpp/absl/crc/crc32c_test.cc -../../../third_party/abseil-cpp/absl/crc/internal/crc_cord_state_test.cc -../../../third_party/abseil-cpp/absl/crc/internal/crc_memcpy_test.cc -../../../third_party/abseil-cpp/absl/crc/internal/non_temporal_memcpy_test.cc -../../../third_party/abseil-cpp/absl/debugging/BUILD.bazel -../../../third_party/abseil-cpp/absl/debugging/CMakeLists.txt -../../../third_party/abseil-cpp/absl/debugging/failure_signal_handler_test.cc -../../../third_party/abseil-cpp/absl/debugging/internal/demangle_test.cc -../../../third_party/abseil-cpp/absl/debugging/internal/stack_consumption_test.cc -../../../third_party/abseil-cpp/absl/debugging/leak_check_fail_test.cc -../../../third_party/abseil-cpp/absl/debugging/leak_check_test.cc -../../../third_party/abseil-cpp/absl/debugging/stacktrace_test.cc -../../../third_party/abseil-cpp/absl/debugging/symbolize_test.cc -../../../third_party/abseil-cpp/absl/flags/BUILD.bazel -../../../third_party/abseil-cpp/absl/flags/CMakeLists.txt -../../../third_party/abseil-cpp/absl/flags/commandlineflag_test.cc -../../../third_party/abseil-cpp/absl/flags/config_test.cc -../../../third_party/abseil-cpp/absl/flags/flag_test.cc -../../../third_party/abseil-cpp/absl/flags/internal/path_util_test.cc -../../../third_party/abseil-cpp/absl/flags/internal/program_name_test.cc -../../../third_party/abseil-cpp/absl/flags/internal/sequence_lock_test.cc -../../../third_party/abseil-cpp/absl/flags/internal/usage_test.cc -../../../third_party/abseil-cpp/absl/flags/marshalling_test.cc -../../../third_party/abseil-cpp/absl/flags/parse_test.cc -../../../third_party/abseil-cpp/absl/flags/reflection_test.cc -../../../third_party/abseil-cpp/absl/flags/usage_config_test.cc -../../../third_party/abseil-cpp/absl/functional/BUILD.bazel -../../../third_party/abseil-cpp/absl/functional/CMakeLists.txt -../../../third_party/abseil-cpp/absl/functional/any_invocable_test.cc -../../../third_party/abseil-cpp/absl/functional/bind_front_test.cc -../../../third_party/abseil-cpp/absl/functional/function_ref_test.cc -../../../third_party/abseil-cpp/absl/functional/overload_test.cc -../../../third_party/abseil-cpp/absl/hash/BUILD.bazel -../../../third_party/abseil-cpp/absl/hash/CMakeLists.txt -../../../third_party/abseil-cpp/absl/hash/hash_instantiated_test.cc -../../../third_party/abseil-cpp/absl/hash/hash_test.cc -../../../third_party/abseil-cpp/absl/hash/internal/city_test.cc -../../../third_party/abseil-cpp/absl/hash/internal/hash_test.h -../../../third_party/abseil-cpp/absl/hash/internal/low_level_hash_test.cc -../../../third_party/abseil-cpp/absl/log/BUILD.bazel -../../../third_party/abseil-cpp/absl/log/CMakeLists.txt -../../../third_party/abseil-cpp/absl/log/absl_check_test.cc -../../../third_party/abseil-cpp/absl/log/absl_log_basic_test.cc -../../../third_party/abseil-cpp/absl/log/check_test.cc -../../../third_party/abseil-cpp/absl/log/die_if_null_test.cc -../../../third_party/abseil-cpp/absl/log/flags_test.cc -../../../third_party/abseil-cpp/absl/log/globals_test.cc -../../../third_party/abseil-cpp/absl/log/internal/BUILD.bazel -../../../third_party/abseil-cpp/absl/log/internal/fnmatch_test.cc -../../../third_party/abseil-cpp/absl/log/internal/stderr_log_sink_test.cc -../../../third_party/abseil-cpp/absl/log/log_basic_test.cc -../../../third_party/abseil-cpp/absl/log/log_entry_test.cc -../../../third_party/abseil-cpp/absl/log/log_format_test.cc -../../../third_party/abseil-cpp/absl/log/log_macro_hygiene_test.cc -../../../third_party/abseil-cpp/absl/log/log_modifier_methods_test.cc -../../../third_party/abseil-cpp/absl/log/log_sink_test.cc -../../../third_party/abseil-cpp/absl/log/log_streamer_test.cc -../../../third_party/abseil-cpp/absl/log/scoped_mock_log_test.cc -../../../third_party/abseil-cpp/absl/log/stripping_test.cc -../../../third_party/abseil-cpp/absl/log/structured_test.cc -../../../third_party/abseil-cpp/absl/log/vlog_is_on_test.cc -../../../third_party/abseil-cpp/absl/memory/BUILD.bazel -../../../third_party/abseil-cpp/absl/memory/CMakeLists.txt -../../../third_party/abseil-cpp/absl/memory/memory_test.cc -../../../third_party/abseil-cpp/absl/meta/BUILD.bazel -../../../third_party/abseil-cpp/absl/meta/CMakeLists.txt -../../../third_party/abseil-cpp/absl/meta/type_traits_test.cc -../../../third_party/abseil-cpp/absl/numeric/BUILD.bazel -../../../third_party/abseil-cpp/absl/numeric/CMakeLists.txt -../../../third_party/abseil-cpp/absl/numeric/bits_test.cc -../../../third_party/abseil-cpp/absl/numeric/int128_stream_test.cc -../../../third_party/abseil-cpp/absl/numeric/int128_test.cc -../../../third_party/abseil-cpp/absl/profiling/BUILD.bazel -../../../third_party/abseil-cpp/absl/profiling/CMakeLists.txt -../../../third_party/abseil-cpp/absl/profiling/internal/exponential_biased_test.cc -../../../third_party/abseil-cpp/absl/profiling/internal/periodic_sampler_test.cc -../../../third_party/abseil-cpp/absl/profiling/internal/sample_recorder_test.cc -../../../third_party/abseil-cpp/absl/random/BUILD.bazel -../../../third_party/abseil-cpp/absl/random/CMakeLists.txt -../../../third_party/abseil-cpp/absl/random/bernoulli_distribution_test.cc -../../../third_party/abseil-cpp/absl/random/beta_distribution_test.cc -../../../third_party/abseil-cpp/absl/random/bit_gen_ref_test.cc -../../../third_party/abseil-cpp/absl/random/discrete_distribution_test.cc -../../../third_party/abseil-cpp/absl/random/distributions_test.cc -../../../third_party/abseil-cpp/absl/random/examples_test.cc -../../../third_party/abseil-cpp/absl/random/exponential_distribution_test.cc -../../../third_party/abseil-cpp/absl/random/gaussian_distribution_test.cc -../../../third_party/abseil-cpp/absl/random/generators_test.cc -../../../third_party/abseil-cpp/absl/random/internal/BUILD.bazel -../../../third_party/abseil-cpp/absl/random/internal/chi_square_test.cc -../../../third_party/abseil-cpp/absl/random/internal/distribution_test_util_test.cc -../../../third_party/abseil-cpp/absl/random/internal/explicit_seed_seq_test.cc -../../../third_party/abseil-cpp/absl/random/internal/fast_uniform_bits_test.cc -../../../third_party/abseil-cpp/absl/random/internal/fastmath_test.cc -../../../third_party/abseil-cpp/absl/random/internal/generate_real_test.cc -../../../third_party/abseil-cpp/absl/random/internal/iostream_state_saver_test.cc -../../../third_party/abseil-cpp/absl/random/internal/nanobenchmark_test.cc -../../../third_party/abseil-cpp/absl/random/internal/nonsecure_base_test.cc -../../../third_party/abseil-cpp/absl/random/internal/pcg_engine_test.cc -../../../third_party/abseil-cpp/absl/random/internal/pool_urbg_test.cc -../../../third_party/abseil-cpp/absl/random/internal/randen_engine_test.cc -../../../third_party/abseil-cpp/absl/random/internal/randen_hwaes_test.cc -../../../third_party/abseil-cpp/absl/random/internal/randen_slow_test.cc -../../../third_party/abseil-cpp/absl/random/internal/randen_test.cc -../../../third_party/abseil-cpp/absl/random/internal/salted_seed_seq_test.cc -../../../third_party/abseil-cpp/absl/random/internal/seed_material_test.cc -../../../third_party/abseil-cpp/absl/random/internal/traits_test.cc -../../../third_party/abseil-cpp/absl/random/internal/uniform_helper_test.cc -../../../third_party/abseil-cpp/absl/random/internal/wide_multiply_test.cc -../../../third_party/abseil-cpp/absl/random/log_uniform_int_distribution_test.cc -../../../third_party/abseil-cpp/absl/random/mock_distributions_test.cc -../../../third_party/abseil-cpp/absl/random/mocking_bit_gen_test.cc -../../../third_party/abseil-cpp/absl/random/poisson_distribution_test.cc -../../../third_party/abseil-cpp/absl/random/seed_sequences_test.cc -../../../third_party/abseil-cpp/absl/random/uniform_int_distribution_test.cc -../../../third_party/abseil-cpp/absl/random/uniform_real_distribution_test.cc -../../../third_party/abseil-cpp/absl/random/zipf_distribution_test.cc -../../../third_party/abseil-cpp/absl/status/BUILD.bazel -../../../third_party/abseil-cpp/absl/status/CMakeLists.txt -../../../third_party/abseil-cpp/absl/status/status_test.cc -../../../third_party/abseil-cpp/absl/status/statusor_test.cc -../../../third_party/abseil-cpp/absl/strings/BUILD.bazel -../../../third_party/abseil-cpp/absl/strings/CMakeLists.txt -../../../third_party/abseil-cpp/absl/strings/ascii_test.cc -../../../third_party/abseil-cpp/absl/strings/atod_manual_test.cc -../../../third_party/abseil-cpp/absl/strings/char_formatting_test.cc -../../../third_party/abseil-cpp/absl/strings/charconv_test.cc -../../../third_party/abseil-cpp/absl/strings/charset_test.cc -../../../third_party/abseil-cpp/absl/strings/cord_buffer_test.cc -../../../third_party/abseil-cpp/absl/strings/cord_test.cc -../../../third_party/abseil-cpp/absl/strings/cordz_test.cc -../../../third_party/abseil-cpp/absl/strings/escaping_test.cc -../../../third_party/abseil-cpp/absl/strings/has_absl_stringify_test.cc -../../../third_party/abseil-cpp/absl/strings/has_ostream_operator_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/charconv_bigint_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/charconv_parse_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cord_data_edge_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_crc_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cordz_functions_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cordz_handle_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cordz_info_statistics_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cordz_info_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cordz_sample_token_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cordz_update_scope_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/cordz_update_tracker_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/memutil_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/ostringstream_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/pow10_helper_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/resize_uninitialized_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/str_format/arg_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/str_format/bind_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/str_format/checker_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/str_format/convert_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/str_format/extension_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/str_format/output_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/str_format/parser_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/string_constant_test.cc -../../../third_party/abseil-cpp/absl/strings/internal/utf8_test.cc -../../../third_party/abseil-cpp/absl/strings/match_test.cc -../../../third_party/abseil-cpp/absl/strings/numbers_test.cc -../../../third_party/abseil-cpp/absl/strings/str_cat_test.cc -../../../third_party/abseil-cpp/absl/strings/str_format_test.cc -../../../third_party/abseil-cpp/absl/strings/str_join_test.cc -../../../third_party/abseil-cpp/absl/strings/str_replace_test.cc -../../../third_party/abseil-cpp/absl/strings/str_split_test.cc -../../../third_party/abseil-cpp/absl/strings/string_view_test.cc -../../../third_party/abseil-cpp/absl/strings/strip_test.cc -../../../third_party/abseil-cpp/absl/strings/substitute_test.cc -../../../third_party/abseil-cpp/absl/synchronization/BUILD.bazel -../../../third_party/abseil-cpp/absl/synchronization/CMakeLists.txt -../../../third_party/abseil-cpp/absl/synchronization/barrier_test.cc -../../../third_party/abseil-cpp/absl/synchronization/blocking_counter_test.cc -../../../third_party/abseil-cpp/absl/synchronization/internal/graphcycles_test.cc -../../../third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout_test.cc -../../../third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem_test.cc -../../../third_party/abseil-cpp/absl/synchronization/internal/waiter_test.cc -../../../third_party/abseil-cpp/absl/synchronization/lifetime_test.cc -../../../third_party/abseil-cpp/absl/synchronization/mutex_method_pointer_test.cc -../../../third_party/abseil-cpp/absl/synchronization/mutex_test.cc -../../../third_party/abseil-cpp/absl/synchronization/notification_test.cc -../../../third_party/abseil-cpp/absl/time/BUILD.bazel -../../../third_party/abseil-cpp/absl/time/CMakeLists.txt -../../../third_party/abseil-cpp/absl/time/civil_time_test.cc -../../../third_party/abseil-cpp/absl/time/clock_test.cc -../../../third_party/abseil-cpp/absl/time/duration_test.cc -../../../third_party/abseil-cpp/absl/time/flag_test.cc -../../../third_party/abseil-cpp/absl/time/format_test.cc -../../../third_party/abseil-cpp/absl/time/internal/cctz/BUILD.bazel -../../../third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_test.cc -../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format_test.cc -../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup_test.cc -../../../third_party/abseil-cpp/absl/time/internal/cctz/testdata -../../../third_party/abseil-cpp/absl/time/time_test.cc -../../../third_party/abseil-cpp/absl/time/time_zone_test.cc -../../../third_party/abseil-cpp/absl/types/BUILD.bazel -../../../third_party/abseil-cpp/absl/types/CMakeLists.txt -../../../third_party/abseil-cpp/absl/types/any_exception_safety_test.cc -../../../third_party/abseil-cpp/absl/types/any_test.cc -../../../third_party/abseil-cpp/absl/types/compare_test.cc -../../../third_party/abseil-cpp/absl/types/optional_exception_safety_test.cc -../../../third_party/abseil-cpp/absl/types/optional_test.cc -../../../third_party/abseil-cpp/absl/types/span_test.cc -../../../third_party/abseil-cpp/absl/types/variant_exception_safety_test.cc -../../../third_party/abseil-cpp/absl/types/variant_test.cc -../../../third_party/abseil-cpp/absl/utility/BUILD.bazel -../../../third_party/abseil-cpp/absl/utility/CMakeLists.txt -../../../third_party/abseil-cpp/absl/utility/internal/if_constexpr_test.cc -../../../third_party/abseil-cpp/absl/utility/utility_test.cc -../../../third_party/abseil-cpp/absl_hardening_test.cc -../../../third_party/abseil-cpp/conanfile.py -../../../third_party/abseil-cpp/create_lts.py -../../../third_party/abseil-cpp/generate_def_files.py -../../../third_party/abseil-cpp/roll_abseil.py ../../../third_party/android_embedding_dependencies ../../../third_party/android_tools ../../../third_party/angle/.clang-format diff --git a/ci/licenses_golden/licenses_flutter b/ci/licenses_golden/licenses_flutter index 3d33f51e5d590..873bd9d48dde8 100644 --- a/ci/licenses_golden/licenses_flutter +++ b/ci/licenses_golden/licenses_flutter @@ -500,6 +500,7 @@ limitations under the License. ==================================================================================================== ==================================================================================================== +LIBRARY: abseil-cpp LIBRARY: expat LIBRARY: flatbuffers LIBRARY: glslang @@ -1204,9 +1205,1163 @@ ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutte ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_utils.cpp ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_safe_struct_vendor.cpp ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/vulkan-deps/vulkan-validation-layers/src/layers/vulkan/generated/vk_validation_error_messages.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/MODULE.bazel +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/WORKSPACE.bzlmod +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/algorithm/algorithm.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/algorithm/container.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/attributes.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/call_once.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/casts.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/config.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/const_init.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/dynamic_annotations.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/inline_variable_test_a.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/inline_variable_test_b.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock_config.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/direct_mmap.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/endian.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/errno_saver.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_safety_testing.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_safety_testing.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_testing.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/fast_type_id.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/hide_ptr.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/identity.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/inline_variable.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/inline_variable_testing.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/invoke.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_alloc.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_scheduling.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/nullability_impl.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/per_thread_tls.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/pretty_function.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/raw_logging.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/raw_logging.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/scheduling_mode.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/scoped_set_env.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/scoped_set_env.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_akaros.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_linux.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_posix.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_wait.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_win32.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/sysinfo.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/sysinfo.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/throw_delegate.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/throw_delegate.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/tsan_mutex_interface.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/unaligned_access.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock_config.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/log_severity.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/log_severity.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/macros.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/no_destructor.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/no_destructor_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/nullability.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/optimization.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/options.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/policy_checks.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/port.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/prefetch.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/spinlock_test_common.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/base/thread_annotations.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/cleanup/cleanup.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/cleanup/internal/cleanup.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/btree_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/btree_map.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/btree_set.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/fixed_array.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/fixed_array_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/flat_hash_map.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/flat_hash_set.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/inlined_vector.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/inlined_vector_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/btree.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/btree_container.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/common.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/common_policy_traits.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/compressed_tuple.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/container_memory.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_function_defaults.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_generator_testing.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_generator_testing.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_policy_testing.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_policy_traits.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtable_debug.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtable_debug_hooks.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/inlined_vector.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/layout.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/layout_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/node_slot_policy.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_map.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set_probe_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_allocator.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_instance_tracker.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_instance_tracker.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/internal/tracked.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/node_hash_map.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/container/node_hash_set.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/cpu_detect.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/cpu_detect.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32_x86_arm_combined_simd.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32c.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32c_inline.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_cord_state.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_cord_state.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy_x86_arm_combined.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/non_temporal_arm_intrinsics.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/crc/internal/non_temporal_memcpy.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/failure_signal_handler.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/demangle.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/demangle.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/examine_stack.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stack_consumption.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stack_consumption.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_arm-inl.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_emscripten-inl.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_generic-inl.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_powerpc-inl.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_riscv-inl.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_win32-inl.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_x86-inl.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/symbolize.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/vdso_support.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/leak_check.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/leak_check.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_darwin.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_elf.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_emscripten.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_unimplemented.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_win32.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/commandlineflag.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/commandlineflag.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/config.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/declare.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/flag.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/flag.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/flag_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/flag_test_defs.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/commandlineflag.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/commandlineflag.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag_msvc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/parse.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/path_util.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/program_name.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/program_name.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/registry.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/sequence_lock.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/usage.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/internal/usage.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/marshalling.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/marshalling.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/parse.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/parse.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/reflection.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/reflection.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/usage.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/usage.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/usage_config.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/flags/usage_config.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/any_invocable.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/bind_front.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/function_ref.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/function_type_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/internal/any_invocable.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/internal/front_binder.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/internal/function_ref.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/functional/overload.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/hash.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/hash_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/hash_testing.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/city.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/city.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/hash.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/hash.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/low_level_hash.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/print_hash_of.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/hash/internal/spy_hash_state.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/absl_check.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/absl_log.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/absl_vlog_is_on.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/check.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/check_test_impl.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/die_if_null.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/die_if_null.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/flags.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/flags.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/globals.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/globals.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/initialize.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/initialize.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/append_truncated.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_impl.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_op.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_op.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/conditions.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/conditions.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/config.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/flags.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/globals.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/globals.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_format.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_format.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_impl.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_message.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_message.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_sink_set.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_sink_set.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullguard.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullguard.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullstream.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/proto.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/proto.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/strip.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/structured.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_actions.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_actions.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_helpers.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_helpers.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_matchers.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_matchers.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/internal/voidify.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_basic_test_impl.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_entry.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_entry.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_sink.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_sink.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_sink_registry.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/log_streamer.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/scoped_mock_log.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/scoped_mock_log.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/structured.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/log/vlog_is_on.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/memory/memory.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/meta/type_traits.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/bits.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/bits_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/int128.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/int128.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_have_intrinsic.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_no_intrinsic.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/internal/bits.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/numeric/internal/representation.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/sample_recorder.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/benchmarks.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/bernoulli_distribution.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/beta_distribution.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/bit_gen_ref.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/discrete_distribution.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/discrete_distribution.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/distributions.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/exponential_distribution.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/gaussian_distribution.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/chi_square.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/chi_square.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_caller.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_test_util.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_test_util.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/explicit_seed_seq.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/fast_uniform_bits.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/fastmath.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/gaussian_distribution_gentables.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/generate_real.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/iostream_state_saver.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/mock_helpers.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/mock_overload_set.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/nanobenchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/nanobenchmark.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/nonsecure_base.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/pcg_engine.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/platform.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/pool_urbg.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/pool_urbg.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_benchmarks.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_detect.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_detect.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_engine.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_hwaes.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_slow.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_slow.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_traits.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/salted_seed_seq.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/seed_material.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/seed_material.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/sequence_urbg.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/traits.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/uniform_helper.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/internal/wide_multiply.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/log_uniform_int_distribution.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/mock_distributions.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/mocking_bit_gen.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/poisson_distribution.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/random.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/seed_gen_exception.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/seed_gen_exception.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/seed_sequences.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/seed_sequences.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/uniform_int_distribution.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/uniform_real_distribution.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/random/zipf_distribution.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/internal/status_internal.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/internal/status_internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/internal/statusor_internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/status.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/status.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/status_payload_printer.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/status_payload_printer.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/statusor.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/status/statusor.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/ascii.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/ascii.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/ascii_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/charconv.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/charconv.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/charconv_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/charset.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/charset_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord_analysis.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord_analysis.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord_buffer.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord_buffer.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cord_test_helpers.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/cordz_test_helpers.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/escaping.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/escaping.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/escaping_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/has_absl_stringify.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/has_ostream_operator.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_parse.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_data_edge.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_internal.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_flat.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_test_util.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_functions.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_handle.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_info.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_info.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_statistics.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_update_scope.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_update_tracker.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping_test_common.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/has_absl_stringify.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/numbers_test_common.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/pow10_helper.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/pow10_helper.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stl_type_traits.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/arg.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/bind.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/checker.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/constexpr_parser.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/output.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/output.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/parser.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_join_internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_split_internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/string_constant.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stringify_sink.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stringify_sink.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/utf8.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/internal/utf8.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/match.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/match.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/numbers.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/numbers.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/numbers_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_format.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_join.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_join_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_split.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_split.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/str_split_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/string_view.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/string_view.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/string_view_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/strip.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/substitute.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/strings/substitute.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/barrier.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/barrier.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/thread_pool.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter_base.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter_base.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/notification.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/synchronization/notification.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/civil_time.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/civil_time.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/civil_time_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/clock.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/clock.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/clock_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/duration.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/duration_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/format.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/format_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/zone_info_source.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/cctz_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/get_current_time_chrono.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/test_util.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/internal/test_util.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/time.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/time.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/time/time_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/any.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_any_cast.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_any_cast.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_optional_access.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_optional_access.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_variant_access.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/bad_variant_access.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/compare.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/internal/optional.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/internal/span.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/internal/variant.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/optional.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/span.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/variant.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/types/variant_benchmark.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/utility/internal/if_constexpr.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/utility/utility.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/ci/absl_alternate_options.h ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/wuffs/release/c/wuffs-v0.2.c ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/wuffs/release/c/wuffs-v0.3.c TYPE: LicenseType.apache +FILE: ../../../flutter/third_party/abseil-cpp/MODULE.bazel +FILE: ../../../flutter/third_party/abseil-cpp/WORKSPACE.bzlmod +FILE: ../../../flutter/third_party/abseil-cpp/absl/algorithm/algorithm.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/algorithm/container.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/attributes.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/call_once.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/casts.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/config.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/const_init.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/dynamic_annotations.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/inline_variable_test_a.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/inline_variable_test_b.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/cycleclock_config.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/direct_mmap.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/endian.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/errno_saver.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_safety_testing.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_safety_testing.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/exception_testing.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/fast_type_id.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/hide_ptr.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/identity.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/inline_variable.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/inline_variable_testing.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/invoke.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_alloc.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/low_level_scheduling.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/nullability_impl.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/per_thread_tls.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/pretty_function.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/raw_logging.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/raw_logging.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/scheduling_mode.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/scoped_set_env.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/scoped_set_env.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_akaros.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_linux.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_posix.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_wait.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/spinlock_win32.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/strerror_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/sysinfo.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/sysinfo.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/thread_identity_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/throw_delegate.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/throw_delegate.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/tsan_mutex_interface.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/unaligned_access.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/internal/unscaledcycleclock_config.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/log_severity.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/log_severity.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/macros.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/no_destructor.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/no_destructor_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/nullability.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/optimization.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/options.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/policy_checks.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/port.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/prefetch.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/spinlock_test_common.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/base/thread_annotations.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/cleanup/cleanup.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/cleanup/internal/cleanup.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/btree_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/btree_map.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/btree_set.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/fixed_array.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/fixed_array_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/flat_hash_map.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/flat_hash_set.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/inlined_vector.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/inlined_vector_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/btree.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/btree_container.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/common.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/common_policy_traits.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/compressed_tuple.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/container_memory.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_function_defaults.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_generator_testing.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_generator_testing.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_policy_testing.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hash_policy_traits.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtable_debug.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtable_debug_hooks.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/inlined_vector.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/layout.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/layout_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/node_slot_policy.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_map.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/raw_hash_set_probe_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_allocator.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_instance_tracker.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/test_instance_tracker.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/internal/tracked.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/node_hash_map.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/container/node_hash_set.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/crc32c_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/cpu_detect.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/cpu_detect.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32_x86_arm_combined_simd.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32c.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc32c_inline.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_cord_state.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_cord_state.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_internal.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_memcpy_x86_arm_combined.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/non_temporal_arm_intrinsics.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/crc/internal/non_temporal_memcpy.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/failure_signal_handler.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/address_is_readable.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/demangle.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/demangle.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/examine_stack.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stack_consumption.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stack_consumption.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_arm-inl.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_emscripten-inl.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_generic-inl.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_powerpc-inl.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_riscv-inl.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_win32-inl.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_x86-inl.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/symbolize.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/vdso_support.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/leak_check.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/leak_check.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/stacktrace_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_darwin.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_elf.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_emscripten.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_unimplemented.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/symbolize_win32.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/commandlineflag.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/commandlineflag.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/config.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/declare.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/flag.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/flag.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/flag_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/flag_test_defs.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/commandlineflag.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/commandlineflag.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/flag_msvc.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/parse.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/path_util.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/program_name.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/program_name.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/registry.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/sequence_lock.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/usage.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/internal/usage.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/marshalling.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/marshalling.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/parse.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/parse.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/reflection.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/reflection.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/usage.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/usage.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/usage_config.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/usage_config.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/any_invocable.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/bind_front.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/function_ref.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/function_type_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/internal/any_invocable.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/internal/front_binder.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/internal/function_ref.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/functional/overload.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/hash.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/hash_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/hash_testing.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/city.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/city.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/hash.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/hash.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/low_level_hash.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/print_hash_of.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/hash/internal/spy_hash_state.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/absl_check.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/absl_log.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/absl_vlog_is_on.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/check.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/check_test_impl.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/die_if_null.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/die_if_null.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/flags.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/flags.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/globals.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/globals.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/initialize.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/initialize.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/append_truncated.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_impl.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_op.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/check_op.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/conditions.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/conditions.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/config.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/flags.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/fnmatch_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/globals.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/globals.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_format.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_format.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_impl.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_message.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_message.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_sink_set.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/log_sink_set.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullguard.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullguard.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/nullstream.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/proto.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/proto.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/strip.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/structured.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_actions.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_actions.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_helpers.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_helpers.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_matchers.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/test_matchers.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/vlog_config_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/internal/voidify.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_basic_test_impl.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_entry.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_entry.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_sink.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_sink.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_sink_registry.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/log_streamer.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/scoped_mock_log.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/scoped_mock_log.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/structured.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/log/vlog_is_on.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/memory/memory.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/meta/type_traits.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/bits.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/bits_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/int128.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/int128.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_have_intrinsic.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/int128_no_intrinsic.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/internal/bits.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/numeric/internal/representation.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/exponential_biased.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/periodic_sampler_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/profiling/internal/sample_recorder.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/benchmarks.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/bernoulli_distribution.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/beta_distribution.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/bit_gen_ref.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/discrete_distribution.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/discrete_distribution.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/distributions.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/exponential_distribution.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/gaussian_distribution.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/chi_square.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/chi_square.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_caller.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_test_util.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/distribution_test_util.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/explicit_seed_seq.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/fast_uniform_bits.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/fastmath.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/gaussian_distribution_gentables.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/generate_real.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/iostream_state_saver.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/mock_helpers.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/mock_overload_set.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/nanobenchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/nanobenchmark.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/nonsecure_base.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/pcg_engine.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/platform.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/pool_urbg.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/pool_urbg.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_benchmarks.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_detect.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_detect.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_engine.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_hwaes.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_slow.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_slow.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/randen_traits.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/salted_seed_seq.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/seed_material.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/seed_material.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/sequence_urbg.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/traits.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/uniform_helper.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/internal/wide_multiply.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/log_uniform_int_distribution.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/mock_distributions.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/mocking_bit_gen.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/poisson_distribution.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/random.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/seed_gen_exception.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/seed_gen_exception.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/seed_sequences.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/seed_sequences.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/uniform_int_distribution.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/uniform_real_distribution.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/zipf_distribution.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/status/internal/status_internal.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/status/internal/status_internal.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/status/internal/statusor_internal.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/status/status.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/status/status.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/status/status_payload_printer.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/status/status_payload_printer.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/status/statusor.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/status/statusor.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/ascii.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/ascii.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/ascii_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/charconv.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/charconv.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/charconv_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/charset.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/charset_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord_analysis.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord_analysis.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord_buffer.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord_buffer.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cord_test_helpers.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/cordz_test_helpers.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/escaping.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/escaping.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/escaping_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/has_absl_stringify.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/has_ostream_operator.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/charconv_parse.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_data_edge.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_internal.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_internal.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_flat.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cord_rep_test_util.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_functions.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_handle.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_info.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_info.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_statistics.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_update_scope.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/cordz_update_tracker.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/escaping_test_common.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/has_absl_stringify.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/memutil_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/numbers_test_common.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/ostringstream_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/pow10_helper.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/pow10_helper.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stl_type_traits.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/arg.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/bind.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/checker.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/constexpr_parser.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/extension.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/output.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/output.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_format/parser.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_join_internal.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/str_split_internal.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/string_constant.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stringify_sink.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/stringify_sink.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/utf8.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/internal/utf8.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/match.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/match.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/numbers.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/numbers.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/numbers_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_cat_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_format.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_join.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_join_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_split.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_split.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/str_split_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/string_view.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/string_view.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/string_view_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/strip.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/substitute.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/strings/substitute.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/barrier.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/barrier.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/blocking_counter_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/graphcycles_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/thread_pool.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter_base.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/waiter_base.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/mutex_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/notification.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/synchronization/notification.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/civil_time.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/civil_time.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/civil_time_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/clock.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/clock.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/clock_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/duration.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/duration_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/format.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/format_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/zone_info_source.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/cctz_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/get_current_time_chrono.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/test_util.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/test_util.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/time.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/time.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/time_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/any.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_any_cast.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_any_cast.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_optional_access.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_optional_access.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_variant_access.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/bad_variant_access.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/compare.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/internal/optional.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/internal/span.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/internal/variant.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/optional.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/span.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/variant.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/types/variant_benchmark.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/utility/internal/if_constexpr.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/utility/utility.h +FILE: ../../../flutter/third_party/abseil-cpp/ci/absl_alternate_options.h FILE: ../../../flutter/third_party/expat/expat/fuzz/xml_parse_fuzzer.c FILE: ../../../flutter/third_party/expat/expat/fuzz/xml_parsebuffer_fuzzer.c FILE: ../../../flutter/third_party/flatbuffers/composer.json @@ -4881,6 +6036,232 @@ See the License for the specific language governing permissions and limitations under the License. ==================================================================================================== +==================================================================================================== +LIBRARY: abseil-cpp +ORIGIN: ../../../flutter/third_party/abseil-cpp/LICENSE +TYPE: LicenseType.apache +FILE: ../../../flutter/third_party/abseil-cpp/PrivacyInfo.xcprivacy +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_aarch64-inl.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/debugging/internal/stacktrace_unimplemented-inl.inc +FILE: ../../../flutter/third_party/abseil-cpp/absl/flags/flag_benchmark.lds +FILE: ../../../flutter/third_party/abseil-cpp/absl/random/gaussian_distribution.cc +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/cctz/src/tzfile.h +FILE: ../../../flutter/third_party/abseil-cpp/absl/time/internal/get_current_time_posix.inc +FILE: ../../../flutter/third_party/abseil-cpp/patches/0001-Turn-on-hardened-mode.patch +FILE: ../../../flutter/third_party/abseil-cpp/patches/0002-delete-unprefixed-annotations.patch +FILE: ../../../flutter/third_party/abseil-cpp/patches/0003-delete-static-initializer-in-stacktrace.patch +FILE: ../../../flutter/third_party/abseil-cpp/patches/0004-keep-transitive-include.patch +FILE: ../../../flutter/third_party/abseil-cpp/symbols_arm64_dbg.def +FILE: ../../../flutter/third_party/abseil-cpp/symbols_arm64_rel.def +FILE: ../../../flutter/third_party/abseil-cpp/symbols_x64_dbg.def +FILE: ../../../flutter/third_party/abseil-cpp/symbols_x64_rel.def +FILE: ../../../flutter/third_party/abseil-cpp/symbols_x64_rel_asan.def +FILE: ../../../flutter/third_party/abseil-cpp/symbols_x86_dbg.def +FILE: ../../../flutter/third_party/abseil-cpp/symbols_x86_rel.def +---------------------------------------------------------------------------------------------------- +Apache License +Version 2.0, January 2004 +https://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +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. +==================================================================================================== + ==================================================================================================== LIBRARY: libpng ORIGIN: ../../../flutter/third_party/libpng/LICENSE @@ -58415,4 +59796,4 @@ Disclaimer and license similar terms. ==================================================================================================== -Total license count: 842 +Total license count: 843 diff --git a/ci/licenses_golden/licenses_third_party b/ci/licenses_golden/licenses_third_party index e09bb63fa0479..a26ff9c39d0a6 100644 --- a/ci/licenses_golden/licenses_third_party +++ b/ci/licenses_golden/licenses_third_party @@ -1,4 +1,4 @@ -Signature: 45a1f61c931ce4276f522767ed0906bb +Signature: d8e879842e6ce8da6fa1ad3321c68cb2 ==================================================================================================== LIBRARY: angle @@ -14,7 +14,6 @@ FILE: ../../../third_party/angle/src/compiler/translator/glslang_tab_autogen.h ==================================================================================================== ==================================================================================================== -LIBRARY: abseil-cpp LIBRARY: angle LIBRARY: perfetto ORIGIN: ../../../third_party/angle/src/libANGLE/overlay/LICENSE.txt @@ -745,1161 +744,7 @@ ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_ ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/perfetto/ui/src/assets/widgets_page.scss ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/perfetto/ui/src/base/utils/index-browser.js ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/perfetto/ui/src/base/utils/index.js -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/MODULE.bazel -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/WORKSPACE.bzlmod -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/algorithm/algorithm.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/algorithm/container.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/attributes.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/call_once.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/casts.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/config.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/const_init.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/dynamic_annotations.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/inline_variable_test_a.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/inline_variable_test_b.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/atomic_hook.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/cycleclock.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/cycleclock.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/cycleclock_config.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/direct_mmap.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/endian.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/errno_saver.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/exception_safety_testing.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/exception_safety_testing.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/exception_testing.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/fast_type_id.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/hide_ptr.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/identity.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/inline_variable.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/inline_variable_testing.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/invoke.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/low_level_alloc.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/low_level_scheduling.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/nullability_impl.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/per_thread_tls.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/pretty_function.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/raw_logging.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/raw_logging.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/scheduling_mode.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/scoped_set_env.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/scoped_set_env.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/spinlock.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/spinlock.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/spinlock_akaros.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/spinlock_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/spinlock_linux.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/spinlock_posix.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/spinlock_wait.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/spinlock_win32.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/strerror.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/strerror.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/strerror_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/sysinfo.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/sysinfo.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/thread_identity.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/thread_identity.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/thread_identity_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/throw_delegate.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/throw_delegate.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/tsan_mutex_interface.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/unaligned_access.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/internal/unscaledcycleclock_config.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/log_severity.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/log_severity.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/macros.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/no_destructor.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/no_destructor_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/nullability.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/optimization.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/options.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/policy_checks.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/port.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/prefetch.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/spinlock_test_common.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/base/thread_annotations.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/cleanup/cleanup.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/cleanup/internal/cleanup.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/btree_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/btree_map.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/btree_set.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/fixed_array.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/fixed_array_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/flat_hash_map.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/flat_hash_set.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/inlined_vector.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/inlined_vector_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/btree.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/btree_container.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/common.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/common_policy_traits.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/compressed_tuple.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/container_memory.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/hash_function_defaults.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/hash_generator_testing.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/hash_generator_testing.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/hash_policy_testing.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/hash_policy_traits.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/hashtable_debug.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/hashtable_debug_hooks.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/inlined_vector.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/layout.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/layout_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/node_slot_policy.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/raw_hash_map.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/raw_hash_set_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/raw_hash_set_probe_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/test_allocator.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/test_instance_tracker.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/test_instance_tracker.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/internal/tracked.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/node_hash_map.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/container/node_hash_set.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/crc32c.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/crc32c.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/crc32c_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/cpu_detect.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/cpu_detect.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc32_x86_arm_combined_simd.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc32c.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc32c_inline.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc_cord_state.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc_cord_state.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc_internal.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc_memcpy.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc_memcpy_x86_arm_combined.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/non_temporal_arm_intrinsics.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/crc/internal/non_temporal_memcpy.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/failure_signal_handler.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/address_is_readable.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/demangle.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/demangle.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/examine_stack.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/stack_consumption.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/stack_consumption.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_arm-inl.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_emscripten-inl.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_generic-inl.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_powerpc-inl.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_riscv-inl.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_win32-inl.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_x86-inl.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/symbolize.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/internal/vdso_support.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/leak_check.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/leak_check.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/stacktrace.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/stacktrace.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/stacktrace_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/symbolize.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/symbolize.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/symbolize_darwin.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/symbolize_elf.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/symbolize_emscripten.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/symbolize_unimplemented.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/debugging/symbolize_win32.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/commandlineflag.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/commandlineflag.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/config.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/declare.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/flag.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/flag.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/flag_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/flag_test_defs.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/commandlineflag.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/commandlineflag.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/flag.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/flag.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/flag_msvc.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/parse.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/path_util.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/program_name.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/program_name.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/registry.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/sequence_lock.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/usage.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/internal/usage.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/marshalling.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/marshalling.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/parse.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/parse.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/reflection.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/reflection.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/usage.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/usage.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/usage_config.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/flags/usage_config.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/functional/any_invocable.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/functional/bind_front.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/functional/function_ref.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/functional/function_type_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/functional/internal/any_invocable.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/functional/internal/front_binder.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/functional/internal/function_ref.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/functional/overload.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/hash/hash.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/hash/hash_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/hash/hash_testing.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/hash/internal/city.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/hash/internal/city.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/hash/internal/hash.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/hash/internal/hash.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/hash/internal/low_level_hash.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/hash/internal/print_hash_of.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/hash/internal/spy_hash_state.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/absl_check.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/absl_log.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/absl_vlog_is_on.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/check.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/check_test_impl.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/die_if_null.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/die_if_null.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/flags.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/flags.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/globals.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/globals.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/initialize.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/initialize.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/append_truncated.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/check_impl.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/check_op.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/check_op.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/conditions.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/conditions.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/config.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/flags.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/fnmatch.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/fnmatch.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/fnmatch_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/globals.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/globals.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/log_format.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/log_format.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/log_impl.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/log_message.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/log_message.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/log_sink_set.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/log_sink_set.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/nullguard.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/nullguard.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/nullstream.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/proto.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/proto.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/strip.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/structured.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/test_actions.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/test_actions.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/test_helpers.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/test_helpers.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/test_matchers.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/test_matchers.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/vlog_config.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/vlog_config.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/vlog_config_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/internal/voidify.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/log.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/log_basic_test_impl.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/log_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/log_entry.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/log_entry.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/log_sink.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/log_sink.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/log_sink_registry.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/log_streamer.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/scoped_mock_log.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/scoped_mock_log.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/structured.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/log/vlog_is_on.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/memory/memory.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/meta/type_traits.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/numeric/bits.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/numeric/bits_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/numeric/int128.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/numeric/int128.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/numeric/int128_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/numeric/int128_have_intrinsic.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/numeric/int128_no_intrinsic.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/numeric/internal/bits.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/numeric/internal/representation.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/profiling/internal/exponential_biased.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/profiling/internal/periodic_sampler_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/profiling/internal/sample_recorder.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/benchmarks.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/bernoulli_distribution.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/beta_distribution.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/bit_gen_ref.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/discrete_distribution.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/discrete_distribution.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/distributions.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/exponential_distribution.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/gaussian_distribution.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/chi_square.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/chi_square.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/distribution_caller.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/distribution_test_util.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/distribution_test_util.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/explicit_seed_seq.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/fast_uniform_bits.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/fastmath.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/gaussian_distribution_gentables.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/generate_real.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/iostream_state_saver.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/mock_helpers.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/mock_overload_set.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/nanobenchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/nanobenchmark.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/nonsecure_base.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/pcg_engine.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/platform.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/pool_urbg.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/pool_urbg.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen_benchmarks.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen_detect.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen_detect.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen_engine.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen_hwaes.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen_slow.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen_slow.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/randen_traits.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/salted_seed_seq.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/seed_material.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/seed_material.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/sequence_urbg.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/traits.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/uniform_helper.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/internal/wide_multiply.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/log_uniform_int_distribution.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/mock_distributions.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/mocking_bit_gen.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/poisson_distribution.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/random.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/seed_gen_exception.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/seed_gen_exception.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/seed_sequences.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/seed_sequences.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/uniform_int_distribution.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/uniform_real_distribution.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/random/zipf_distribution.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/status/internal/status_internal.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/status/internal/status_internal.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/status/internal/statusor_internal.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/status/status.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/status/status.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/status/status_payload_printer.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/status/status_payload_printer.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/status/statusor.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/status/statusor.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/ascii.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/ascii.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/ascii_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/charconv.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/charconv.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/charconv_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/charset.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/charset_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/cord.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/cord.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/cord_analysis.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/cord_analysis.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/cord_buffer.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/cord_buffer.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/cord_test_helpers.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/cordz_test_helpers.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/escaping.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/escaping.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/escaping_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/has_absl_stringify.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/has_ostream_operator.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/charconv_bigint.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/charconv_parse.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_data_edge.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_internal.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_internal.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_flat.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_test_util.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cordz_functions.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cordz_handle.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cordz_info.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cordz_info.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cordz_statistics.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cordz_update_scope.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/cordz_update_tracker.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/escaping.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/escaping.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/escaping_test_common.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/has_absl_stringify.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/memutil.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/memutil.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/memutil_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/numbers_test_common.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/ostringstream.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/ostringstream.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/ostringstream_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/pow10_helper.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/pow10_helper.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/stl_type_traits.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/arg.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/bind.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/checker.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/constexpr_parser.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/extension.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/output.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/output.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_format/parser.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_join_internal.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/str_split_internal.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/string_constant.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/stringify_sink.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/stringify_sink.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/utf8.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/internal/utf8.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/match.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/match.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/numbers.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/numbers.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/numbers_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_cat.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_cat.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_cat_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_format.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_join.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_join_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_replace.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_replace.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_split.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_split.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/str_split_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/string_view.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/string_view.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/string_view_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/strip.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/substitute.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/strings/substitute.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/barrier.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/barrier.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/blocking_counter.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/blocking_counter.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/blocking_counter_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/futex.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/graphcycles.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/graphcycles_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/thread_pool.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/waiter.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/waiter_base.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/waiter_base.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/mutex.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/mutex.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/mutex_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/notification.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/synchronization/notification.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/civil_time.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/civil_time.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/civil_time_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/clock.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/clock.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/clock_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/duration.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/duration_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/format.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/format_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/zone_info_source.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/cctz_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/get_current_time_chrono.inc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/test_util.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/internal/test_util.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/time.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/time.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/time/time_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/any.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/bad_any_cast.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/bad_any_cast.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/bad_optional_access.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/bad_optional_access.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/bad_variant_access.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/bad_variant_access.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/compare.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/internal/optional.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/internal/span.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/internal/variant.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/optional.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/span.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/variant.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/types/variant_benchmark.cc -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/utility/internal/if_constexpr.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/absl/utility/utility.h -ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../third_party/abseil-cpp/ci/absl_alternate_options.h TYPE: LicenseType.apache -FILE: ../../../third_party/abseil-cpp/MODULE.bazel -FILE: ../../../third_party/abseil-cpp/WORKSPACE.bzlmod -FILE: ../../../third_party/abseil-cpp/absl/algorithm/algorithm.h -FILE: ../../../third_party/abseil-cpp/absl/algorithm/container.h -FILE: ../../../third_party/abseil-cpp/absl/base/attributes.h -FILE: ../../../third_party/abseil-cpp/absl/base/call_once.h -FILE: ../../../third_party/abseil-cpp/absl/base/casts.h -FILE: ../../../third_party/abseil-cpp/absl/base/config.h -FILE: ../../../third_party/abseil-cpp/absl/base/const_init.h -FILE: ../../../third_party/abseil-cpp/absl/base/dynamic_annotations.h -FILE: ../../../third_party/abseil-cpp/absl/base/inline_variable_test_a.cc -FILE: ../../../third_party/abseil-cpp/absl/base/inline_variable_test_b.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/atomic_hook.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/atomic_hook_test_helper.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/cycleclock.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/cycleclock.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/cycleclock_config.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/direct_mmap.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/endian.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/errno_saver.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/exception_safety_testing.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/exception_safety_testing.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/exception_testing.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/fast_type_id.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/hide_ptr.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/identity.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/inline_variable.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/inline_variable_testing.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/invoke.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/low_level_alloc.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/low_level_scheduling.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/nullability_impl.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/per_thread_tls.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/pretty_function.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/raw_logging.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/raw_logging.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/scheduling_mode.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/scoped_set_env.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/scoped_set_env.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/spinlock.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/spinlock.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/spinlock_akaros.inc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/spinlock_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/spinlock_linux.inc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/spinlock_posix.inc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/spinlock_wait.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/spinlock_win32.inc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/strerror.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/strerror.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/strerror_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/sysinfo.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/sysinfo.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/thread_identity.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/thread_identity.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/thread_identity_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/throw_delegate.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/throw_delegate.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/tsan_mutex_interface.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/unaligned_access.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc -FILE: ../../../third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.h -FILE: ../../../third_party/abseil-cpp/absl/base/internal/unscaledcycleclock_config.h -FILE: ../../../third_party/abseil-cpp/absl/base/log_severity.cc -FILE: ../../../third_party/abseil-cpp/absl/base/log_severity.h -FILE: ../../../third_party/abseil-cpp/absl/base/macros.h -FILE: ../../../third_party/abseil-cpp/absl/base/no_destructor.h -FILE: ../../../third_party/abseil-cpp/absl/base/no_destructor_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/base/nullability.h -FILE: ../../../third_party/abseil-cpp/absl/base/optimization.h -FILE: ../../../third_party/abseil-cpp/absl/base/options.h -FILE: ../../../third_party/abseil-cpp/absl/base/policy_checks.h -FILE: ../../../third_party/abseil-cpp/absl/base/port.h -FILE: ../../../third_party/abseil-cpp/absl/base/prefetch.h -FILE: ../../../third_party/abseil-cpp/absl/base/spinlock_test_common.cc -FILE: ../../../third_party/abseil-cpp/absl/base/thread_annotations.h -FILE: ../../../third_party/abseil-cpp/absl/cleanup/cleanup.h -FILE: ../../../third_party/abseil-cpp/absl/cleanup/internal/cleanup.h -FILE: ../../../third_party/abseil-cpp/absl/container/btree_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/container/btree_map.h -FILE: ../../../third_party/abseil-cpp/absl/container/btree_set.h -FILE: ../../../third_party/abseil-cpp/absl/container/fixed_array.h -FILE: ../../../third_party/abseil-cpp/absl/container/fixed_array_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/container/flat_hash_map.h -FILE: ../../../third_party/abseil-cpp/absl/container/flat_hash_set.h -FILE: ../../../third_party/abseil-cpp/absl/container/inlined_vector.h -FILE: ../../../third_party/abseil-cpp/absl/container/inlined_vector_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/container/internal/btree.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/btree_container.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/common.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/common_policy_traits.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/compressed_tuple.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/container_memory.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/hash_function_defaults.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/hash_generator_testing.cc -FILE: ../../../third_party/abseil-cpp/absl/container/internal/hash_generator_testing.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/hash_policy_testing.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/hash_policy_traits.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/hashtable_debug.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/hashtable_debug_hooks.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.cc -FILE: ../../../third_party/abseil-cpp/absl/container/internal/hashtablez_sampler.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/hashtablez_sampler_force_weak_definition.cc -FILE: ../../../third_party/abseil-cpp/absl/container/internal/inlined_vector.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/layout.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/layout_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/container/internal/node_slot_policy.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/raw_hash_map.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.cc -FILE: ../../../third_party/abseil-cpp/absl/container/internal/raw_hash_set.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/raw_hash_set_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/container/internal/raw_hash_set_probe_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/container/internal/test_allocator.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/test_instance_tracker.cc -FILE: ../../../third_party/abseil-cpp/absl/container/internal/test_instance_tracker.h -FILE: ../../../third_party/abseil-cpp/absl/container/internal/tracked.h -FILE: ../../../third_party/abseil-cpp/absl/container/node_hash_map.h -FILE: ../../../third_party/abseil-cpp/absl/container/node_hash_set.h -FILE: ../../../third_party/abseil-cpp/absl/crc/crc32c.cc -FILE: ../../../third_party/abseil-cpp/absl/crc/crc32c.h -FILE: ../../../third_party/abseil-cpp/absl/crc/crc32c_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/cpu_detect.cc -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/cpu_detect.h -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc.cc -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc.h -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc32_x86_arm_combined_simd.h -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc32c.h -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc32c_inline.h -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc_cord_state.cc -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc_cord_state.h -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc_internal.h -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc_memcpy.h -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc_memcpy_fallback.cc -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc_memcpy_x86_arm_combined.cc -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc_non_temporal_memcpy.cc -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/crc_x86_arm_combined.cc -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/non_temporal_arm_intrinsics.h -FILE: ../../../third_party/abseil-cpp/absl/crc/internal/non_temporal_memcpy.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/failure_signal_handler.cc -FILE: ../../../third_party/abseil-cpp/absl/debugging/failure_signal_handler.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/address_is_readable.cc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/address_is_readable.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/demangle.cc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/demangle.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.cc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/examine_stack.cc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/examine_stack.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stack_consumption.cc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stack_consumption.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_arm-inl.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_config.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_emscripten-inl.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_generic-inl.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_powerpc-inl.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_riscv-inl.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_win32-inl.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_x86-inl.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/symbolize.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/vdso_support.cc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/vdso_support.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/leak_check.cc -FILE: ../../../third_party/abseil-cpp/absl/debugging/leak_check.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/stacktrace.cc -FILE: ../../../third_party/abseil-cpp/absl/debugging/stacktrace.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/stacktrace_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/debugging/symbolize.cc -FILE: ../../../third_party/abseil-cpp/absl/debugging/symbolize.h -FILE: ../../../third_party/abseil-cpp/absl/debugging/symbolize_darwin.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/symbolize_elf.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/symbolize_emscripten.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/symbolize_unimplemented.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/symbolize_win32.inc -FILE: ../../../third_party/abseil-cpp/absl/flags/commandlineflag.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/commandlineflag.h -FILE: ../../../third_party/abseil-cpp/absl/flags/config.h -FILE: ../../../third_party/abseil-cpp/absl/flags/declare.h -FILE: ../../../third_party/abseil-cpp/absl/flags/flag.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/flag.h -FILE: ../../../third_party/abseil-cpp/absl/flags/flag_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/flag_test_defs.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/commandlineflag.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/commandlineflag.h -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/flag.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/flag.h -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/flag_msvc.inc -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/parse.h -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/path_util.h -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/private_handle_accessor.h -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/program_name.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/program_name.h -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/registry.h -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/sequence_lock.h -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/usage.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/internal/usage.h -FILE: ../../../third_party/abseil-cpp/absl/flags/marshalling.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/marshalling.h -FILE: ../../../third_party/abseil-cpp/absl/flags/parse.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/parse.h -FILE: ../../../third_party/abseil-cpp/absl/flags/reflection.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/reflection.h -FILE: ../../../third_party/abseil-cpp/absl/flags/usage.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/usage.h -FILE: ../../../third_party/abseil-cpp/absl/flags/usage_config.cc -FILE: ../../../third_party/abseil-cpp/absl/flags/usage_config.h -FILE: ../../../third_party/abseil-cpp/absl/functional/any_invocable.h -FILE: ../../../third_party/abseil-cpp/absl/functional/bind_front.h -FILE: ../../../third_party/abseil-cpp/absl/functional/function_ref.h -FILE: ../../../third_party/abseil-cpp/absl/functional/function_type_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/functional/internal/any_invocable.h -FILE: ../../../third_party/abseil-cpp/absl/functional/internal/front_binder.h -FILE: ../../../third_party/abseil-cpp/absl/functional/internal/function_ref.h -FILE: ../../../third_party/abseil-cpp/absl/functional/overload.h -FILE: ../../../third_party/abseil-cpp/absl/hash/hash.h -FILE: ../../../third_party/abseil-cpp/absl/hash/hash_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/hash/hash_testing.h -FILE: ../../../third_party/abseil-cpp/absl/hash/internal/city.cc -FILE: ../../../third_party/abseil-cpp/absl/hash/internal/city.h -FILE: ../../../third_party/abseil-cpp/absl/hash/internal/hash.cc -FILE: ../../../third_party/abseil-cpp/absl/hash/internal/hash.h -FILE: ../../../third_party/abseil-cpp/absl/hash/internal/low_level_hash.cc -FILE: ../../../third_party/abseil-cpp/absl/hash/internal/low_level_hash.h -FILE: ../../../third_party/abseil-cpp/absl/hash/internal/print_hash_of.cc -FILE: ../../../third_party/abseil-cpp/absl/hash/internal/spy_hash_state.h -FILE: ../../../third_party/abseil-cpp/absl/log/absl_check.h -FILE: ../../../third_party/abseil-cpp/absl/log/absl_log.h -FILE: ../../../third_party/abseil-cpp/absl/log/absl_vlog_is_on.h -FILE: ../../../third_party/abseil-cpp/absl/log/check.h -FILE: ../../../third_party/abseil-cpp/absl/log/check_test_impl.inc -FILE: ../../../third_party/abseil-cpp/absl/log/die_if_null.cc -FILE: ../../../third_party/abseil-cpp/absl/log/die_if_null.h -FILE: ../../../third_party/abseil-cpp/absl/log/flags.cc -FILE: ../../../third_party/abseil-cpp/absl/log/flags.h -FILE: ../../../third_party/abseil-cpp/absl/log/globals.cc -FILE: ../../../third_party/abseil-cpp/absl/log/globals.h -FILE: ../../../third_party/abseil-cpp/absl/log/initialize.cc -FILE: ../../../third_party/abseil-cpp/absl/log/initialize.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/append_truncated.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/check_impl.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/check_op.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/check_op.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/conditions.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/conditions.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/config.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/flags.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/fnmatch.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/fnmatch.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/fnmatch_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/globals.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/globals.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/log_format.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/log_format.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/log_impl.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/log_message.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/log_message.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/log_sink_set.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/log_sink_set.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/nullguard.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/nullguard.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/nullstream.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/proto.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/proto.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/strip.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/structured.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/test_actions.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/test_actions.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/test_helpers.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/test_helpers.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/test_matchers.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/test_matchers.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/vlog_config.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/vlog_config.h -FILE: ../../../third_party/abseil-cpp/absl/log/internal/vlog_config_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/log/internal/voidify.h -FILE: ../../../third_party/abseil-cpp/absl/log/log.h -FILE: ../../../third_party/abseil-cpp/absl/log/log_basic_test_impl.inc -FILE: ../../../third_party/abseil-cpp/absl/log/log_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/log/log_entry.cc -FILE: ../../../third_party/abseil-cpp/absl/log/log_entry.h -FILE: ../../../third_party/abseil-cpp/absl/log/log_sink.cc -FILE: ../../../third_party/abseil-cpp/absl/log/log_sink.h -FILE: ../../../third_party/abseil-cpp/absl/log/log_sink_registry.h -FILE: ../../../third_party/abseil-cpp/absl/log/log_streamer.h -FILE: ../../../third_party/abseil-cpp/absl/log/scoped_mock_log.cc -FILE: ../../../third_party/abseil-cpp/absl/log/scoped_mock_log.h -FILE: ../../../third_party/abseil-cpp/absl/log/structured.h -FILE: ../../../third_party/abseil-cpp/absl/log/vlog_is_on.h -FILE: ../../../third_party/abseil-cpp/absl/memory/memory.h -FILE: ../../../third_party/abseil-cpp/absl/meta/type_traits.h -FILE: ../../../third_party/abseil-cpp/absl/numeric/bits.h -FILE: ../../../third_party/abseil-cpp/absl/numeric/bits_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/numeric/int128.cc -FILE: ../../../third_party/abseil-cpp/absl/numeric/int128.h -FILE: ../../../third_party/abseil-cpp/absl/numeric/int128_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/numeric/int128_have_intrinsic.inc -FILE: ../../../third_party/abseil-cpp/absl/numeric/int128_no_intrinsic.inc -FILE: ../../../third_party/abseil-cpp/absl/numeric/internal/bits.h -FILE: ../../../third_party/abseil-cpp/absl/numeric/internal/representation.h -FILE: ../../../third_party/abseil-cpp/absl/profiling/internal/exponential_biased.cc -FILE: ../../../third_party/abseil-cpp/absl/profiling/internal/exponential_biased.h -FILE: ../../../third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.cc -FILE: ../../../third_party/abseil-cpp/absl/profiling/internal/periodic_sampler.h -FILE: ../../../third_party/abseil-cpp/absl/profiling/internal/periodic_sampler_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/profiling/internal/sample_recorder.h -FILE: ../../../third_party/abseil-cpp/absl/random/benchmarks.cc -FILE: ../../../third_party/abseil-cpp/absl/random/bernoulli_distribution.h -FILE: ../../../third_party/abseil-cpp/absl/random/beta_distribution.h -FILE: ../../../third_party/abseil-cpp/absl/random/bit_gen_ref.h -FILE: ../../../third_party/abseil-cpp/absl/random/discrete_distribution.cc -FILE: ../../../third_party/abseil-cpp/absl/random/discrete_distribution.h -FILE: ../../../third_party/abseil-cpp/absl/random/distributions.h -FILE: ../../../third_party/abseil-cpp/absl/random/exponential_distribution.h -FILE: ../../../third_party/abseil-cpp/absl/random/gaussian_distribution.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/chi_square.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/chi_square.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/distribution_caller.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/distribution_test_util.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/distribution_test_util.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/explicit_seed_seq.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/fast_uniform_bits.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/fastmath.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/gaussian_distribution_gentables.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/generate_real.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/iostream_state_saver.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/mock_helpers.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/mock_overload_set.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/nanobenchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/nanobenchmark.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/nonsecure_base.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/pcg_engine.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/platform.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/pool_urbg.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/pool_urbg.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen_benchmarks.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen_detect.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen_detect.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen_engine.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen_hwaes.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen_hwaes.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen_round_keys.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen_slow.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen_slow.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/randen_traits.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/salted_seed_seq.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/seed_material.cc -FILE: ../../../third_party/abseil-cpp/absl/random/internal/seed_material.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/sequence_urbg.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/traits.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/uniform_helper.h -FILE: ../../../third_party/abseil-cpp/absl/random/internal/wide_multiply.h -FILE: ../../../third_party/abseil-cpp/absl/random/log_uniform_int_distribution.h -FILE: ../../../third_party/abseil-cpp/absl/random/mock_distributions.h -FILE: ../../../third_party/abseil-cpp/absl/random/mocking_bit_gen.h -FILE: ../../../third_party/abseil-cpp/absl/random/poisson_distribution.h -FILE: ../../../third_party/abseil-cpp/absl/random/random.h -FILE: ../../../third_party/abseil-cpp/absl/random/seed_gen_exception.cc -FILE: ../../../third_party/abseil-cpp/absl/random/seed_gen_exception.h -FILE: ../../../third_party/abseil-cpp/absl/random/seed_sequences.cc -FILE: ../../../third_party/abseil-cpp/absl/random/seed_sequences.h -FILE: ../../../third_party/abseil-cpp/absl/random/uniform_int_distribution.h -FILE: ../../../third_party/abseil-cpp/absl/random/uniform_real_distribution.h -FILE: ../../../third_party/abseil-cpp/absl/random/zipf_distribution.h -FILE: ../../../third_party/abseil-cpp/absl/status/internal/status_internal.cc -FILE: ../../../third_party/abseil-cpp/absl/status/internal/status_internal.h -FILE: ../../../third_party/abseil-cpp/absl/status/internal/statusor_internal.h -FILE: ../../../third_party/abseil-cpp/absl/status/status.cc -FILE: ../../../third_party/abseil-cpp/absl/status/status.h -FILE: ../../../third_party/abseil-cpp/absl/status/status_payload_printer.cc -FILE: ../../../third_party/abseil-cpp/absl/status/status_payload_printer.h -FILE: ../../../third_party/abseil-cpp/absl/status/statusor.cc -FILE: ../../../third_party/abseil-cpp/absl/status/statusor.h -FILE: ../../../third_party/abseil-cpp/absl/strings/ascii.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/ascii.h -FILE: ../../../third_party/abseil-cpp/absl/strings/ascii_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/charconv.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/charconv.h -FILE: ../../../third_party/abseil-cpp/absl/strings/charconv_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/charset.h -FILE: ../../../third_party/abseil-cpp/absl/strings/charset_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/cord.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/cord.h -FILE: ../../../third_party/abseil-cpp/absl/strings/cord_analysis.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/cord_analysis.h -FILE: ../../../third_party/abseil-cpp/absl/strings/cord_buffer.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/cord_buffer.h -FILE: ../../../third_party/abseil-cpp/absl/strings/cord_test_helpers.h -FILE: ../../../third_party/abseil-cpp/absl/strings/cordz_test_helpers.h -FILE: ../../../third_party/abseil-cpp/absl/strings/escaping.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/escaping.h -FILE: ../../../third_party/abseil-cpp/absl/strings/escaping_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/has_absl_stringify.h -FILE: ../../../third_party/abseil-cpp/absl/strings/has_ostream_operator.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/charconv_bigint.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/charconv_parse.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/charconv_parse.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_data_edge.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_internal.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_internal.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_navigator.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_btree_reader.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_consume.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_flat.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cord_rep_test_util.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cordz_functions.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cordz_handle.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cordz_info.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cordz_info.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cordz_sample_token.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cordz_statistics.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cordz_update_scope.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/cordz_update_tracker.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/damerau_levenshtein_distance.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/escaping.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/escaping.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/escaping_test_common.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/has_absl_stringify.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/memutil.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/memutil.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/memutil_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/numbers_test_common.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/ostringstream.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/ostringstream.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/ostringstream_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/pow10_helper.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/pow10_helper.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/resize_uninitialized.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/stl_type_traits.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/arg.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/arg.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/bind.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/bind.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/checker.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/constexpr_parser.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/extension.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/output.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/output.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_format/parser.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_join_internal.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/str_split_internal.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/string_constant.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/stringify_sink.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/stringify_sink.h -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/utf8.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/internal/utf8.h -FILE: ../../../third_party/abseil-cpp/absl/strings/match.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/match.h -FILE: ../../../third_party/abseil-cpp/absl/strings/numbers.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/numbers.h -FILE: ../../../third_party/abseil-cpp/absl/strings/numbers_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/str_cat.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/str_cat.h -FILE: ../../../third_party/abseil-cpp/absl/strings/str_cat_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/str_format.h -FILE: ../../../third_party/abseil-cpp/absl/strings/str_join.h -FILE: ../../../third_party/abseil-cpp/absl/strings/str_join_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/str_replace.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/str_replace.h -FILE: ../../../third_party/abseil-cpp/absl/strings/str_replace_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/str_split.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/str_split.h -FILE: ../../../third_party/abseil-cpp/absl/strings/str_split_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/string_view.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/string_view.h -FILE: ../../../third_party/abseil-cpp/absl/strings/string_view_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/strip.h -FILE: ../../../third_party/abseil-cpp/absl/strings/substitute.cc -FILE: ../../../third_party/abseil-cpp/absl/strings/substitute.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/barrier.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/barrier.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/blocking_counter.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/blocking_counter.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/blocking_counter_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/futex.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/futex_waiter.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/graphcycles.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/graphcycles.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/graphcycles_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/kernel_timeout.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/per_thread_sem.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/pthread_waiter.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/sem_waiter.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/stdcpp_waiter.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/thread_pool.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/waiter.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/waiter_base.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/waiter_base.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/internal/win32_waiter.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/mutex.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/mutex.h -FILE: ../../../third_party/abseil-cpp/absl/synchronization/mutex_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/notification.cc -FILE: ../../../third_party/abseil-cpp/absl/synchronization/notification.h -FILE: ../../../third_party/abseil-cpp/absl/time/civil_time.cc -FILE: ../../../third_party/abseil-cpp/absl/time/civil_time.h -FILE: ../../../third_party/abseil-cpp/absl/time/civil_time_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/time/clock.cc -FILE: ../../../third_party/abseil-cpp/absl/time/clock.h -FILE: ../../../third_party/abseil-cpp/absl/time/clock_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/time/duration.cc -FILE: ../../../third_party/abseil-cpp/absl/time/duration_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/time/format.cc -FILE: ../../../third_party/abseil-cpp/absl/time/format_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time.h -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/civil_time_detail.h -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/time_zone.h -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/zone_info_source.h -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/cctz_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/civil_time_detail.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_fixed.h -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_format.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_if.h -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_impl.h -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.h -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.h -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.h -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/get_current_time_chrono.inc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/test_util.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/test_util.h -FILE: ../../../third_party/abseil-cpp/absl/time/time.cc -FILE: ../../../third_party/abseil-cpp/absl/time/time.h -FILE: ../../../third_party/abseil-cpp/absl/time/time_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/types/any.h -FILE: ../../../third_party/abseil-cpp/absl/types/bad_any_cast.cc -FILE: ../../../third_party/abseil-cpp/absl/types/bad_any_cast.h -FILE: ../../../third_party/abseil-cpp/absl/types/bad_optional_access.cc -FILE: ../../../third_party/abseil-cpp/absl/types/bad_optional_access.h -FILE: ../../../third_party/abseil-cpp/absl/types/bad_variant_access.cc -FILE: ../../../third_party/abseil-cpp/absl/types/bad_variant_access.h -FILE: ../../../third_party/abseil-cpp/absl/types/compare.h -FILE: ../../../third_party/abseil-cpp/absl/types/internal/optional.h -FILE: ../../../third_party/abseil-cpp/absl/types/internal/span.h -FILE: ../../../third_party/abseil-cpp/absl/types/internal/variant.h -FILE: ../../../third_party/abseil-cpp/absl/types/optional.h -FILE: ../../../third_party/abseil-cpp/absl/types/span.h -FILE: ../../../third_party/abseil-cpp/absl/types/variant.h -FILE: ../../../third_party/abseil-cpp/absl/types/variant_benchmark.cc -FILE: ../../../third_party/abseil-cpp/absl/utility/internal/if_constexpr.h -FILE: ../../../third_party/abseil-cpp/absl/utility/utility.h -FILE: ../../../third_party/abseil-cpp/ci/absl_alternate_options.h FILE: ../../../third_party/angle/include/CL/cl.h FILE: ../../../third_party/angle/include/CL/cl_d3d10.h FILE: ../../../third_party/angle/include/CL/cl_d3d11.h @@ -5619,232 +4464,6 @@ the License, but only in their entirety and only with respect to the Combined Software. ==================================================================================================== -==================================================================================================== -LIBRARY: abseil-cpp -ORIGIN: ../../../third_party/abseil-cpp/LICENSE -TYPE: LicenseType.apache -FILE: ../../../third_party/abseil-cpp/PrivacyInfo.xcprivacy -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_aarch64-inl.inc -FILE: ../../../third_party/abseil-cpp/absl/debugging/internal/stacktrace_unimplemented-inl.inc -FILE: ../../../third_party/abseil-cpp/absl/flags/flag_benchmark.lds -FILE: ../../../third_party/abseil-cpp/absl/random/gaussian_distribution.cc -FILE: ../../../third_party/abseil-cpp/absl/time/internal/cctz/src/tzfile.h -FILE: ../../../third_party/abseil-cpp/absl/time/internal/get_current_time_posix.inc -FILE: ../../../third_party/abseil-cpp/patches/0001-Turn-on-hardened-mode.patch -FILE: ../../../third_party/abseil-cpp/patches/0002-delete-unprefixed-annotations.patch -FILE: ../../../third_party/abseil-cpp/patches/0003-delete-static-initializer-in-stacktrace.patch -FILE: ../../../third_party/abseil-cpp/patches/0004-keep-transitive-include.patch -FILE: ../../../third_party/abseil-cpp/symbols_arm64_dbg.def -FILE: ../../../third_party/abseil-cpp/symbols_arm64_rel.def -FILE: ../../../third_party/abseil-cpp/symbols_x64_dbg.def -FILE: ../../../third_party/abseil-cpp/symbols_x64_rel.def -FILE: ../../../third_party/abseil-cpp/symbols_x64_rel_asan.def -FILE: ../../../third_party/abseil-cpp/symbols_x86_dbg.def -FILE: ../../../third_party/abseil-cpp/symbols_x86_rel.def ----------------------------------------------------------------------------------------------------- -Apache License -Version 2.0, January 2004 -https://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - -Copyright [yyyy] [name of copyright owner] - -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. -==================================================================================================== - ==================================================================================================== LIBRARY: zlib ORIGIN: ../../../third_party/zlib/zlib.h @@ -11728,4 +10347,4 @@ freely, subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. ==================================================================================================== -Total license count: 58 +Total license count: 57 diff --git a/ci/licenses_golden/tool_signature b/ci/licenses_golden/tool_signature index 2178fa581da37..bb685ec034f0b 100644 --- a/ci/licenses_golden/tool_signature +++ b/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: 04fdc5b7c8d5b1690149c9aa20f4174d +Signature: 5517be1afb4a2e347b9c4f018c1d5e5f diff --git a/fml/BUILD.gn b/fml/BUILD.gn index c448e02c3cabf..2ca165612b0dd 100644 --- a/fml/BUILD.gn +++ b/fml/BUILD.gn @@ -122,7 +122,7 @@ source_set("fml") { if (enable_backtrace) { # This abseil dependency is only used by backtrace.cc. - deps += [ "//third_party/abseil-cpp/absl/debugging:symbolize" ] + deps += [ "//flutter/third_party/abseil-cpp/absl/debugging:symbolize" ] } configs += [ "//flutter/third_party/icu:icu_config" ] diff --git a/fml/backtrace.cc b/fml/backtrace.cc index 264fa7d0bcda5..aa87c36bcc7bf 100644 --- a/fml/backtrace.cc +++ b/fml/backtrace.cc @@ -10,7 +10,7 @@ #include "flutter/fml/build_config.h" #include "flutter/fml/logging.h" #include "flutter/fml/paths.h" -#include "third_party/abseil-cpp/absl/debugging/symbolize.h" +#include "flutter/third_party/abseil-cpp/absl/debugging/symbolize.h" #ifdef FML_OS_WIN #include diff --git a/impeller/golden_tests/BUILD.gn b/impeller/golden_tests/BUILD.gn index 7e2949a547023..5514c510164f0 100644 --- a/impeller/golden_tests/BUILD.gn +++ b/impeller/golden_tests/BUILD.gn @@ -23,7 +23,7 @@ impeller_component("golden_playground_test") { sources += [ "golden_playground_test_mac.cc" ] deps += [ ":metal_screenshot", - "//third_party/abseil-cpp/absl/base:no_destructor", + "//flutter/third_party/abseil-cpp/absl/base:no_destructor", ] } else { sources += [ "golden_playground_test_stub.cc" ] diff --git a/impeller/golden_tests/golden_playground_test_mac.cc b/impeller/golden_tests/golden_playground_test_mac.cc index f447f15708fbf..ba508ea30e59b 100644 --- a/impeller/golden_tests/golden_playground_test_mac.cc +++ b/impeller/golden_tests/golden_playground_test_mac.cc @@ -12,14 +12,13 @@ #include "flutter/impeller/golden_tests/golden_digest.h" #include "flutter/impeller/golden_tests/metal_screenshotter.h" #include "flutter/impeller/golden_tests/vulkan_screenshotter.h" +#include "flutter/third_party/abseil-cpp/absl/base/no_destructor.h" #include "impeller/typographer/backends/skia/typographer_context_skia.h" #include "impeller/typographer/typographer_context.h" #define GLFW_INCLUDE_NONE #include "third_party/glfw/include/GLFW/glfw3.h" -#include "third_party/abseil-cpp/absl/base/no_destructor.h" - namespace impeller { namespace { diff --git a/shell/testing/BUILD.gn b/shell/testing/BUILD.gn index bb3c852afd40e..31ff57aa492c6 100644 --- a/shell/testing/BUILD.gn +++ b/shell/testing/BUILD.gn @@ -43,8 +43,8 @@ executable("testing") { "//flutter/shell/common", "//flutter/shell/gpu:gpu_surface_software", "//flutter/skia", + "//flutter/third_party/abseil-cpp/absl/base:no_destructor", "//flutter/third_party/tonic", - "//third_party/abseil-cpp/absl/base:no_destructor", ] if (impeller_supports_rendering) { diff --git a/shell/testing/tester_main.cc b/shell/testing/tester_main.cc index 54721e110c8c8..d1a206f72e6b1 100644 --- a/shell/testing/tester_main.cc +++ b/shell/testing/tester_main.cc @@ -24,8 +24,8 @@ #include "flutter/shell/common/switches.h" #include "flutter/shell/common/thread_host.h" #include "flutter/shell/gpu/gpu_surface_software.h" +#include "flutter/third_party/abseil-cpp/absl/base/no_destructor.h" -#include "third_party/abseil-cpp/absl/base/no_destructor.h" #include "third_party/dart/runtime/include/bin/dart_io_api.h" #include "third_party/dart/runtime/include/dart_api.h" #include "third_party/skia/include/core/SkSurface.h" diff --git a/tools/licenses/lib/paths.dart b/tools/licenses/lib/paths.dart index 6fb05be72f844..38cdfe7851eb6 100644 --- a/tools/licenses/lib/paths.dart +++ b/tools/licenses/lib/paths.dart @@ -459,11 +459,11 @@ final List skippedFilePatterns = [ RegExp(r'^flutter/(?:.+/)*[^/]+_unittests?\.[^/]+$'), RegExp(r'^flutter/lib/web_ui/lib/assets/ahem\.ttf$', expectNoMatch: true), // this gitignored file exists only for testing purposes RegExp(r'^flutter/sky/packages/sky_engine/LICENSE$'), // that is the output of this script + RegExp(r'^flutter/third_party/abseil-cpp/(?:.+/)*[^/]+_test\.[^/]+$'), RegExp(r'^flutter/third_party/boringssl/(?:.+/)*[^/]+_test\.[^/]+$'), RegExp(r'^flutter/third_party/boringssl/src/crypto/fipsmodule/bn/[^/]+.go$'), RegExp(r'^flutter/third_party/boringssl/src/crypto/fipsmodule/ec/[^/]+.go$'), RegExp(r'^flutter/third_party/freetype2/docs/(?!FTL\.TXT$).+'), // ignore all documentation except the license - RegExp(r'^third_party/abseil-cpp/(?:.+/)*[^/]+_test\.[^/]+$'), RegExp(r'^third_party/angle/(?:.+/)*[^/]+_unittest\.[^/]+$'), RegExp(r'^third_party/dart/(?:.+/)*[^/]+_test\.[^/]+$'), RegExp(r'^third_party/zlib/(?:.+/)*[^/]+_unittest\.[^/]+$'),