Home
last modified time | relevance | path

Searched refs:EmptyString (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h35 EmptyString = getEntry(""); in NonRelocatableStringpool()
62 DwarfStringPoolEntryRef EmptyString; member in llvm::NonRelocatableStringpool
/third_party/typescript/tests/baselines/reference/
H A DnarrowingUnionToUnion.js159 type EmptyString = '' | null | undefined;
161 function isEmpty(value: string | EmptyString): value is EmptyString {
168 test; // EmptyString
338 test; // EmptyString
414 type EmptyString = '' | null | undefined;
415 declare function isEmpty(value: string | EmptyString): value is EmptyString;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp15 return EmptyString; in getEntry()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf_unittest.cc70 TEST(StringAppendFTest, EmptyString) { in TEST()
/third_party/gn/src/gn/
H A Dstring_atom_unittest.cc15 TEST(StringAtomTest, EmptyString) { in TEST()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dutilities_unittest.cpp87 TEST(ParseArrayIndex, EmptyString) in TEST()
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp503 static const UChar EmptyString = 0; variable
508 return &EmptyString; in get()
522 return &EmptyString; in get()
528 return &EmptyString; in get()
549 return &EmptyString; in adopt()
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.cpp503 static const char16_t EmptyString = 0; variable
508 return &EmptyString; in get()
522 return &EmptyString; in get()
528 return &EmptyString; in get()
549 return &EmptyString; in adopt()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.cpp495 static const UChar EmptyString = 0; variable
500 return &EmptyString; in get()
514 return &EmptyString; in get()
520 return &EmptyString; in get()
541 return &EmptyString; in adopt()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatus.h624 static const std::string* EmptyString();
H A Dstatus.cc187 const std::string* Status::EmptyString() { in EmptyString() function in absl::Status
/third_party/mesa3d/src/imgui/
H A Dimgui.h1583 static char EmptyString[1]; member
1587 const char* begin() const { return Buf.Data ? &Buf.front() : EmptyString; } in begin()
1588 const char* end() const { return Buf.Data ? &Buf.back() : EmptyString; } // Buf is zero-terminated, so end() will point on the zero-terminator in end()
1593 const char* c_str() const { return Buf.Data ? Buf.Data : EmptyString; } in c_str()
H A Dimgui.cpp2126 char ImGuiTextBuffer::EmptyString[1] = { 0 }; member in ImGuiTextBuffer
/third_party/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc325 TEST(RemoveTrailingPathSeparatorTest, EmptyString) { in TEST()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-internal.h580 V(EmptyString) \
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2105 IMGUI_API static char EmptyString[1]; member
2109 const char* begin() const { return Buf.Data ? &Buf.front() : EmptyString; } in begin()
2110 const char* end() const { return Buf.Data ? &Buf.back() : EmptyString; } // Buf is zero-terminated, so end() will point on the zero-terminator in end()
2115 const char* c_str() const { return Buf.Data ? Buf.Data : EmptyString; } in c_str()
H A Dimgui.cpp2175 char ImGuiTextBuffer::EmptyString[1] = { 0 }; member in ImGuiTextBuffer
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.h127 V(EmptyString, String) \
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h150 V(empty_string, empty_string, EmptyString) \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 102 milliseconds