Searched refs:empty_str (Results 1 – 6 of 6) sorted by relevance
115 std::string empty_str; in TEST() local117 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() local204 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()
143 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""; }
1366 ByteStringView empty_str(""); in TEST() local1369 for (const auto& c : empty_str) { in TEST()1501 ByteString empty_str; in TEST() local1502 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() local1531 for (const auto& c : empty_str) { in TEST()
1188 WideStringView empty_str(L""); in TEST() local1191 for (const auto& c : empty_str) { in TEST()1337 WideString empty_str; in TEST() local1338 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() local1367 for (const auto& c : empty_str) { in TEST()
286 char* empty_str = new char[1]; in GetDebugName() local287 empty_str[0] = 0; in GetDebugName()288 return std::unique_ptr<char[]>(empty_str); in GetDebugName()
546 static const struct tok empty_str[] = { variable2367 empty_str; in of10_error_print()