Home
last modified time | relevance | path

Searched refs:empty_str (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/
Dstl_util_unittest.cc115 std::string empty_str; in TEST() local
117 std::is_same<decltype(base::size(empty_str)), in TEST()
118 decltype(empty_str.size())>::value, in TEST()
120 EXPECT_EQ(0u, base::size(empty_str)); in TEST()
203 std::string empty_str; in TEST() local
204 static_assert(std::is_same<decltype(base::data(empty_str)), char*>::value, in TEST()
206 EXPECT_EQ(empty_str.data(), base::data(empty_str)); in TEST()
/external/webrtc/webrtc/base/
Dstringutils.h143 return str ? str : (def_str ? def_str : Traits<CTYPE>::empty_str());
283 inline static const char* empty_str() { return ""; }
295 inline static const wchar_t* empty_str() { return L""; }
/external/pdfium/core/fxcrt/
Dbytestring_unittest.cpp1366 ByteStringView empty_str(""); in TEST() local
1369 for (const auto& c : empty_str) { in TEST()
1501 ByteString empty_str; in TEST() local
1502 EXPECT_TRUE(empty_str.IsEmpty()); in TEST()
1503 EXPECT_EQ(0u, empty_str.GetLength()); in TEST()
1504 const char* cstr = empty_str.c_str(); in TEST()
1528 ByteString empty_str(""); in TEST() local
1531 for (const auto& c : empty_str) { in TEST()
Dwidestring_unittest.cpp1188 WideStringView empty_str(L""); in TEST() local
1191 for (const auto& c : empty_str) { in TEST()
1337 WideString empty_str; in TEST() local
1338 EXPECT_TRUE(empty_str.IsEmpty()); in TEST()
1339 EXPECT_EQ(0u, empty_str.GetLength()); in TEST()
1340 const wchar_t* cstr = empty_str.c_str(); in TEST()
1364 WideString empty_str(L""); in TEST() local
1367 for (const auto& c : empty_str) { in TEST()
/external/v8/src/ast/
Dast.cc286 char* empty_str = new char[1]; in GetDebugName() local
287 empty_str[0] = 0; in GetDebugName()
288 return std::unique_ptr<char[]>(empty_str); in GetDebugName()
/external/tcpdump/
Dprint-openflow-1.0.c546 static const struct tok empty_str[] = { variable
2367 empty_str; in of10_error_print()