Home
last modified time | relevance | path

Searched defs:EmptyString (Results 1 – 14 of 14) sorted by relevance

/third_party/re2/re2/testing/
Dexhaustive2_test.cc18 TEST(EmptyString, Exhaustive) { in TEST() argument
/third_party/gn/src/gn/
Dstring_atom_unittest.cc13 TEST(StringAtomTest, EmptyString) { in TEST() argument
/third_party/protobuf/src/google/protobuf/stubs/
Dstringprintf_unittest.cc70 TEST(StringAppendFTest, EmptyString) { in TEST() argument
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dutilities_unittest.cpp87 TEST(ParseArrayIndex, EmptyString) in TEST() argument
/third_party/grpc/test/core/json/
Djson_test.cc216 TEST(Json, EmptyString) { RunParseFailureTest(""); } in TEST() argument
/third_party/abseil-cpp/absl/status/
Dstatus.cc181 const std::string* Status::EmptyString() { in EmptyString() function in absl::Status
/third_party/re2/re2/
Dprefilter.cc443 Prefilter::Info* Prefilter::Info::EmptyString() { in EmptyString() function in re2::Prefilter::Info
/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-filepath-test.cc324 TEST(RemoveTrailingPathSeparatorTest, EmptyString) { in TEST() argument
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc326 TEST(RemoveTrailingPathSeparatorTest, EmptyString) { in TEST() argument
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp491 static const UChar EmptyString = 0; variable
/third_party/node/deps/icu-small/source/i18n/
Dtznames_impl.cpp495 static const UChar EmptyString = 0; variable
/third_party/icu/icu4c/source/i18n/
Dtznames_impl.cpp495 static const UChar EmptyString = 0; variable
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1576 static char EmptyString[1]; member
Dimgui.cpp2088 char ImGuiTextBuffer::EmptyString[1] = { 0 }; member in ImGuiTextBuffer