Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/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