Searched defs:StartsWith (Results 1 – 10 of 10) sorted by relevance
/aosp12/art/libartbase/base/ |
H A D | string_view_cpp20.h | 30 inline bool StartsWith(std::string_view sv, std::string_view prefix) { in StartsWith() function
|
/aosp12/system/libbase/ |
H A D | strings.cpp | 90 bool StartsWith(std::string_view s, std::string_view prefix) { in StartsWith() function 94 bool StartsWith(std::string_view s, char prefix) { in StartsWith() function
|
/aosp12/art/cmdline/ |
H A D | token_range.h | 193 bool StartsWith(const TokenRange& other) const { in StartsWith() function 384 static bool StartsWith(const std::string& larger, const std::string& smaller) { in StartsWith() function
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | TypeManager.cpp | 47 inline bool StartsWith(std::string_view sv, std::string_view prefix) { in StartsWith() function
|
/aosp12/system/tools/hidl/host_utils/ |
H A D | StringHelper.cpp | 202 bool StringHelper::StartsWith(const std::string &in, const std::string &prefix) { in StartsWith() function in android::StringHelper
|
/aosp12/system/iorap/src/inode2filename/ |
H A D | main.cc | 125 bool StartsWith(std::string_view haystack, std::string_view needle) { in StartsWith() function
|
/aosp12/art/tools/veridex/ |
H A D | veridex.cc | 91 static bool StartsWith(const char* str, const char* val) { in StartsWith() function
|
/aosp12/build/soong/android/ |
H A D | neverallow.go | 558 func StartsWith(prefix string) ValueMatcher { func
|
/aosp12/frameworks/base/tools/aapt2/util/ |
H A D | Util.cpp | 72 bool StartsWith(const StringPiece& str, const StringPiece& prefix) { in StartsWith() function
|
/aosp12/art/perfetto_hprof/ |
H A D | perfetto_hprof.cc | 126 bool StartsWith(const std::string& str, const std::string& prefix) { in StartsWith() function
|