Searched refs:_equal (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/re2/
H A Dstringpiece.h148 static bool _equal(const StringPiece&, const StringPiece&);
152 return StringPiece::_equal(x, y);
/external/regex-re2/util/
H A Dstringpiece.cc15 bool StringPiece::_equal(const StringPiece& x, const StringPiece& y) { function in class:StringPiece
/external/bison/
H A Dmaint.mk35 # _equal,S1,S2
38 _equal = $(and $(findstring $(1),$(2)),$(findstring $(2),$(1))) macro
135 url_dir_list ?= $(if $(call _equal,$(gnu_rel_host),ftp.gnu.org), \

Completed in 107 milliseconds