| LOW | CMakeLists.txt | 1 | # |
| LOW | create_lts.py | 1 | #!/usr/bin/env python3 |
| LOW | CMake/install_test_project/CMakeLists.txt | 1 | # |
| LOW | CMake/install_test_project/test.sh | 1 | #!/bin/bash |
| LOW | ci/linux_gcc-latest_libstdcxx_bazel.sh | 1 | #!/bin/bash |
| LOW | ci/macos_xcode_bazel.sh | 1 | #!/bin/bash |
| LOW | ci/linux_clang-latest_libstdcxx_bazel.sh | 1 | #!/bin/bash |
| LOW | ci/linux_docker_containers.sh | 1 | # Copyright 2019 The Abseil Authors. |
| LOW | ci/absl_alternate_options.h | 1 | // Copyright 2019 The Abseil Authors. |
| LOW | ci/absl_alternate_options.h | 21 | #define ABSL_CI_ABSL_ALTERNATE_OPTIONS_H_ |
| LOW | ci/linux_arm_clang-latest_libcxx_bazel.sh | 1 | #!/bin/bash |
| LOW | ci/linux_gcc_alpine_cmake.sh | 1 | #!/bin/bash |
| LOW | ci/linux_clang-latest_libcxx_asan_bazel.sh | 1 | #!/bin/bash |
| LOW | ci/macos_xcode_cmake.sh | 1 | #!/bin/bash |
| LOW | ci/cmake_install_test.sh | 1 | #!/bin/bash |
| LOW | ci/linux_gcc-latest_libstdcxx_cmake.sh | 1 | #!/bin/bash |
| LOW | ci/linux_clang-latest_libcxx_tsan_bazel.sh | 1 | #!/bin/bash |
| LOW | ci/linux_gcc-floor_libstdcxx_bazel.sh | 1 | #!/bin/bash |
| LOW | ci/cmake_common.sh | 1 | # Copyright 2020 The Abseil Authors. |
| LOW | ci/linux_clang-latest_libcxx_bazel.sh | 1 | #!/bin/bash |
| LOW | absl/CMakeLists.txt | 1 | # |
| LOW | absl/strings/has_ostream_operator.h | 1 | // Copyright 2023 The Abseil Authors |
| LOW | absl/strings/numbers.h | 1 | // Copyright 2017 The Abseil Authors. |
| LOW | absl/strings/numbers.h | 21 | // which automatically detect and convert most number values appropriately. |
| LOW | absl/strings/numbers.h | 41 | #include <type_traits> |
| LOW | absl/strings/numbers.h | 61 | // integer type (optionally preceded by a `+` or `-`). If any errors are |
| LOW | absl/strings/numbers.h | 81 | // Converts the given string (optionally followed or preceded by ASCII |
| LOW | absl/strings/numbers.h | 181 | // Helper function used to implement absl::HighPrecision(). |
| LOW | absl/strings/CMakeLists.txt | 1 | # |
| LOW | absl/strings/cord_analysis.h | 1 | // Copyright 2021 The Abseil Authors |
| LOW | absl/strings/cord_analysis.h | 21 | #include "absl/base/config.h" |
| LOW | absl/strings/cord_analysis.h | 41 | // cord.append(some_other_cord); |
| LOW | absl/strings/cord_test_helpers.h | 1 | // |
| LOW | absl/strings/cord_test_helpers.h | 81 | |
| LOW | absl/strings/str_format.h | 1 | // |
| LOW | absl/strings/str_format.h | 21 | // `printf()` string formatting routines within the `<cstdio>` standard library |
| LOW | absl/strings/str_format.h | 41 | // |
| LOW | absl/strings/str_format.h | 61 | // |
| LOW | absl/strings/str_format.h | 81 | #include "absl/base/attributes.h" |
| LOW | absl/strings/str_format.h | 121 | str_format_internal::UntypedFormatSpecImpl spec_; |
| LOW | absl/strings/str_format.h | 141 | // conversions, which denote the number of characters written by a formatting |
| LOW | absl/strings/str_format.h | 161 | friend struct str_format_internal::FormatCountCaptureHelper; |
| LOW | absl/strings/str_format.h | 181 | // |
| LOW | absl/strings/str_format.h | 201 | // absl::ParsedFormat<'s', 'd'> formatString("Welcome to %s, Number %d!"); |
| LOW | absl/strings/str_format.h | 221 | // * `p` for pointer address values |
| LOW | absl/strings/str_format.h | 241 | // "%s", "C" -> "C" |
| LOW | absl/strings/str_format.h | 261 | // (instead of 1 or 0 for booleans formatted using d). `const char*` is not |
| LOW | absl/strings/str_format.h | 281 | // Clang. On MSVC, these checks are performed at runtime instead. |
| LOW | absl/strings/str_format.h | 301 | // absl::ParsedFormat<'s', 'd'> format_string("Welcome to %s, Number %d!"); |
| LOW | absl/strings/str_format.h | 321 | // // Extended format supports multiple conversion characters per argument, |
| LOW | absl/strings/str_format.h | 341 | |
| LOW | absl/strings/str_format.h | 361 | // EXPECT_EQ("Welcome to The Village, Number 6!", s); |
| LOW | absl/strings/str_format.h | 381 | // std::cout << StrAppendFormat(&orig, "%12.6f", 3.14); |
| LOW | absl/strings/str_format.h | 401 | template <typename... Args> |
| LOW | absl/strings/str_format.h | 421 | // |
| LOW | absl/strings/str_format.h | 441 | // |
| LOW | absl/strings/str_format.h | 461 | // |
| LOW | absl/strings/str_format.h | 481 | // ----------------------------------------------------------------------------- |
| LOW | absl/strings/str_format.h | 521 | // destination objects. If a `std::string` is used the formatted string is |
| LOW | absl/strings/str_format.h | 541 | // A type-erased handle to a format argument specifically used as an argument to |
| 1903 more matches not shown… |