Home
last modified time | relevance | path

Searched defs:CopyOnly (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dany_test.cc49 struct CopyOnly { struct
51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() function
57 int value = 0;
/third_party/icu/tools/unicode/py/
Dpreparseucd.py1608 def CopyOnly(s, t): function