OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasSuffixString
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.cc
118
bool
HasSuffixString
(const string& s, const string& suffix) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.h
95
//
HasSuffixString
()
102
inline bool
HasSuffixString
(const string& str,
109
if (
HasSuffixString
(str, suffix)) {
/external/protobuf/src/google/protobuf/stubs/
strutil.h
95
//
HasSuffixString
()
102
inline bool
HasSuffixString
(const string& str,
109
if (
HasSuffixString
(str, suffix)) {
Completed in 673 milliseconds