Home
last modified time | relevance | path

Searched defs:CopyOnly (Results 1 – 3 of 3) 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() argument
57 int value = 0;
/third_party/icu/tools/unicode/py/
Dpreparseucd.py1608 def CopyOnly(s, t): function
/third_party/rust/rust/library/alloc/tests/
Dvec.rs2257 struct CopyOnly; in test_extend_from_within_spec() struct
2259 impl Clone for CopyOnly { in test_extend_from_within_spec() implementation