/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
H A D | strip_test.cc | 116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument 139 absl::RemoveExtraAsciiWhitespace(&s); in TEST() 148 absl::RemoveExtraAsciiWhitespace(&zero_string); in TEST()
|
H A D | ascii_test.cc | 326 TEST(RemoveExtraAsciiWhitespace, InPlace) { in TEST() argument 352 absl::RemoveExtraAsciiWhitespace(&s); in TEST()
|
H A D | ascii.cc | 170 void RemoveExtraAsciiWhitespace(std::string* str) { in RemoveExtraAsciiWhitespace() function
|
H A D | ascii.h | 237 void RemoveExtraAsciiWhitespace(std::string*);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | strip_test.cc | 116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument 139 absl::RemoveExtraAsciiWhitespace(&s); in TEST() 148 absl::RemoveExtraAsciiWhitespace(&zero_string); in TEST()
|
D | ascii_test.cc | 326 TEST(RemoveExtraAsciiWhitespace, InPlace) { in TEST() argument 352 absl::RemoveExtraAsciiWhitespace(&s); in TEST()
|
D | ascii.cc | 170 void RemoveExtraAsciiWhitespace(std::string* str) { in RemoveExtraAsciiWhitespace() function
|
D | ascii.h | 237 void RemoveExtraAsciiWhitespace(std::string*);
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A D | strip_test.cc | 116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument 139 absl::RemoveExtraAsciiWhitespace(&s); in TEST() 148 absl::RemoveExtraAsciiWhitespace(&zero_string); in TEST()
|
H A D | ascii_test.cc | 326 TEST(RemoveExtraAsciiWhitespace, InPlace) { in TEST() argument 352 absl::RemoveExtraAsciiWhitespace(&s); in TEST()
|
H A D | ascii.cc | 170 void RemoveExtraAsciiWhitespace(std::string* str) { in RemoveExtraAsciiWhitespace() function
|
H A D | ascii.h | 237 void RemoveExtraAsciiWhitespace(std::string*);
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | strip_test.cc | 116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument 139 absl::RemoveExtraAsciiWhitespace(&s); in TEST() 148 absl::RemoveExtraAsciiWhitespace(&zero_string); in TEST()
|
H A D | ascii_test.cc | 331 TEST(RemoveExtraAsciiWhitespace, InPlace) { in TEST() argument 357 absl::RemoveExtraAsciiWhitespace(&s); in TEST()
|
H A D | ascii.cc | 251 void RemoveExtraAsciiWhitespace(absl::Nonnull<std::string*> str) { in RemoveExtraAsciiWhitespace() function
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/ |
H A D | strip_test.cc | 116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument 139 absl::RemoveExtraAsciiWhitespace(&s); in TEST() 148 absl::RemoveExtraAsciiWhitespace(&zero_string); in TEST()
|
H A D | ascii_test.cc | 330 TEST(RemoveExtraAsciiWhitespace, InPlace) { in TEST() argument 356 absl::RemoveExtraAsciiWhitespace(&s); in TEST()
|
H A D | ascii.cc | 170 void RemoveExtraAsciiWhitespace(std::string* str) { in RemoveExtraAsciiWhitespace() function
|
H A D | ascii.h | 237 void RemoveExtraAsciiWhitespace(std::string*);
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | strip_test.cc | 116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument 139 absl::RemoveExtraAsciiWhitespace(&s); in TEST() 148 absl::RemoveExtraAsciiWhitespace(&zero_string); in TEST()
|
H A D | ascii_test.cc | 343 TEST(RemoveExtraAsciiWhitespace, InPlace) { in TEST() argument 369 absl::RemoveExtraAsciiWhitespace(&s); in TEST()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | strip_test.cc | 116 TEST(Strip, RemoveExtraAsciiWhitespace) { in TEST() argument 139 absl::RemoveExtraAsciiWhitespace(&s); in TEST() 148 absl::RemoveExtraAsciiWhitespace(&zero_string); in TEST()
|
H A D | ascii_test.cc | 331 TEST(RemoveExtraAsciiWhitespace, InPlace) { in TEST() argument 357 absl::RemoveExtraAsciiWhitespace(&s); in TEST()
|
H A D | ascii.cc | 251 void RemoveExtraAsciiWhitespace(absl::Nonnull<std::string*> str) { in RemoveExtraAsciiWhitespace() function
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/ |
H A D | frontend_action_test_util.cc | 82 absl::RemoveExtraAsciiWhitespace(&result); in Uglify()
|