Searched refs:CopyOnly (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | any_test.cc | 49 struct CopyOnly { struct 50 CopyOnly() = default; 51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() function 52 CopyOnly(CopyOnly&&) = delete; 53 CopyOnly& operator=(CopyOnly&&) = delete; 54 CopyOnly(const CopyOnly&) = default; 55 CopyOnly [all...] |
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 1608 def CopyOnly(s, t): function 1628 "BidiTest.txt": (CopyOnly, "testdata"), 1630 "CaseFolding.txt": (CopyOnly, ParseCaseFolding), 1640 "emoji-sequences.txt": (CopyOnly,), 1641 "emoji-zwj-sequences.txt": (CopyOnly,), 1643 "GraphemeBreakTest-cldr.txt": (CopyOnly, "testdata"), 1644 "IdnaTestV2.txt": (CopyOnly, "testdata"), 1648 "LineBreakTest.txt": (CopyOnly, "testdata"), 1651 "NormalizationCorrections.txt": (CopyOnly,), # Only used in gensprep. 1657 "SentenceBreakTest.txt": (CopyOnly, "testdat [all...] |
Completed in 4 milliseconds