Home
last modified time | relevance | path

Searched refs:span_equals (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/
Dspan_util_unittest.cpp145 EXPECT_FALSE(fxcrt::span_equals(empty, some)); in TEST()
146 EXPECT_FALSE(fxcrt::span_equals(some, empty)); in TEST()
147 EXPECT_TRUE(fxcrt::span_equals(empty, empty)); in TEST()
148 EXPECT_TRUE(fxcrt::span_equals(empty, some.first(0))); in TEST()
149 EXPECT_TRUE(fxcrt::span_equals(some.first(0), empty)); in TEST()
150 EXPECT_TRUE(fxcrt::span_equals(some2.first(0), some.first(0))); in TEST()
151 EXPECT_TRUE(fxcrt::span_equals(some.first(0), some2.first(0))); in TEST()
159 EXPECT_FALSE(fxcrt::span_equals(some, some2)); in TEST()
160 EXPECT_FALSE(fxcrt::span_equals(some.first(2), some2)); in TEST()
161 EXPECT_FALSE(fxcrt::span_equals(some, some2.first(2))); in TEST()
[all …]
Dspan_util.h120 bool span_equals(pdfium::span<T1, N1, P1> s1, pdfium::span<T2, N2, P2> s2) { in span_equals() function
144 if (fxcrt::span_equals(candidate, needle)) { in spanpos()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmapparser_unittest.cpp17 return fxcrt::span_equals(a, b); in uint_ranges_equal()
/external/pdfium/fpdfsdk/
Dfpdf_edit_embeddertest.cpp4077 EXPECT_TRUE(fxcrt::span_equals(pdfium::make_span(kBlobData), in TEST_F()