Home
last modified time | relevance | path

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

/third_party/re2/re2/testing/
Dexhaustive2_test.cc19 TEST(EmptyString, Exhaustive) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DNonRelocatableStringpool.h62 DwarfStringPoolEntryRef EmptyString; variable
/third_party/typescript/tests/cases/compiler/
DnarrowingUnionToUnion.ts161 type EmptyString = '' | null | undefined; alias
/third_party/gn/src/gn/
Dstring_atom_unittest.cc15 TEST(StringAtomTest, EmptyString) { in TEST() argument
/third_party/skia/third_party/externals/angle2/src/common/
Dutilities_unittest.cpp87 TEST(ParseArrayIndex, EmptyString) in TEST() argument
/third_party/rust/rust/library/core/src/char/
Dconvert.rs152 EmptyString, enumerator
/third_party/grpc/test/core/util/json/
Djson_test.cc251 TEST(Json, EmptyString) { RunParseFailureTest(""); } in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus.cc187 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/googletest/googletest/test/
Dgoogletest-filepath-test.cc325 TEST(RemoveTrailingPathSeparatorTest, EmptyString) { in TEST() argument
/third_party/protobuf/src/google/protobuf/json/internal/
Dlexer_test.cc280 TEST(LexerTest, EmptyString) { in TEST() argument
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp495 static const UChar EmptyString = 0; variable
/third_party/icu/icu4c/source/i18n/
Dtznames_impl.cpp503 static const UChar EmptyString = 0; variable
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp503 static const char16_t EmptyString = 0; variable
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h253 static String EmptyString() { in EmptyString() function
/third_party/mesa3d/src/imgui/
Dimgui.h1583 static char EmptyString[1]; member
Dimgui.cpp2126 char ImGuiTextBuffer::EmptyString[1] = { 0 }; member in ImGuiTextBuffer