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