Home
last modified time | relevance | path

Searched refs:first2 (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dalgorithm.h45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() argument
49 if (first1 == last1) return first2 == last2; in EqualImpl()
50 if (first2 == last2) return false; in EqualImpl()
51 if (!pred(*first1, *first2)) return false; in EqualImpl()
53 ++first2; in EqualImpl()
58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() argument
61 return (last1 - first1 == last2 - first2) && in EqualImpl()
62 std::equal(first1, last1, first2, std::forward<Pred>(pred)); in EqualImpl()
69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl() argument
73 return (last1 - first1 == last2 - first2) && in EqualImpl()
[all …]
Dcontainer.h350 auto first2 = container_algorithm_internal::c_begin(c2);
353 for (; first1 != last1 && first2 != last2; ++first1, (void)++first2) {
356 if (!(*first1 == *first2)) {
361 return std::make_pair(first1, first2);
372 auto first2 = container_algorithm_internal::c_begin(c2);
375 for (; first1 != last1 && first2 != last2; ++first1, (void)++first2) {
376 if (!pred(*first1, *first2)) {
381 return std::make_pair(first1, first2);
569 auto first2 = container_algorithm_internal::c_begin(c2);
573 for (; first1 != last1 && first2 != last2; ++first1, (void)++first2) {
[all …]
/third_party/nghttp2/src/
Dutil.h291 InputIterator2 first2, InputIterator2 last2) { in starts_with() argument
292 if (last1 - first1 < last2 - first2) { in starts_with()
295 return std::equal(first2, last2, first1); in starts_with()
310 InputIterator2 first2, InputIterator2 last2) { in istarts_with() argument
311 if (last1 - first1 < last2 - first2) { in istarts_with()
314 return std::equal(first2, last2, first1, CaseCmp()); in istarts_with()
328 InputIterator2 first2, InputIterator2 last2) { in ends_with() argument
329 if (last1 - first1 < last2 - first2) { in ends_with()
332 return std::equal(first2, last2, last1 - (last2 - first2)); in ends_with()
346 InputIterator2 first2, InputIterator2 last2) { in iends_with() argument
[all …]
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
DMakefile.in210 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
211 if test "$$first2" = "$$first"; then \
/third_party/lame/doc/
DMakefile.in174 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
175 if test "$$first2" = "$$first"; then \
/third_party/lame/macosx/
DMakefile.in174 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
175 if test "$$first2" = "$$first"; then \
/third_party/node/deps/cares/src/
DMakefile.in191 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
192 if test "$$first2" = "$$first"; then \
/third_party/lame/ACM/
DMakefile.in174 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
175 if test "$$first2" = "$$first"; then \
/third_party/skia/third_party/externals/microhttpd/src/examples/
DMakefile.in365 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
366 if test "$$first2" = "$$first"; then \
/third_party/skia/third_party/externals/microhttpd/src/
DMakefile.in175 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
176 if test "$$first2" = "$$first"; then \
/third_party/skia/third_party/externals/microhttpd/src/include/
DMakefile.in204 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
205 if test "$$first2" = "$$first"; then \
/third_party/curl/include/
DMakefile.in195 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
196 if test "$$first2" = "$$first"; then \
/third_party/curl/packages/
DMakefile.in193 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
194 if test "$$first2" = "$$first"; then \
/third_party/curl/tests/http/
DMakefile.in218 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
219 if test "$$first2" = "$$first"; then \
/third_party/curl/tests/
DMakefile.in216 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217 if test "$$first2" = "$$first"; then \
/third_party/curl/docs/libcurl/
DMakefile.in278 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
279 if test "$$first2" = "$$first"; then \
/third_party/curl/docs/
DMakefile.in249 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
250 if test "$$first2" = "$$first"; then \
/third_party/curl/tests/certs/
DMakefile.in193 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
194 if test "$$first2" = "$$first"; then \
/third_party/skia/third_party/externals/microhttpd/
DMakefile.in224 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
225 if test "$$first2" = "$$first"; then \
/third_party/skia/third_party/externals/microhttpd/doc/examples/
DMakefile.in251 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
252 if test "$$first2" = "$$first"; then \
/third_party/libevdev/
DMakefile.in222 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
223 if test "$$first2" = "$$first"; then \
/third_party/lame/
DMakefile.in190 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
191 if test "$$first2" = "$$first"; then \
/third_party/node/deps/cares/
DMakefile.in261 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
262 if test "$$first2" = "$$first"; then \
/third_party/skia/third_party/externals/microhttpd/doc/
DMakefile.in245 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
246 if test "$$first2" = "$$first"; then \
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
DMakefile.in503 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
504 if test "$$first2" = "$$first"; then \

12