Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DNonRelocatableStringpool.h62 DwarfStringPoolEntryRef EmptyString; variable
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h158 union EmptyString { union
159 constexpr EmptyString() : dummy{} {} in EmptyString() function
/third_party/typescript/tests/cases/compiler/
DnarrowingUnionToUnion.ts161 type EmptyString = '' | null | undefined; alias
/third_party/protobuf/src/google/protobuf/stubs/
Dstringprintf_unittest.cc70 TEST(StringAppendFTest, EmptyString) { in TEST() argument
/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/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus.cc187 const std::string* Status::EmptyString() { in EmptyString() function in absl::Status
/third_party/protobuf/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc324 TEST(RemoveTrailingPathSeparatorTest, EmptyString) { in TEST() argument
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc325 TEST(RemoveTrailingPathSeparatorTest, EmptyString) { in TEST() argument
/third_party/icu/icu4c/source/i18n/
Dtznames_impl.cpp503 static const UChar EmptyString = 0; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp495 static const UChar 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