Searched refs:StartsWith (Results 1 – 6 of 6) sorted by relevance
/development/vndk/tools/header-checker/src/utils/ |
D | string_utils_test.cpp | 33 TEST(StringUtilsTest, StartsWith) { in TEST() argument 34 EXPECT_TRUE(StartsWith("abcd", "ab")); in TEST() 35 EXPECT_TRUE(StartsWith("a", "a")); in TEST() 36 EXPECT_TRUE(StartsWith("a", "")); in TEST() 37 EXPECT_TRUE(StartsWith("", "")); in TEST() 39 EXPECT_FALSE(StartsWith("ab", "abcd")); in TEST() 40 EXPECT_FALSE(StartsWith("", "ab")); in TEST()
|
D | string_utils.h | 30 bool StartsWith(std::string_view s, std::string_view prefix);
|
D | string_utils.cpp | 43 bool StartsWith(std::string_view s, std::string_view prefix) { in StartsWith() function
|
/development/vndk/tools/header-checker/src/repr/symbol/ |
D | version_script_parser.cpp | 98 if (utils::StartsWith(tag, "introduced=")) { in ParseSymbolTags() 112 if (utils::StartsWith(tag, introduced_arch_tag_)) { in ParseSymbolTags() 234 if (utils::StartsWith(line, "local:")) { in ParseVersionBlock() 238 if (utils::StartsWith(line, "global:")) { in ParseVersionBlock()
|
D | exported_symbol_set.cpp | 30 return utils::StartsWith(name, "_Z"); in IsCppSymbol()
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 5974 …/system/core,fake_2m6CFV4mROmLvKIQ5979mg@fakeemail.com,Add std::string StartsWith*/EndsWith* overl… 25697 …5,platform/bootable/recovery,fake_2m6CFV4mROmLvKIQ5979mg@fakeemail.com,StartsWith allows a std::st… 35765 …8,platform/frameworks/native,fake_2m6CFV4mROmLvKIQ5979mg@fakeemail.com,StartsWith/EndsWith allow s… 71647 …3b8c7ec,platform/system/netd,fake_2m6CFV4mROmLvKIQ5979mg@fakeemail.com,StartsWith/EndsWith now all…
|