Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/angle2/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
/third_party/vk-gl-cts/scripts/verify/
Dverify.py94 def beginsWith (str, prefix): function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_dataAbility.js57 this.beginsWith = function (...args) { method
215 this.beginsWith = function (...args) { method
Dohos_data_dataSharePredicates.js55 this.beginsWith = function (...args) { method
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeStringUtil.cpp117 bool beginsWith (const std::string& s, const std::string& prefix) in beginsWith() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DName.cpp57 bool Name::beginsWith(const Name &prefix) const in beginsWith() function in Name