Home
last modified time | relevance | path

Searched defs:beginsWith (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/
DImmutableString.h65 bool beginsWith(const char *prefix) const { return angle::BeginsWith(data(), prefix); } in beginsWith() function
66 constexpr bool beginsWith(const ImmutableString &prefix) const in beginsWith() function
/external/deqp/scripts/verify/
Dverify.py94 def beginsWith (str, prefix): function
/external/deqp/framework/delibs/decpp/
DdeStringUtil.cpp117 bool beginsWith (const std::string& s, const std::string& prefix) in beginsWith() function
/external/eigen/bench/btl/generic_bench/
Dbtl.hh118 bool beginsWith(const BtlString& str) const in beginsWith() function in BtlString
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DName.cpp57 bool Name::beginsWith(const Name &prefix) const in beginsWith() function in Name