Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/test/phonenumbers/
Dstringutil_test.cc40 TEST(StringUtilTest, HasPrefixString) { in TEST() argument
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.h116 inline bool HasPrefixString(StringPiece str, StringPiece prefix) { in HasPrefixString() function
/third_party/libphonenumber/cpp/src/phonenumbers/
Dstringutil.cc52 bool HasPrefixString(const string& s, const string& prefix) { in HasPrefixString() function