Home
last modified time | relevance | path

Searched refs:first2 (Results 1 – 25 of 26) 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.h287 InputIterator2 first2, InputIterator2 last2) { in starts_with() argument
288 if (last1 - first1 < last2 - first2) { in starts_with()
291 return std::equal(first2, last2, first1); in starts_with()
306 InputIterator2 first2, InputIterator2 last2) { in istarts_with() argument
307 if (last1 - first1 < last2 - first2) { in istarts_with()
310 return std::equal(first2, last2, first1, CaseCmp()); in istarts_with()
324 InputIterator2 first2, InputIterator2 last2) { in ends_with() argument
325 if (last1 - first1 < last2 - first2) { in ends_with()
328 return std::equal(first2, last2, last1 - (last2 - first2)); in ends_with()
342 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/skia/third_party/externals/microhttpd/src/examples/
DMakefile.in365 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
366 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/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/mtdev/
DMakefile.in223 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
224 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/node/deps/cares/
DMakefile.in234 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
235 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/libevdev/
DMakefile.in222 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
223 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 \
/third_party/skia/third_party/externals/microhttpd/doc/
DMakefile.in245 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
246 if test "$$first2" = "$$first"; then \
Dtexinfo.tex1414 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
/third_party/node/deps/nghttp2/lib/
DMakefile.in284 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
285 if test "$$first2" = "$$first"; then \
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
DMakefile.in528 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
529 if test "$$first2" = "$$first"; then \
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
DMakefile.in472 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
473 if test "$$first2" = "$$first"; then \
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
DMakefile.in658 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
659 if test "$$first2" = "$$first"; then \
/third_party/libffi/
DMakefile.in354 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
355 if test "$$first2" = "$$first"; then \
/third_party/node/deps/cares/src/lib/
DMakefile.in366 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
367 if test "$$first2" = "$$first"; then \
/third_party/libffi/doc/
Dtexinfo.tex1538 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
1782 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest9-pr18818-clang.so.abi5461 …<parameter type-id='type-id-177' name='first2' filepath='src/third_party/boost-1.56.0/libs/filesys…
Dtest10-pr18818-gcc.so.abi7209 …<parameter type-id='type-id-301' name='first2' filepath='src/third_party/boost-1.56.0/libs/filesys…

12