OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_equal
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/re2/
stringpiece.h
148
static bool
_equal
(const StringPiece&, const StringPiece&);
152
return StringPiece::
_equal
(x, y);
/external/regex-re2/util/
stringpiece.cc
15
bool StringPiece::
_equal
(const StringPiece& x, const StringPiece& y) {
function in class:StringPiece
Completed in 474 milliseconds