Searched defs:beginsWith (Results 1 – 5 of 5) sorted by relevance
50 constexpr bool beginsWith(const char *prefix) const in beginsWith() function54 constexpr bool beginsWith(const ImmutableString &prefix) const in beginsWith() function
57 bool Name::beginsWith(const Name &prefix) const in beginsWith() function in sh::Name
94 def beginsWith (str, prefix): function
126 bool beginsWith(const std::string &s, const std::string &prefix) in beginsWith() function
118 bool beginsWith(const BtlString& str) const in beginsWith() function in BtlString