( name = "match_test", size = "small", srcs = ["match_test.cc"], copts = ABSL_TEST_COPTS, visibility = ["//visibility:private"], deps = [ ":strings", "@com_google_googletest//:gtest", "@com_google_googletest//:gtest_main", ], ) cc_test( name = "escaping_test"...
absl::WrapUnique absl::optional and related stuff from absl/types/optional.h. absl::string_view The functions in absl/strings/ascii.h, absl/strings/match.h, a 文章来源: liuzhen.blog.csdn.net,作者:Data-Mining,版权归原作者所有,如需转载,请联系作者。 原文链接:liuzhen.blog.csdn.net/article/...
24 // 25 // This `absl::string_view` abstraction is designed to be a drop-in 26 // replacement for the C++17 `std::string_view` abstraction. 27 #ifndef ABSL_STRINGS_STRING_VIEW_H_ 28 #define ABSL_STRINGS_STRING_VIEW_H_ 29 30 #include <algorithm> Export...
#include "absl/strings/match.h" #include "absl/types/optional.h" #include "api/audio_codecs/builtin_audio_decoder_factory.h" #include "api/audio_codecs/builtin_audio_encoder_factory.h" #include "api/audio_options.h" @@ -212,22 +213,22 @@ class RTCStatsVerifier { } template <typena...
Abseil Common Libraries (C++). Contribute to abseil/abseil-cpp development by creating an account on GitHub.
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
563 // a possibly-null pointer. 564 inline string_view NullSafeStringView(const char* p) { 565 return p ? string_view(p) : string_view(); 566 } 567 568 } // namespace absl 569 570 #endif // ABSL_STRINGS_STRING_VIEW_H_ ©...
#ifndef ABSL_STRINGS_STRING_VIEW_H_ #define ABSL_STRINGS_STRING_VIEW_H_ #include <algorithm> Jan 29, 2020 Export of internal Abseil changes Jan 29, 2020 31 32 33 34 35 36 37 38 #include <cassert> #include <cstddef> #include <cstring> ...
#include "absl/base/config.h" #include "absl/base/log_severity.h" #include "absl/log/internal/vlog_config.h" #include "absl/strings/string_view.h" namespace absl { @@ -152,6 +153,28 @@ ABSL_MUST_USE_RESULT bool ShouldPrependLogPrefix(); // This function is async-signal-safe. vo...
status.h status_matchers.h status_matchers_test.cc status_payload_printer.cc status_payload_printer.h status_test.cc statusor.cc statusor.h statusor_test.cc strings synchronization time types utility BUILD.bazel CMakeLists.txt abseil.podspec.gen.py ...