Abseil Common Libraries (C++) (grcp 依赖) https://abseil.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Abseil Team b677bd139d Refactors checker.h and replaces recursive functions with iterative functions for readability purposes. 2 years ago
..
arg.cc Fix "unsafe narrowing" warnings in absl, 5/n. 2 years ago
arg.h Adds support for "%v" in absl::StrFormat and related functions for string-like types (support for other builtin types will follow in future changes). Rather than specifying %s for strings, users may specify %v and have the format specifier deduced. Notably, %v does not work for `const char*` because we cannot be certain if %s or %p was intended (nor can we be certain if the `const char*` was properly null-terminated). If you have a `const char*` you know is null-terminated and would like to work with %v, please wrap it in a `string_view` before using it. 2 years ago
arg_test.cc Export of internal Abseil changes 4 years ago
bind.cc Fix "unsafe narrowing" warnings in absl, 5/n. 2 years ago
bind.h Adds support for "%v" in absl::StrFormat and related functions for string-like types (support for other builtin types will follow in future changes). Rather than specifying %s for strings, users may specify %v and have the format specifier deduced. Notably, %v does not work for `const char*` because we cannot be certain if %s or %p was intended (nor can we be certain if the `const char*` was properly null-terminated). If you have a `const char*` you know is null-terminated and would like to work with %v, please wrap it in a `string_view` before using it. 2 years ago
bind_test.cc Export of internal Abseil changes 4 years ago
checker.h Refactors checker.h and replaces recursive functions with iterative functions for readability purposes. 2 years ago
checker_test.cc Adds support for "%v" in absl::StrFormat and related functions for string-like types (support for other builtin types will follow in future changes). Rather than specifying %s for strings, users may specify %v and have the format specifier deduced. Notably, %v does not work for `const char*` because we cannot be certain if %s or %p was intended (nor can we be certain if the `const char*` was properly null-terminated). If you have a `const char*` you know is null-terminated and would like to work with %v, please wrap it in a `string_view` before using it. 2 years ago
convert_test.cc Export of internal Abseil changes 3 years ago
extension.cc Fix "unsafe narrowing" warnings in absl, 5/n. 2 years ago
extension.h Adds support for "%v" in absl::StrFormat and related functions for string-like types (support for other builtin types will follow in future changes). Rather than specifying %s for strings, users may specify %v and have the format specifier deduced. Notably, %v does not work for `const char*` because we cannot be certain if %s or %p was intended (nor can we be certain if the `const char*` was properly null-terminated). If you have a `const char*` you know is null-terminated and would like to work with %v, please wrap it in a `string_view` before using it. 2 years ago
extension_test.cc Export of internal Abseil changes 5 years ago
float_conversion.cc Fix "unsafe narrowing" warnings in absl, 6/n. 2 years ago
float_conversion.h Export of internal Abseil changes 4 years ago
output.cc Export of internal Abseil changes 5 years ago
output.h Export of internal Abseil changes 3 years ago
output_test.cc Export of internal Abseil changes 5 years ago
parser.cc Adds support for "%v" in absl::StrFormat and related functions for string-like types (support for other builtin types will follow in future changes). Rather than specifying %s for strings, users may specify %v and have the format specifier deduced. Notably, %v does not work for `const char*` because we cannot be certain if %s or %p was intended (nor can we be certain if the `const char*` was properly null-terminated). If you have a `const char*` you know is null-terminated and would like to work with %v, please wrap it in a `string_view` before using it. 2 years ago
parser.h Fix "unsafe narrowing" warnings in absl, 1/n. 2 years ago
parser_test.cc Export of internal Abseil changes 4 years ago